Swashata Ghosh
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] posts will not load afterYeah, same here. Hope to see some fix soon ??
ispreview: I think going to your permalink settings page (Settings » Permalinks) will solve your problem
Hello,
I was having the same issue in a WP MS setup. I found that it was caused by the feed rewrite rule of Diamond Multisite widgets plugin. I simply disabled the class inside diamond-post-feed.php by commenting the line
//$feedObj = new DiamondPF ();
I did so because I do not need all community sites feed on my main site feed. Just posting this because someone might find this useful. Another way of doing it might be (havent tested) comment out line 13
//'(.+).xml' => 'index.php?feed='. $wp_rewrite->preg_index(1)
I didn’t do it because the plugin was breaking the feed anyway. So I had it disabled using the 1st trick ??
Thanks Yoast for this wonderful plugin and nice FAQ page!
First, the excerpt length is the character count not the word count.
And secondly, I was checking your posts. They do not have any featured image set. That is the reason why thumbnails are not coming.That will be a feature of coming 2.1.0 version
Forum: Plugins
In reply to: [WP Category Post List Widget] WP Multisite – WP Category Post List WidgetTechnically it should work. But as you are saying it is giving error, so I will look into it for the next release.
Hello,
I am too having the same issue:
Fatal error: Call to a member function get_post_types() on a non-object in /home/itgdesig/public_html/intechgrity.com/wp-content/plugins/yet-another-related-posts-plugin/class-admin.php on line 237
I think, it is happening mainly to the drafted posts. I am not sure though. Coz for most of the new posts I write, it works fine. But when I edit a draft which was saved long ago (some of them are even 6-10 months old and might have been created before installing YARPP, but I am not sure) this thing happens.
There is no way you can do this now. But in version 2.1.0, I have in mind adding some more features and styles.
I will see the issue with qTranslate plugin.
Hello HallMarc, thanks for your reply. But the comma was intended to pass the translation domain string. The typo was
_('Posted on:', $wp_cat_list_itg_trans)
should’ve been__('Posted on:', $wp_cat_list_itg_trans)
.
Note the double underscore as the function name. This is a WP function which translates and returns string.The typo has been fixed in V2.0.3
Has there been any official fix to this? I am a big fan of Syntax Highlighter Evolved for posting source codes on my blog. I will rather download and upload the js files until anything official is released.
Can I have a link to your site? I dont see any reasons why WP should not return the 60X60 images for you.
Forum: Plugins
In reply to: [WP Category Post List Widget] [Plugin: WP Category Post List Widget] NoticeIn which file do you see the error?
Can you please tell me more about this issue? probably give screenshot and give link to your site? Because on my localhost, it runs just fine.
Actually the widget displays the excerpt which automatically clears the formatting. Works just like WP excerpts on blog pages. There is no way you can do this!