PS Disable Auto Formatting prevents WordPress from applying its own auto formatting functions to your posts and pages. It prevents WP from stripping out tags when you’re editing in the HTML editor and has a positive impact on the way the visual editor formats your posts, too. It’s known to be compatible with WP 2.5 up through 2.8.3. You can get PS Disable Auto Formatting From here
Feeds have became popular and easiest way to get updates of a site, it works to have one icon on your site to point your readers to your RSS or Atom feeds. As feeds are more prevalent in blogs and websites abroad, the presence of multiple feeds abound. If you have multiple feeds on you site, now with the help of this tutorial you can make list of all feeds that you want to offer your site readers. Detailed code is contain in zip file you can download it, Download | Preview | Source
Make your header images dynamic. After applying this technique header image will be change on each visit. You can select as many images as you want to rotate randomly. It brings life to a blog. First you need to name your images in this format: header_1.gif header_2.gif header_3.gif You must separate the name with an underscore. You can change the headerimage text to himage or anything you like. Once you have done that paste the following code in your header.php where you would like the images t
Do you want to give personal touch to your blog login page? Here is an easy method for your. BM custom login is a WordPress plugin which is use to change your WordPress blog login page. You can upload the custom logo or select the pre defined template to give a personal touch to your WordPress login panel. BM custom login plugin is easy to use and configure. Download the plugin from the link provided and follow these steps: Installation: Download the plugin Install the plugin and activate it Cre
Moderator WordPress Plugin. With the help of this plug-in, you can easily moderate your blog comments from your PC desktop. This plugin is associated with desktop application which allows you to view and moderate comments of your WordPress blog form your PC desktop. It provides an easy way to moderate comments. Features: * Viewing unmoderated comments. * Dock and system tray notifications of the number of unmoderated comments. * Accept, delete, and spam comments from within the desktop client. *
Do you want to “Insert Author BIO in WordPress Post“? It is not so complex it is rather simple. Most often blogger want to share their BIO with their blog readers. I think It is best way to interact with new blog visitors / readers. This function is added in some WordPress themes by default, if this function is not available in your WordPress theme, then you can add it yourself. In order to add, open your theme folder and find file “Function.php” open it in your favorit
Security issue of WordPrss is most important. There is a lot of discussion going about WordPress Security. Is your WordPress secured? Here is a tip that you can apply on your blog. If someone is trying to login into you WordPress blog, but fails, WordPress display a message to let you know what happened. Sure, it may be useful to you, but it is for sure also useful to potential blog hackers. To remove theses messages, simply open your theme folder and find functions.php file and paste the follow
Every blogger add images in their blogs. Images are necessary to attract reader attention. But if image used in post in is too big they can break your blog layout. You can automatically adjust image size according to your content area. Simply paste the following in your style.css file: .post img { max-width: 500px; /* Adjust this value according to your content area size*/ height: auto; } You can set your own max image size in code. Most WordPress themes display posts content within a <div>
A while ago I was looking for such technique to highlight my own comments on my blog. After research I have got a very simple technique to perform this function. There are numbers of other techniques to perform this function. But the technique that I am describing below is simple then all others. 1. Changing my theme to add an “authcomment” style I edited style.css and near the bottom added these lines: .authcomment { background-color: #B3FFCC !important; } 2. Editing my comments.php file to