• marc0047

    (@marc0047)


    Is there a method or plugin that pushes the user from the homepage automatically to the latest post permalink?

Viewing 1 replies (of 1 total)
  • Thread Starter marc0047

    (@marc0047)

    A very resourceful friend figured it out:

    [?php
    query_posts($query_string.’&posts_per_page=1′);
    the_post();
    wp_redirect(get_permalink(), ‘302’);
    return;
    ?]

Viewing 1 replies (of 1 total)
  • The topic ‘Homepage jumps to latest post’ is closed to new replies.