vismic
Member
Posted 9 months ago #
I need the two widgets "My Post Cycle" and "My Advanced Cycle" to cycle through a specific category of portfolio-posts, instead of the whole portfolio.
Can anyone please tell me, how to do that?
My website is here: http://www.scanchoco.dk/wordpress/
Michael.
vismic
Member
Posted 9 months ago #
Really hope that someone can help me with this...
I have tried to modify this piece of code:
<?php query_posts("posts_per_page=" . $count . "&post_type=portfolio" . $category); ?>
into this: <?php query_posts("posts_per_page=" . $count . "&post_type=portfolio" . $category . "&category_name=produkter"); ?>
But apparently, the My Post Cycle widget doesn´t take slug names...
Any help would be appreciated!
designrox
Member
Posted 8 months ago #
Hi, I am having the same issue. Did you ever figure this out?
vismic
Member
Posted 7 months ago #
Marcus
Member
Posted 5 months ago #
Do you still need this help... I can probably help.
malibumarlin
Member
Posted 5 months ago #
same here. would really like to be able to filter by the category_type, or be able to include only posts by id, or exclude by post id. Include only these posts would be better since it would require less input than having to create a list of id's to exclude.
dotmaor
Member
Posted 5 months ago #
Hi there,
same problem here, anyonne?
eXod0n
Member
Posted 2 months ago #
Hi everyone,
I got the same problem: the widget "My - Post Cycle" just uses the whole portfolio and you´re not able to select just a single category.
Can anybody help, please????