i am looking for a WordPress plugin that allows you to make custom post on each different page.
for example: i have a page that’s called reviews. and i only want to show reviews there and not the other post from other categories.
i know there is a loop system, but i am not a expert at PHP . does anyone know a plugin or mod for this? free or not?
is there anyone that can help me?
sincerelly
Dominique
- Microlancer Beta Tester
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Sold between 100 000 and 250 000 dollars
I wrapped this plugin quick for you – http://cl.ly/2u402o0r360z1i3a0M2J
Example usage:
[query vars="post_type=page&posts_per_page=1000"]
ZoomIt said
I wrapped this plugin quick for you – http://cl.ly/2u402o0r360z1i3a0M2JExample usage:
[query vars="post_type=page&posts_per_page=1000"]
thanks
but what do i need to do with it ? i have little php knowledge…
In the plugins directory of Wordpress, create a folder called “dzscustomquery”. Then place the php file in there and activate the plugin.
Maybe you have to do more, I dunno. I didn’t write this plugin, but this is what I would do 
- Microlancer Beta Tester
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Sold between 100 000 and 250 000 dollars
RikdeVos said
Maybe you have to do more, I dunno. I didn’t write this plugin, but this is what I would do![]()
Yeah, just install it like a normal plugin
ZoomIt said
RikdeVos saidYeah, just install it like a normal plugin
Maybe you have to do more, I dunno. I didn’t write this plugin, but this is what I would do![]()
ok thanks i will try it right now
thanks for the help!
ok i uploaded and activated the plugin but i dont get it ….
- Microlancer Beta Tester
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Sold between 100 000 and 250 000 dollars
[query vars=”post_type=page&cats=2”]
replace 2 with the category id you want to show. Info on how to get the category id on my site in the FAQ section.
Would this work with a custom post type?
I’m trying to figure out a way to show posts for a specific category within a taxonomy. Is this something I could use for that?
- Microlancer Beta Tester
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Sold between 100 000 and 250 000 dollars
Uploaded on WP Extend
http://wordpress.org/extend/plugins/dzs-custom-wp-query-shortcode/More details there
