Home » Archive

Articles in the Wordpress Category

Wordpress »

[23 Jan 2012 | No Comment | 43 views]

Scenario: I am getting this warning message in my wordpress blog:- open_basedir restriction in effect. File(/tmp) is not within the allowed path(s) Solution:

Wordpress »

[9 Jan 2012 | One Comment | 124 views]

Scenario / Problem I am using Contact Form 7 plugin on my WordPress blog. The form is displayed properly. But, when I submit the form, the spinning arrow is displayed forever and no success or error message is displayed. However, the form is working. It is submitted and I get the message in my inbox.

Wordpress »

[11 Jul 2011 | No Comment | 286 views]

Scenario:- My archive link is not working in my WordPress blog. Precisely saying, the date-based archive is not working. I am redirected to 404 page when I try to access Yearly Archive or Monthly Archive. Cause & Solution:-

Wordpress »

[19 Apr 2010 | One Comment | 813 views]

Scenario: – I have installed WordPress MU in localhost (local computer). – I am using Windows XP Operating System. – I am using WAMP Server. Problem:

Wordpress »

[22 Dec 2009 | No Comment | 135 views]

Generally the wordpress 404 page contains one or two sentence saying that the page is not found. But you can make it more user friendly. Instead of just writing plain text about page not found, we can display archive list and a search form. In this way, the visitor can search or browse your website [...]

Wordpress »

[22 Dec 2009 | No Comment | 309 views]

Here is the procedure to create a custom archive page for your wordpress blog. 1) Create a file archives.php 2) Write the following code in it.

Facebook, Twitter, Wordpress »

[11 Jul 2009 | No Comment | 114 views]

Twitter, Facebook and wordpress are all popular and fascinating. You publish an article in your wordpress blog. And you may want to publicize your article in twitter and facebook through status update separately. It would be very easy and time saving if I could publicize my blog article in twitter and facebook as soon as [...]

Wordpress »

[8 Jul 2009 | One Comment | 165 views]

I was thinking of a wordpress plugin for google adsense that would make me easy to add adsense on my sidebars and on my post. I did search for a flexible one but could not find any satisfactory result. So, thought of making one by myself. I just created a simple wp plugin named ‘Quick [...]

Wordpress »

[21 Nov 2008 | 3 Comments | 1,423 views]

Suppose you want to show your google adsense in the top-left side of your post. If you simply put your adsense code in the single post page (single.php) of wordpress then the text of your post will appear below the adsense. To solve this problem, I used stylesheet property called ‘margin’. The example below is [...]

Wordpress »

[19 Nov 2008 | 3 Comments | 2,401 views]

Suppose, you have many sub pages (child pages) of a single parent page. You want to show the list of all the child pages in the parent page. You can show the list of pages and sub pages in the sidebar of your wordpress theme with the addition of in-built sidebar widget called ‘Pages’. This [...]