ellena_l
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Translation not applyingAs I have written earlier I have uploaded plugins .mo files in their directories. I took them at the official plugins sites and put exactly where they were to be. Then I configured wp-config.php. But none of the translations work.
Forum: Themes and Templates
In reply to: different header.php files for different categoriesthank you, gmsand, but that is not what I need
Forum: Themes and Templates
In reply to: different header.php files for different categoriesI found out what the problem was. If I have one post assigned to two of this categories, then it doesn’t work. I removed the post from one category and now it works fine.
Forum: Plugins
In reply to: different header.php files for different categoriesI found out what the problem was. If I have one post assigned to two of this categories, then it doesn’t work. I removed the post from one category and now it works fine.
Forum: Plugins
In reply to: different header.php files for different categoriesI noticed strange thing, it depends on the order:
– so if I put memories at the first position only this header is used for all
– if I put dreams as the first and memories as the last, memories works for memories and dreams works for dreams and hopes
– if I put hopes as the first and memories as the last, memories works for memories and hopes works for dreams and hopes
so everything that goes at the first position is used for everything except memoriesForum: Plugins
In reply to: different header.php files for different categoriesHi haochi
I used both – category ids and category slugs. Both don’t work.Forum: Fixing WordPress
In reply to: How to display post/category path in a template?Thanks a lot ))