Home » Archive

Articles tagged with: Wordpress

Facebook, Wordpress »

[17 Sep 2012 | No Comment]

It would be so easy for bloggers if there was some automatic tool to publish new blog posts on Facebook. So that, the bloggers need not have to login to Facebook and go to their Facebook Page or Profile and post about their new blog article/post everytime. So, the solution to this dual task problem [...]

Facebook, Wordpress »

[3 Sep 2012 | No Comment]

This article describes about two wordpress plugins through which you can show your facebook page’s and facebook profile’s photo galleries in your wordpress blog or website. Showing Facebook Page Photo Gallery on WordPress blog/website

Wordpress »

[23 Jan 2012 | No Comment]

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 | 2 Comments]

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]

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]

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]

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]

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]

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]

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]

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]

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 [...]