WordPress

WordPress Plugin: Send an Email Notification ONLY IF Someone Replies to My Comment

WordPress is the coolest CMS out there. Its free and you can find thousands of Plugins to use. But unfortunately, I wanted a Simple plugin which would give users an option to receive a notification via Email if someone...

Read more »

WordPress: How to remove Elements from the Head Section: Via Editing the Core Files?

In the past, I used to make lot of changes in the core files of WordPress. One of the changes I used to make was in the defaultfilters.php file. I used to edit this file to remove some of...

Read more »

How to Remove CleverPlugins Advertisement/News from WordPress Dashboard

I recently updated my WordPress based sites/blogs to the latest version . After updating them, I opened the dashboard and scroll down just to see what other information is displayed: this is when I found ...

Read more »

WordPress: Cannot get rid of All

Recently, I updated by site: I am using WordPress: in one of the past updates, I noticed that WordPress added different link elements inside the head section. I thought about removing them but then decided to not do it.In...

Read more »

WordPress: How to remove the Index, Start, Next, Prev Link Elements

I recently decided to remove the following link elements:<link rel='index' title=' ' href='' /><link rel=’start’ title=” href=” /><link rel=’prev’ title=” href=” /><link rel=’next’ title=” href=” />From my WordPress sites/blogs:I think these elements are used by different softwares/browsers for navigation...

Read more »

WordPress: How to remove the Shortlink Link Element

In the latest update of WordPress, to version 3.0, I noticed one link element being added in my site’s head section. I personally prefer to see no change in the coding after updates: the coding that I am talking...

Read more »

WordPress: How to remove the wlwmanifest and EditURI/RSD Link Element

After updating my sites to the latest version of WordPress, I decided to get rid of non-important elements from the head section.The first element I saw was the wlwmanifest link element. But before I removed it, I searched on...

Read more »

Where can we find the_generator or get_the_generator Function in WordPress?

I saw on the internet that hiding the version of wordpress that we are using for our sites is good for the security. That is why I have made few changes in all my WordPress based sites: these changes...

Read more »

Making your WordPress Blog safe: Security tips

I try to keep my WordPress version up-to-date but before the introduction of automatic update feature , I was not so much comfortable with the whole updating procedure. Because of this updating, my...

Read more »

WordPress: Why I see this code “Style Definitions */ p.MsoNormal…” in my Posts?

I recently downloaded and installed FireFox 3. FF3 looks ok:Occasionally, all the windows got closed but I guess this does not happens all the time.But there was one serious problem which I discovered after 3 days [I am glad...

Read more »

How to add Adsense Ad Unit only after First Post in WordPress Blog?

I always wanted to show an Adsense ad unit below the first post in my blogs. I only show summaries of posts on the home page in order to prevent duplicate content issue. So I thought that showing an...

Read more »

How to remove author name from recent comments widget in WordPress

I recently started to use widgets in all my WordPress blogs. It’s really easy to add new features via widgets but some times you may need to make some changes.For example: I decided to show recent comments in my...

Read more »

Controlling the Number of Words to show in excerpt

I will not say that displaying...

Read more »