• Hello, I’m using YD recent post plug in and I got a few modifications, so simply I got a widget that displays most recent posts and when they are clicked they will open that post,
    My question: how would I get that link to go to the category of the post not the post?

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

    (@deterius)

    Maybe I should restate the problem, the link to the post is generated here:

    <a href="' . get_permalink() .'"  rel="facebox" title="' . __('Permanent link to:', 'yd-recent-posts-widget') . ' ' . get_the_title( '', '', FALSE ) . '">';

    Is there a way to modify the get_permalink() so it gets the link to category? Or am I tottaly off here?

Viewing 1 replies (of 1 total)
  • The topic ‘Link to category’ is closed to new replies.