anderskitson
Member
Posted 1 year ago #
How would I go about adding a posts to a specific page based on similar categories. I am thinking of doing something like below, but that is as far as I have gotten. I know there is also something to do with custom fields but I can't quite grasp what to do there. Thanks in advance.
<?php
if(is_page('530'))
{
}else{
}
?>
luisifer
Member
Posted 1 year ago #
Why don't you just publish the link of your category page, something like yourdomain.com/categoryA in your site?
anderskitson
Member
Posted 1 year ago #
That doesn't achieve what I want. What I would like to do is show the entire post with images in order, not just a link that can be clicked on and view the post somewhere else.