Juarez P. A. Filho
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type's Archive in WP Nav Menu] Loading gif always visibleWorks like a charm! Thanks @kimtasker
Same here :/
Here this message showed up also and I Collision doesn’t work in any subsite. Guys from backend should test and fix it asap. o/
Forum: Plugins
In reply to: List all Posts of CategoriesHey there aydoubleyou,
I have no sure about your snippet… You need this structure:
Cars
– 1st car post
– 2nd car post
Food
– 1st food post
Dogs
– 1st dog post
– 2nd dog post
– 3rd dog post
Uncategorized
– 1st uncategorized postBut the code showed for you just return one category:
<?php query_posts('category_name=Dogs&order=ASC'); ?>
Change ‘thecategoryname’ for ‘Dogs’ for example it will return only ‘Dogs’ category posts, I really don’t understand how this snippet can generate this structure:Cars
– 1st car post
– 2nd car post
Food
– 1st food post
Dogs
– 1st dog post
– 2nd dog post
– 3rd dog post
Uncategorized
– 1st uncategorized postPlease help me to understand it, because I need put it on my blog. 🙂