[Plugin: WP-dTree] Category describtions making problems
-
Hello!
Thank you for WP-dTree! I’m using it on my travel blog and it is very useful.
I have about 170 categories (countries and cities) and each of them has a big description, that I’m using in my template. I have 2 categories WP-dTree widgets on each page, so totally it is a lot of text and the page gets so big, that search engines refuse to index links on them. I don’t know why they do so, may be some character limit, but the fact is – when I put ‘title’ => strip_tags($cat->name) instead of ‘title’ => strip_tags($cat->description) in wp-dtree-cat.php on line 20, search engines start to index my pages immediately.So it would be nice to have an option to switch off using descriptions for titles in Admin menu, instead of editing plugins files everytime after updating.
Thank you!
The topic ‘[Plugin: WP-dTree] Category describtions making problems’ is closed to new replies.