zitron81
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] How can I get a category list with sub-categories?Yep, now it works!!! 😀
Thanks a lot! 🙂
Forum: Plugins
In reply to: [Custom Content Shortcode] How can I get a category list with sub-categories?@fabio
I need a list of custom taxonomies actually.
I use CustomShortCode to loop through taxonomies and products that I created with WooCommerce.And it’s nice actually, because I can use it in a lot of different scenarios (like with normal categories and posts).
It looks like your plugin only work on standard categories… so it wouldn’t suite my needs.
Forum: Plugins
In reply to: [Custom Content Shortcode] How can I get a category list with sub-categories?I get a fatal error now O_o
this is my shortcode, very basic:
[for each="category" parents="true"] [each link] [-for each="child"] [-each link] [loop type="post"] [field link] [/loop] [/-for] [/for]This is the error I get on the page:
Fatal error: Cannot access private property CCS_ForEach::$index in /home/content/p3pnexwpnas06_data01/17/2311217/html/wp-content/plugins/custom-content-shortcode/includes/core/loop.php on line 743It actually gives me the same error in a normal [for each], non only in the nested one.
Forum: Plugins
In reply to: [Custom Content Shortcode] How can I get a category list with sub-categories?I think there’s something wrong with the [loop] inside any [for each] and not just with the nested [-for each]…
It doesn’t pass the category to the loop as it did before.
Forum: Plugins
In reply to: [Custom Content Shortcode] How can I get a category list with sub-categories?It works 🙂
…but I can’t use a loop anymore inside of it…
would it be too much to ask for something like:
[for each="category" parents="true"] Category: [each] [-for each="child"] Subcategory: [-each] [loop type="post"] [field title] [/loop] [/-for] [/for]Only if you do have time for it… 🙂
I’m using it with woocommerce products actually, not categories and posts… and the loop works, but it doesn’t filter the category. It gives me all the products.
It would be very useful to me, but I don’t know if it’s something easy to fix or not 🙁
I’ll use the nested “for each” anyway in a different page 🙂
Thank you so much!!!
Forum: Plugins
In reply to: [Custom Content Shortcode] How can I get a category list with sub-categories?It would be amazing 🙂
Let me know if you can do it…
Thanks!