• Hi, I’ve been trying to do this for a while now and I searched everywhere but I couldn’t make it work.

    I want to show the last post with permalink to previous entry inside a Page.

    I tried and I got it to showing the last entry only but I had to use PHP Shortcode plugin to execute php inside a page so here is the code sofar:
    [php]
    get_header();
    query_posts(‘posts_per_page=1’);
    [/php]

    Any help would be greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Show Last Post With Permalink To Previous Entry’ is closed to new replies.