• Resolved goldmember

    (@goldmember)


    on this site i’m using the following code to pull in the 2 most recent posts in the middle footer widget.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    please advise how I make it so that the Post Titles link to the actual posts, just like the Continue Reading links to. Thanks in advance!

Viewing 1 replies (of 1 total)
  • The line that shows the title probably contains a call to the_title() function. Try recoding that line to this:

    <a href="<?php echo get_permalink($postid); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
Viewing 1 replies (of 1 total)
  • The topic ‘wp_query with links’ is closed to new replies.