marcofama
Member
Posted 9 months ago #
dear all,
do you know why this simple code, which I've put into the functions.php, does not work on my site: timelapseitalia.com?
if(is_home() || is_front_page()) {
remove_filter('the_excerpt', 'dd_hook_wp_content');
remove_filter('the_content', 'dd_hook_wp_content');
echo "MF";
}
Anyone can help? Now the content is spoiled :(
Thanks!
Marco
http://wordpress.org/extend/plugins/digg-digg/
DavieJ
Member
Posted 9 months ago #
Hey Marco,
You can't just disable it in the wp-admin → Digg Digg → Normal Display → 2.2 Buttons are display in... by unticking home?
marcofama
Member
Posted 9 months ago #
hey DavieJ,
thanks for the reply.
I cannot do it, because I am using the floating bar, not the normal one. So the normal one is disabled, actually... :)
Any hints on how to do it?
Thanks!
Marco
marcofama
Member
Posted 9 months ago #
Or at least, wish I could set a custom position only for the home page...
tried this manually, site spoiled too.. :(
javierojuel
Member
Posted 9 months ago #
Ciao Marco,
I check that you did it in your web. I am trying also to remove the digg digg bar in the home page but without success. How did you get it?