put posts into a page


Author Message
jdavyd

Posted: 5/14/2009
Quote message 

i am a relatively new user of artisteer (and wordpress.) i pulled the trigger on artisteer based on the recommendation of a friend, and almost instantly ran into established menu wall: the menu in artisteer only uses 'pages' and i also wanted to use 'categories.' :-@

i regretted my purchase almost immediately, but decided to hit google and see what i could come up with. nearly everything i found about trying to display wordpress 'posts' inside a wordpress 'page' was "no, you can't do that." i even found a similar post here on the artisteer forums.

i'm here to tell you that you can! and to hope that, in writing, someone else can avoid the frustration and headache i went through. ideally the makers of artisteer will at some point make the menu easier to control. in the mean time, the page i found on how to place posts inside a page is:

http://wpforsale.com/premium-wordpress-themes/how-to-include-posts-within-a-page-using-wordpress/
 
crystal

Posted: 5/15/2009
Quote message 

Why don't you feed the posts to your pages via RSS?

Grab your RSS link, take it to http://www.rss-info.com/en_rssinclude-simple.html enter your RSS feed URL convert, then add the code to your page.

I can't help you with the menu thing, I have the same sorta issue.
 
Garry

Posted: 5/15/2009
Quote message 

In order to display categories in main menu simply put : <?php wp_list_categories('arguments'); ?> in addition to: <?php wp_list_pages('arguments'); ?>