Hi all,
Cant figure out how to fix a post link issue. Appreciate any help.
Page affected: http://www.terenure-enterprise.ie/latest-news
The links for each post are missing the forward slash between the category and post name in the URL - e.g. http://www.terenure-enterprise.ie/latest-newsjanuary-2012-first-friday/ rather than http://www.terenure-enterprise.ie/latest-news/january-2012-first-friday/
The code on this page is:
<h5>post_name; ?>/" title="Read the full article"><?php echo $p->post_title; ?></h5>
<p><?php echo substr(strip_tags($p->post_content),0,400).'...'; ?></p>
<p>post_name; ?>/" title="Read the full article">Read the full article</p>
Any ideas?
Thanks