• The get_a_post plugin no longer works in 1.5 and so I’ve been looking at alternatives. wp_get_single_post() looks a likely candidate (found in functions_post.php even in 1.2). Can anyone provide me with an example of what’s required to call wp_get_single_post() and extract/display just the content of a single post? … Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Never having used wp_get_single_post()

    Get-a-Post will work with 1.5 (in its loop, change start_wp; to start_wp(); or setup_postdata($post);). However, looking into this, I decided to update Get-a-Post to simpify the version of The Loop needed (since it’s not really a loop!). Find the update with intructions here:

    http://guff.szub.net/get-a-post

    Thread Starter essdsm

    (@essdsm)

    Many thanks Kafkaesqui

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp_get_single_post’ is closed to new replies.