Forums

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

Home Forums Back End Specific Content

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24758
    in4308
    Member

    Hi,

    I’m currently developing a site in WordPress and on the frontpage I need to pull the content from a specific page, it is just one line because the client is likely to change it.

    My question – How can you tell wordpress to get the_content from a specific page? I have my permalink structure set to %postname%, if this is any help.

    Thanks in advance.

    #57062
    Chris Coyier
    Keymaster

    Go to Settings > Reading and pick a Static "Page" for your homepage.

    #57068
    in4308
    Member

    Hi Chris,

    Sorry, thats not what I meen.

    I need to pull the page in to fit with other content. What i’m doing is taking the line of content and adding it to a carousel.

    I therefore need to know how to pull the line of code in.

    Any ideas?

    #57069
    ikthius
    Member

    if it is going to be in wordpress this is what you need.

    Code:

    // change excerpt to the post

    “>Read more…


    also if you picking from different categories, you will need to say which category.

    the above code is just what I use to get wordpress conteent out of wordpress on to a static page, this just shows the last post.

    try this link for more options http://tinyurl.com/c8k5ll

    #57089
    in4308
    Member

    Cheers.

    I’ve actually just found a wordpress plugin called ‘get a post’ (http://guff.szub.net/2005/01/27/get-a-post/) on another forum.

    Thanks for the help anyway!

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