Is it possible to add the category to the product info being sent to Trello?
thanks
]]>I’ve been using your theme for quite a while and it’s been working smoothly and neatly.
But since upgraded to your latest version, some of my subcategory pages got lost.
I used some way to omit ‘category’ in my category urls before but now this annoying word came back and led 404 problem to my website.
For example, the subcategory page which was supposed to be “https://ssr.bettershop.club/ssr/free-ssr-node”
now could only be reached in “https://ssr.bettershop.club/category/ssr/free-ssr-node”
Will u please help me out?
Many thx~
]]>I don’t quite understand how Relevanssi can create separate search forms on different pages, as it is replacing the standard WordPress search form.
Can someone explain?
Thank you!
]]><?php
$subcategories = get_categories('&child_of=4&hide_empty'); // List subcategories of category '4' (even the ones with no posts in them)
echo '<ul>';
foreach ($subcategories as $subcategory) {
echo sprintf('<li><a href="%s">%s</a></li>', get_category_link($subcategory->term_id), apply_filters('get_term', $subcategory->name));
}
echo '</ul>';
?>
What is the code that will apply this code to the post the visitor is reading?
Appreciate your help in advance.
Thank you
]]>I was wondering if anyone could guide me, how to make choosen category pages full-width and some with a sidebar.
Is there a plugin for it, or do I have to change something in the code someware.
]]>https://www.ads-software.com/extend/plugins/media-features/
]]>Is this an easy thing to achieve?
Ilan
]]>