tdols
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove navigation link appearing in posts – TwentyElevenOk, my bad, you were right.
Thank you so much for your help!Cheers !
Forum: Fixing WordPress
In reply to: Remove navigation link appearing in posts – TwentyElevenYes, I am sure as the line is now in the style.css file when I re open it.
These link does not appear on the home page:
http://thechinagateway.com”>http://thechinagateway.com
nor on the category page:
http://thechinagateway.com/category/doing-business/
Their are only there in the single post page:
http://thechinagateway.com/2012/05/02/the-country-where-trains-leave-early/
Shouldn’t I change something in the “single.php” file?
I don’t find either the “#nav-single” expression.
Shouldn’t I be able to find it somewhere in the editors files of WP?Forum: Fixing WordPress
In reply to: Remove navigation link appearing in posts – TwentyElevenHum, I did it, without result.
Should I put in a specific place on the style.css file?Forum: Fixing WordPress
In reply to: Sidebar disappear on specific post addressGreat !!
I have been able to fix it with the plugin.Many thanks 🙂
Forum: Fixing WordPress
In reply to: Sidebar disappear on specific post addressI added the:
<?php get_sidebar(); ?>
at the end of the “single.php” file without any results.