Tagged: wordpress

[HOWTO] Make disqus comments do-follow in WordPress

December 17th, 2010 Permalink

I am using Disqus Comment System v2.61 and it shows comments as nofollow. This is a concern for several WordPress users as their commentators may not be interested to comment if they get no link love via comment url. The disqus comments are later generated by Javascript but it also contains the basic comments for [...]

I am using Disqus Comment System v2.61 and it shows comments as nofollow. This is a concern for several WordPress users as their commentators may not be interested to comment if they get no link love via comment url. The disqus comments are later generated by Javascript but it also contains the basic comments for browsers without Javascript. While I have not yet figured out how the Javascript later inserts “nofollow” attribute later when regenerating the comments with Javascript, I have figured out how to remove the ‘rel=”nofollow”‘ from the link of the basic page, which should work for search engine robots. In the version of Disqus Comment System I am using, the comment_author_url() seems to not work. So, I replaced it with get_comment_author_url() and it seems to work. Following is the new comments.php which shows the links as do-follow. Continue Reading

Pledgie Related Plugin

November 21st, 2010 Permalink

The “Related Pledgie Campaigns” WordPress Plugin makes it easy to connect your readers to help Pledgie Campaigns based on the content of your posts. The Plugin uses the tags of the posts, keywords in your posts, category and blog name to search Pledgie.com and automatically loads the top three campaigns for those keywords at the [...]

The “Related Pledgie Campaigns” WordPress Plugin makes it easy to connect your readers to help Pledgie Campaigns based on the content of your posts. The Plugin uses the tags of the posts, keywords in your posts, category and blog name to search Pledgie.com and automatically loads the top three campaigns for those keywords at the bottom of each of your posts.

Continue Reading

[SOLVED] Warning: touch() [function.touch]: SAFE MODE Restriction in effect. The script whose uid is is not allowed to access /tmp owned by uid 0 in /full_path/wp-admin/includes/file.php on line 198

August 14th, 2010 Permalink

I have moved one of my blogs to new server and I also updated to WordPress 3.0 at the same time. When I tried to update or add plugins, I got this error:

I have moved one of my blogs to new server and I also updated to WordPress 3.0 at the same time. When I tried to update or add plugins, I got this error: Continue Reading

[SOLVED] API Key Installed but get the ERROR: WordPress.com Stats needs attention: please enter an API key or disable the plugin.

August 19th, 2009 Permalink

I ran into this problem. I got an error with WordPress.com Stats plugin. It was just a message but it looked ugly and although I had already installed API key and was getting stats, I wanted to remove it. Here is what I did.


I ran into this problem. I got an error with WordPress.com Stats plugin. It was just a message but it looked ugly and although I had already installed API key and was getting stats, I wanted to remove it. Here is what I did.

Continue Reading

[HOWTO] [UPDATED] Add Widgets to Notepad-Chaos WordPress Theme

May 18th, 2009 Permalink

UPDATE: As wordpress does not show characters correctly, the codes below may not work. So please do copy the codes from this file I have uploaded. Please read the post as well as the instructions included in the file. You may need to use WinRAR or 7zip to extract the file if you are running [...]

UPDATE: As wordpress does not show characters correctly, the codes below may not work. So please do copy the codes from this file I have uploaded. Please read the post as well as the instructions included in the file. You may need to use WinRAR or 7zip to extract the file if you are running Windows.

The theme I’m using in this blog is widget unaware Notepad-Chaos theme. However, I have managed to allow it to add widgets. Continue Reading

How I moved my WordPress Blog to a different domain

May 5th, 2009 Permalink

I recently moved my WordPress blog to different domain (from http://www.khattamonline.co.cc to http://www.khattam.info) and here is how I did it.


I recently moved my WordPress blog to different domain (from http://www.khattamonline.co.cc to http://www.khattam.info) and here is how I did it.

Continue Reading

WordPress on ByetHost : “Error Establishing a Database Connection” Problem

April 23rd, 2009 Permalink

I’m running this blog on a Free Hosting Plan provided by Byethost. I recently ran into this problem and was thinking of asking for support but I figured out the problem and the solution to it.

I’m running this blog on a Free Hosting Plan provided by Byethost. I recently ran into this problem and was thinking of asking for support but I figured out the problem and the solution to it. Continue Reading