Bold first paragraph of WordPress content

For this WordPress blog, I was looking for a quick PHP snippet on the web to make first paragraph bold, or increase its font size in post contents, like they have in Smashing Magazine website.  I found few examples but not everything is clear. I didn’t want to use CSS :first-child Selector, because it won’t work with older browsers.

Add/Insert Custom Text In WordPress Posts

Lets say you want to insert custom text or HTML snippet in your WordPress post content, and you may be thinking different approaches like manually editing hundreds of post and inserting them? Well! that’s just time consuming! Try these PHP codes for WordPress that will easily insert your text or HTML in your posts.

Tags: ,

Remove jQuery or Any Script from WordPress

Sometimes you may need newer version of jQuery to run your custom theme or some plugins. In that situations you may want to remove WordPress core jQuery to load your own version of jQuery.

Tags:

Simple Way to Use WordPress Custom Fields

We all know what WordPress custom fields can do, if you do not know what the heck is custom fields is, then you are probably missing out something important and powerful tool in WordPress. With custom fields you can add additional information called meta-data to individual post, and meta-data can be simple information to vary complex actions. To achieve complex actions, you must have PHP skills and WordPress template editing knowledge. Without making it any more complicated, I will show you how quickly you can start using WordPress custom fields with your blog posts.

Tags: ,