Hi Peeps
I have set up a blog here on a site I am redesigning... http://www.moments.org.uk/blog/
I have created a specific category to use as a news section and am only pulling in blog articles from blog categories using:
<?php query_posts('cat=1,3,4&showposts=5'); ?>
However, when I click the links on the individual blog posts on the index page to take me to the articles page, they are not displaying the corresponding article... for example:
http://www.moments.org.uk/blog/ ... clicking "Your Day Your Way - Inspirational Weddings" links to the news article "Marvelous Midge" (http://www.moments.org.uk/blog/?p=5)
I am also having a problem with the permalinks, and have tried displaying a custom permalink structure:
/%post_id%/%post_name%
But ... on saving this, clicking an article leads me to the internally, rewritten URL but is a Not Found 404 error page so I have reverted it.
Sorry, two problems there, but am really struggling to figure it out.