I want to change my category list in my list of post, and single post from “,” to ” “. I have already implement this code in functions.php
function custom_category_list_separator($list) { $new_separator = ‘|’; // Replace ‘|’ with your desired separator $list = str_replace(‘,’, $new_separator, $list); return $list; } add_filter(‘the_category’, ‘custom_category_list_separator’);
But it still didn’t work. I think it maybe different filter that this theme call for category instead of “the_category”. I have already read the docs, and still couldn’t find any info.
Is there a way to find the demo import files?
]]>I have the following list of extensions:
Maintenance (by WP Maintenance)
All In One WP Migration
Yoast SEO
WordFence Security
When I add a tag to a post, it does not get shown. I’m using English for my site (GB).
What is the place of the tag. At which part of the post does it need to get shown?
Can you please provide a screenshot or similar to let me know where to look for the tag?
When I look at https://www.mysite.com/tag/tagname, I do get the list of the tags.
Is it possible by any chance that there is some bug in the current template version that prevents tags from being shown on single posts (I did NOT turn on “Hide Tag” in Theme Options).
I have the free version 1.0.8 installed on my site. It is WordPress 5.5 that I use (latest version).
]]>