Hi Rita,
I didn’t see this post before I responded to your email.
Have a good day!
I’m working on a website. I have two post categories. I want to link one categorie (actualites) to the static page Actualites and one categorie (babillard) to the static page Babillard. I used the [ic_add_posts ids=’xxx’) on each page but Actualites page still have the babillard categorie post. Do I forgot something?
Thanks a lot for help
Trying to get my blog up and running and have run into the same problem that others seem to run into. I want to ad posts to my different pages. I have the Post in Pages plugin, but have no clue how to work it! I have read other people’s advice, but it honestly goes over my head. Is there a step by step instruction manual for dummies like me? Really frustrated at my lack of knowledge! This problem is what is keeping me from launching my blog.
Flexigym: If you’re trying to pull specific categories in, you’ll likely want to include them in your shortcode. You can see some shortcode possibilities here:
http://ww.wp.xz.cn/extend/plugins/posts-in-page/other_notes/
I’d try something like: [ic_add_posts category='category-slug'] where ‘category-slug’ is the slug of the category you’re trying to pull in. For example: [ic_add_posts category='actualites']
romoto: Thanks for the post. The best documentation for this plugin currently is on the WordPress site:
http://ww.wp.xz.cn/extend/plugins/posts-in-page/other_notes/
We’re working to improve this, but it could take some time.
The easy explanation is this: if you’re trying to pull posts into a page, you’ll use one of the shortcodes listed on the Other Notes page to do it. When this page is loaded for a user, that shortcode will be converted into a loop that ‘pulls’ in the appropriate post(s).
Feel free to post another thread with specific questions if you need guidance or are having trouble.