blueinstyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Most Popular Categories] [Plugin: Most Popular Categories] category prefixHi,
This bug was fixed with latest update.
Forum: Plugins
In reply to: [Top Contributors] [top-contributors plugin] Small bug in version 1.4Thanks for pointing this out, should be fixed in version 1.4.1
this functionality has been added to latest version 1.4
The new update, v1.4 adds functionality to show both top commenters and authors.
oops, code like this:
%PERMALINK%#comments
or to the specific comment:
%PERMALINK%#comment-%CID%
That looks like a CSS issue, check the CSS styles for the comments.
excluding users by email address has been added to latest version.
Hi Christopher,
I’ve just updated the plugin with option to exclude user’s comments and included KeywordLuv, check v 1.2
Hi lillprinsen,
I’ve just updated the plugin and now has the option to display the user’s Facebook avatar. Check it out on version 1.1
Sorry, I havent checked this forum much, but I just updated the plugin with the option to disable the CSS file load. Go check it out on version 1.1
Forum: Fixing WordPress
In reply to: Home Page News sectionLooks like you’re missing another
<?php } ?>
for the line
<?php if((!is_page() or $options['metaenabled']) or $options['txtsizechange']) { ?>
Forum: Fixing WordPress
In reply to: Distubed wordpress interface after login.I suspect there was a problem with the upgrade/install, and all the WP files were not installed correctly. I would try to re-install or re-upgrade.
Forum: Fixing WordPress
In reply to: How to display the tag descriptions as meta descriptionsTry something like this:
<meta name="description" content="<?php echo trim(strip_tags(tag_description())); ?>"/>
Forum: Fixing WordPress
In reply to: My home page is being redirected to a different page of my siteNext, I would check your .htaccess file in the home directory, and make sure there are no redirects enabled.