Hello, I’ve stylized the related Tags under blog posts, and unfortunately the default commas that are added are causing some issues.
You can view what I am talking about here. http://dev.summermatters2you.net/hello-world-3/
Thanks!
Hi haydaw!
Please go to Enfold/includes/loop-index.php file and find
$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
and change it to
$cats .= get_the_term_list($the_id, $taxonomy, '', ' ','').' ';
Cheers!
Yigit
Hello Yigit,
I did this however it did not seem to change anything. Here is where it is included:
if(!empty($taxonomies))
{
foreach($taxonomies as $taxonomy)
{
if(!in_array($taxonomy, $excluded_taxonomies))
{
$cats .= get_the_term_list($the_id, $taxonomy, '', ' ','').' ';
}
}
}
Hi!
Do you mind posting FTP credentials here privately so we can look into it?
Also, example page is no longer available. Where can we see an example?
Regards,
Yigit
Hi Yigit,
I won’t be able to supply FTP login details, but I’d be more than happy to let you take a look at the backend of WP.
You can see an example of the commas here: http://www.summermatters.net/blast-off-2016-summer-matters-leadership-conference/
However, I realize now that this effort may be in vain as I noticed that Tags do not show up in post created with the Avia builder. I created a separate topic about that here: https://kriesi.at/support/topic/show-tags-of-post/
Hey!
I’ve checked links in private content but can’t see any commas. Where are they? Or could you fix it already?
Regards,
Andy