Category: Wordpress

Jquery Fix for WordPress Empty Search issue

Jquery fix for preventing wordpress empty search issue. I found a decent/easy jquery workaround on preventing submit if the field is empty: And onload:

Override WordPress and Site URL using wp-config file

I found code to Override WordPress and Site URL using wp-config file. I like to share with you all. Instructions: This snippet lets you redfine two constants that makes it possible to work with production databases, locally. It lets you use the same database for production and development. THIS does not change the database records […]

Some useful mySql Query for WordPress database

Here some Some useful mySql Query for WordPress database you shold know while working on WordPress database project. Optimize the Database As you work on your blog, your database transactions pile up overheads which can be a performance hog. To clear such overheads and optimize your database, use this query: OPTIMIZE TABLE ‘wp_posts’;

The 15 Best WordPress plugins to use in 2012

One of the reasons that I’m so madly in love with WordPress is the thousands of plugins available. It doesn’t matter what you want to accomplish on your blog, there is probably a WordPress plugin that will allow you to do it. This list will provide you with 15 of the best WordPress plugins available […]

Create/ Make A Helpful WordPress 404 Page

When your server can’t find the requested page it will return a HTTP status code of 404. This tells the browser that the request has failed because the page you are asking for can not be found. When your server returns a 404 this needs to be handled so that your not just displaying the default […]

WordPress function to get post/page slug

Here’s the function. Copy it and paste it into your functions.php file: Once done, simply call the function within the loop to get the post or page slug. Thanks to Maidul for the function!

Dealing with Clients as a Freelance Web Developer / Designer

If you are a web developer or a designer working with multiple clients, work flow management plays an important role in your routine. Prioritizing tasks, time management are key to be successful over time. Following are some useful tips which enable you to handle your clients in a better way. Most of the pointers are from my […]

Great WordPress resources for wordpress developer

As a WordPress developer you need to keep up with the fast development of this amazing platform. Luckily, there are loads of great resources to do this. This post is basically a compilation of the sites on my RSS feed. Hope you like it!

Best Of 50 Freelance Job Sites For Web Designers & Web Programmers

Being a freelancer can be extremely advantageous and it is probably a dream for many designers and developers. Not only you get to choose the job you are really interested in, you also have total flexibility in terms of time, whom you want to work with and where you want to work at. However, there […]

How to remove the url field from WordPress comment form

Paste the code below into your functions.php file of wordpress theme. Once saved, the url field will be removed from your comment form in wordpress.

How to Set Featured Image automatically in WordPress

Here is way to set featured image automatically in WordPress.. Have a look at below code block,  function which you can place in your function.php of active wordpress theme and its done. So simplly follow is the steps which I have coded in this wordpress function: Select all posts Get first attached images of the […]

Return ID of the parent page if parent page exists in wordpress theme

This is a great little snippet that will let you return the ID of the parent page if the page has a parent in wordpress. Just add this snippet to the functions.php of your wordpress theme and your ready to get wordpress the parent page ID.

WordPress Get parent page ID if exists

This is a great little wordpress snippet that will let you return the ID of the parent page if the page has a parent in wordpress

Create A Responsive, Mobile-First WordPress Theme

Let’s assess the situation. WordPress is an extremely popular, flexible, easy to use and open-source blogging and CMS system. More and more mobile devices are flooding the market every day, changing the way people use the Internet. And the need is growing for more beautifully designed and coded WordPress themes that work well across all […]

WordPress Themes For freelancer and Design Studios

In today’s post I am showcasing WordPress themes that are perfectly suited to design studios, creative agencies and freelancers. These premium WordPress themes are perfect for showcasing your work and providing in depth information on your projects, the WordPress themes all feature pixel perfect designs to compliment your studio and work, some featured examples are […]

Stunning Useful WordPress Themes for Freelancers Web designer and developer

Today, we begin with WordPress. We all know that WordPress is a great platform that many WordPress freelancers, techie and non, can use to set up and build their online presence. So after browsing the web for great free and premium themes, here are 12 stunning WordPress themes for freelancers that you can download for […]