How do I link blogs coming into to my main page or category into another page I just created? You can see what I mean by looking at my main page where my blogs are coming into and then my Blog page (one I just created) which is empty.... site is first link below consolidation - guide dot com.
not really sure what you mean. i see post ojn your main page and alos the full post on permalink page. dont see any issue
I would like to link a specific category to a specific page so that all the articles and blogs automatically go to that page that are related to that specific category. If you look at my wordpress site consolidation-guide (signature below) you will see I just created a blog page. The question is how do I get a specific category, say mortgages, linked to that page so all the mortgage articles automatically go there?
as I said u can call ur relative category link there manually. Or try to use this code there where u like to see your category or page to display: <?php wp_list_pages('include=989,985,984,983,21697,981&title_li='); ?> Here 989, 985 are the page numbers. or see for the category: <?php wp_list_categories('orderby=name&include=3,5,9,16'); ?> I guess you got the idea here.
I am also finding it difficult to make the link in my home page work. I shall how ever have a look at urs maybe i can suggest something. In the meantime, my Blog signature is africadataentry dot wordpress dot com Please can u HELP?
are you doing this code in page.php template? If the actual page was 260 (static page next to home in Header) and the cat id=3 how would it read?
where ever u like to see ur link of the respective page. u have to call the php function like this: <?php wp_list_pages('include=3&title_li='); ?>