faramirtr
Forum Replies Created
-
I also checked canonicals a few minutes ago. They are as same as you have told however I can see these links are duplicates (there are also a few of them):
link: https://site/community/?view=thread&id=13&part=1
<link rel=”canonical” href=”https://site/community/?view=thread&id=13″ />- This reply was modified 7 years, 5 months ago by faramirtr.
Somehow only robots couldn’t stop Google to crawl to forum pages and even indexing. (I had similar issues in the past though, it is something with google bots.) however noindex, nofollow codes above worked well.
Forum: Plugins
In reply to: [WP-dTree] PHP7: WPDT_Links_Widget has a deprecated constructorWelcome mate! I am happy it helped.
same here
Forum: Plugins
In reply to: [WP-dTree] PHP7: WPDT_Links_Widget has a deprecated constructorHello
find this line in wp-dtree-lnk-widget.phpclass WPDT_Links_Widget extends WPDT_Widget{ function WPDT_Links_Widget(){ $widget_ops = array('classname' => 'wpdt-links', 'description' => __('List your links in a dTree.', 'wp-dtree-30')); //widget settings. $control_ops = array('width' => 200, 'height' => 350, 'id_base' => 'wpdt-links-widget'); //Widget control settings. parent::__construct('wpdt-links-widget', __('WP-dTree Links', 'wp-dtree-30'), $widget_ops, $control_ops); //Create the widget. }
replace it with
class WPDT_Links_Widget extends WPDT_Widget{ function __construct() { $widget_ops = array('classname' => 'wpdt-links', 'description' => __('List your links in a dTree.', 'wp-dtree-30')); //widget settings. $control_ops = array('width' => 200, 'height' => 350, 'id_base' => 'wpdt-links-widget'); //Widget control settings. parent::__construct('wpdt-links-widget', __('WP-dTree Links', 'wp-dtree-30'), $widget_ops, $control_ops); //Create the widget. } function WPDT_Links_Widget() { self::__construct(); }
- This reply was modified 7 years, 9 months ago by faramirtr. Reason: forgot a code line
Hello rolandish,
It was because I had to add my ad codes manually in my posts. So the itemprop WP got adsense code as description. ??
Just str_replace code worked and I managed to get rid of that.It’s a great plugin. Thank you for the nice work.
resolved.
Forum: Themes and Templates
In reply to: [MyKnowledgeBase] Header Image to Single PostI am sorry, I haven’t pay attention
<?php if ( is_home() || is_front_page() ) {?>
this code while I read to codes. Well, I have deleted it and problem has been sold.
Forum: Reviews
In reply to: [WP Super Cache] Not Good For AdsenseI don’t know what happened but my income really dropped and plugin doesn’t cache adsense code at all (I have checked my codes several times). Normally my page view is about 3500 (overall) in Google Analytics and about 3200 (overall) in adsense. After I installed the plugin it dropped to 2400 page views in adsense and it was still about 3500 in Google Analytics. After I unintall the plugin everything turned to normal.
But if you speed up your site, yes Wp Super cache is the best.
Forum: Plugins
In reply to: Chitika ads not showing in wordpress sites and other blogs of same accountsame problem here.
Forum: Plugins
In reply to: [BruteProtect] API Key already set but Dashboard says otherwiseSame problem here too.