Hi wordpressers,
I have been looking around the forum for a similar topic but to no avail.
Here goes nothing.
I am trying to show different categories on different pages. So basically,
I have 3 different pages on my site. Each of these pages has a DIV layer with a measurement of 400x400. Is it possible to make a code in the DIV layer that will catch the published post CATCH a post? The post will know how to go there by category ID.
So if I go to page_1: it displays posts from category A
If I go to page_2: it displays posts from category B
If I go to page_3: it displays posts from category C
So three different pages displaying 3 different caregories.
Is this possible? If so, how do I do it?
I will give it a go. Thanks for the post and I will keep you posted in return! :)
Well, now that I have tried it out extensively. The plug in does not really show the content of the post, but just acts like a link to to the content of the post. Who can help me on this?
Then you will need to create a Page Template(s) with a query_posts (or get_posts) loop to retreive and display posts from the desired category.
Ok thanks! Now this is what I was looking for actually =o)
Cheers Michael!
LePigeon
Member
Posted 2 years ago #
i did the same, it works but i need something more ;]
i used example of Page of Posts and now i want to put there "wp_pagenavi" to organize number of post
in example there is only "$showposts = -1; // -1 shows all posts"
how can i force it to sort it with "wp_pagenavi" ? please help ;]