Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 368640 bytes) in /mnt/110/sdb/1/d/jef/ wordpress/wp-includes/ on line

This error looks bad, but most simple to handle:)

Goto the directory of your blog in Cpanel.

Click wp_settings

open in an editor.

search for wp_memory.

goto

define (’wp_memory_limit’, ‘32M’);

and change 32 to 64.
define(’WP_MEMORY_LIMIT’, ‘64M’);

save the file and DONE

How to fix and solve Permalinks Problem using .Htaccess?

Fixing Permalink Problems
Fixing .htaccess Generation Issues
If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the previous [...]

How to create and use HTML Meta Tags, Title Tag, Favicon in wordpress.

http://searchenginewatch.com/2167931

How to create and add a Tag Page in Wordpress.

In trying to find solution for my 404 Link broken Error, I found this good site.

http://wpguy.com/articles/how-to-make-a-tag-cloud-page/

How to save custom changes in the existing Atahualpa theme for wordpress.

I have four blogs that I plan to host under one domain name !

Hehehe I know it’s a tall want.

But I know the benefits of promoting one domain with different sections. I could have gone for categorizing the posts but I can foresee that my each blog is catering to different audiences.

So One [...]

Code for RSS, Technorati, Digg, Del-ic-ious, subscribe, email for wordpress.

All websites must have at least a single point contact with the site content.

I wanted to add various ways to allow people reading my posts to be in touch with the content and possibly allow them to subscribe to the new posts, comments in general.

I tried a lot but did not fine one single place [...]

How to Install a new Plugin?

I want to add a new plugin to make my website google ad friendly.

I found on my admin page itself this link http://wordpress.org/extend/plugins/adsense-now/installation/

I download the zip file for adsense.
Next I click the Add New Under Plugins (Under APPEARANCE).

Then I upload the adsense . zip file.

Next I activate the plugin for adsense.

Now I select top [...]

How to add new theme to wordpress site?

Today I am gonna add new themes for my wordpress website. As of now, I did not want to word hard on something which takes loads of times, until I was sure of my first site installed correctly.

Now till I install other sites in the same database, I may take a month or so. So [...]

Getting familiar with BLUEHOST, SimpleScripts, Wordpress.Org

Purchasing my website HOST, was a difficult choice and took some time.

Registered my domain name Madhuriesingh with BlueHost.com for life.

Now let me start to transfer the blogs from Wordpress.com to Wordpress.Org on BlueHost severs !

You know, it’s been years that I have done anything technical. The last I did was in 2001, when I was [...]