-
AuthorPosts
-
December 11, 2015 at 3:47 am #550833
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!
December 11, 2015 at 3:06 pm #551107Hi 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!
YigitJanuary 21, 2016 at 12:19 am #568995Hello 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, '', ' ','').' '; } } }January 21, 2016 at 12:33 am #569004Hi!
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,
YigitJanuary 21, 2016 at 3:54 am #569119Hi 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/
January 22, 2016 at 1:37 pm #570011Hey!
I’ve checked links in private content but can’t see any commas. Where are they? Or could you fix it already?
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
