Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Read More (WordPress)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26231
    akurtula
    Participant

    hi

    i have started to create a wordpress theme for my self and with the help of the designing-for-wordpress-complete-series i’m doing well and understanding the procedure.

    though from following the tutorial – on my home page a get all my posts showing one after the other in full – though i would like for them to appear in short version and then have the read more like

    at the moment i have this

    Code:

    i looked on the wordpress docs and it recommends to to the following : (though it does not work)

    Code:

    can you give me any suggestions

    thanks in advance

    #64643
    TheDoc
    Member

    You have to make sure in the post that you’ve written you’ve included the "more" tag. In HTML view it looks like this:

    <!–more–>

    You can also use the_excerpt(); if you’re never planning on having full posts on that page.

    #64644
    akurtula
    Participant

    ye now it works – thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.