Support Forummicroblog category widget – Support Forum https://support.ishyoboy.com/forums/topic/microblog-category-widget/feed/ Sun, 05 May 2024 18:19:48 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10952 <![CDATA[microblog category widget]]> https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10952 Thu, 17 Dec 2015 17:06:14 +0000 3mango Hi IshYoBoy!

I would like to ask that how can I set up the category widget to show the microblog categories and not the posts’ categories?

Cheers

]]>
https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10959 <![CDATA[Reply To: microblog category widget]]> https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10959 Fri, 18 Dec 2015 12:17:07 +0000 IshYoBoy Hey,

This needs manual code update. The IshYoBoy Categories widget is located in the file:
wp-content/themes/creolio/assets/framework/wp/widgets/categories-widget.php

Mainly lines 56 – 70 are important:

As you can see it only uses the default taxonomy which is “category” and the type “post” which is the default post type. The microblog one is “microblog_category” and its post type is “microblog-post”. So you need to update the code to load them.

Not sure if you will be able to do this with “get_categories()” function or you might have to use the “get_term()” one. It however expects different arguments, so make sure to see its specification. In any case you can read more about both of them here:

https://codex.wordpress.org/Function_Reference/get_categories
https://codex.wordpress.org/Function_Reference/get_terms

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10960 <![CDATA[Reply To: microblog category widget]]> https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10960 Fri, 18 Dec 2015 12:38:26 +0000 3mango Yesss! It work!!

Thanks!

Cheers

]]>
https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10962 <![CDATA[Reply To: microblog category widget]]> https://support.ishyoboy.com/forums/topic/microblog-category-widget/#post-10962 Fri, 18 Dec 2015 14:55:16 +0000 IshYoBoy Hey,

Very glad to have helped. Make sure to comment and back up these changes as you might need to re-create them after the next theme update.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>