Wordpress-allowed memory size exhausted

I received this error from Wordpress 2.9.2. I think I encountered this before:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home1/discoup9/public_html/tutorialref/blog/wp-includes/class-simplepie.php on line 5409

When I went to the line 5409 on the class-simplepie.php I see this:

$restrictions[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value);

Login Wordpress Page

Do you hardly ever login to your Wordpress to update and post to your blog and then after a month or more you actually forget the login Wordpress page? Well, this is for those who forget:
Go to you main page of your Wordpress blog. For example, the home page of my blog is located at:
http://blog.tutorialref.com/

Then [...]

Wordpress SEO Friendly URLs

This briefly discusses about SEO friendly URLs in Wordpress. To accomplish this you need to navigate to Settings > Permalinks. You will see a Common Settings section at the top of this page. From here you will have radio options to select which type of url you would like displayed. Select the custom radio option [...]

Wordpress Stylesheet Path

Where is your Wordpress stylesheet path? For the default theme, it’s located at:
wp-content/themes/default/style.css

As for the other themes, it’s invariably found in the main folder the of theme. So, for instance, for the carrington-mobile-1.0.1 theme it’s located at:
wp-content/themes/carrington-mobile-1.0.1/style.css

Simply download this file locally if you wish and edit the file.

Alternatively, you can navigate to the left column [...]

Wordpress Change Header Picture

Here’s a quick way to change the header picture of your Wordpress file:

For the default theme that is installed (the Kubrick theme) you should look for a jpg file located at wp-content/themes/default/images/kubrickheader.jpg.

You can simply edit this with some photo editing program such as Adobe Photoshop or Photoshop Elements or whatever suits you.

Then simply upload. If [...]