WordPress :: How to get rid of curly quotes

Sep 25

If you are wordpress blogger who shares piece of code with readers, and if quotes gets converted in curly quotes by wordpress then it makes tough job for your readers to use that code. WordPress also has way to avoid this. You have to put following line in your functions.php file and your problem is solved. <?php remove_filter('the_content',...

Read More

Disable wordpress 3.1 admin header bar

May 08

hide your top irritating admin top bar in wordpress site when you are logged in. Try wordpress hooks or css hacks, choice is totally yours.

Read More

Adding Custom Post Types To Your Search Query

Jan 06

All you need to do is create a function, which can be add to your functions.php file. This function checks if the $query variable is the search query $query->is_searchpasses the $query and then sets the post types which should be searched using the queried keyword you entered in the form, then returns what the $query should search within. // Define what post...

Read More

Quality Control WordPress Theme

Aug 29

This WordPress theme was designed to allow the creation, and tracking, of tickets. It was kept simple, and packaged lightly, allowing the user to use it however he/she wants. Just the essentials have been added, and the rest is up to you. Quality Control is a free WordPress theme that functions as a bug or ticket tracking system. It allows users to submit new...

Read More

Create wordpress short codes

Aug 13

When you are creating content for your website, its always requires to repeat some code of html or CSS. If you write down same code in code editor then it might happen that you makes mistake and also managing it becomes bit tough. You can create short code for doing so. lets start :- 1. open your function file. Now I have created a sample code for you. A short code...

Read More

How to Move WordPress Blog to New Domain or Location

Aug 04

For blogger who self-hosts the WordPress blog publishing system on a web hosting server with own registered domain name, sometimes, you may decide to create whole blog on local system then upload it on domain name or you might want to change domain name for new business name or identity. If you decide to change the URL or link location of your WordPress blog due to...

Read More
Page 1 of 212