Forum Replies Created
-
AuthorPosts
-
March 27, 2014 at 1:04 pm in reply to: Plugin bbPress Support Topic:"[Support request]" showing three times in myheader #243810
This resolves my problem:
add_filter('avf_exclude_taxonomies', 'avia_exclude_tax', 10, 3); function avia_exclude_tax($tax,$post_type,$id){ $tax = array_merge($tax, array('language', 'term_language', 'post_translations', 'term_translations')); return $tax; }
Good work, Enfold with Polylang works great!
Thanks
Hi, the Polylang author reply to my question:
http://wordpress.org/support/topic/polylang-and-enfold?replies=2#post-5342352
Regards
- This reply was modified 10 years, 9 months ago by cerf.
Hi,
1) I can’t find the voices “Recent” and “Popular” to replace…
2) http://besos.pw/2014/03/12/besos-fablab-pisa-amore-prima-vista/
and this is the result if click on the code http://besos.pw/?taxonomy=post_translations&term=pll_5322ec3d716a9
I think this is something related to taxonomy created by polylang to create a link between the default post and the traslated one.Thaaanks
Great!
Many thanks Yigit
Ok… thanks.
Regards
I’ve added
.gravatar img { max-height: 60px; } !important
because I’m using a child theme.
It works!!
Can I manage some files instead of use the Quinck CSS options?
Thaaanks
I’m happy to have chosen Kriesi’s Theme !! :D
Of course.
http://besos.pw/2014/03/02/test-post/#comment-49Thanks
-
AuthorPosts