S C R I P T B A K E R

Loading

Install WordPress plugins, themes & upgrades without providing FTP access?

You must have experienced that WordPress asks for FTP credentials if you initiate upgrade or install plugins. And sometimes developers don’t have FTP access and all they have is WordPress admin panel access. Let’s see why WordPress asks for FTP info and how to bypass it and enable WordPress to install updates and plugins without … Continue reading “Install WordPress plugins, themes & upgrades without providing FTP access?”

Read More

Adding Custom Fields to WordPress User Profile and Add New User page

Adding custom profile fields in WordPress made easy through action hooks. .Most of the solutions available on internet tell you about adding custom fields on “Edit User” screen, in this tutorial I will tell you how to add your custom fields to Add New User screen

Read More

Common mistakes in WordPress Theme Development

This post will let you know about common mistakes in WordPress theme development and also tell you how to avoid them.

Read More

Script Logic Plugin

Introduction Script Logic is a WordPress plugin that lets you control on which pages scripts and style sheets load using WP’s conditional tags.

Read More

How to create custom form in WordPress and handle submission?

There are cool plugins available that create forms without any programming effort but still many times we need to create custom forms in our WordPress website.

Read More

Multi Image Upload

Multi Image Upload adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also.

Read More

WordPress search filters based on custom fields

WordPress custom fields are good for adding meta data to posts. These custom fields are not just for displaying data but can be used to sort and filter posts. You may be interested in making a form to filter posts by custom fields.

Read More

Add remove WordPress dashboard widgets

WordPress comes with a bunch of widgets loaded on its dashboard. The default WordPress dashboard may seems cluttered to some users because many widgets may be irrelevant for them. Such users can easily clean their dashboard.

Read More

debug WP Queries and boost performance

Hi, I found a very useful plugin for WP Query debugging. I proudly share this resource with you, because I believe it will be very useful to people who want to optimize their WordPress site by identifying & optimizing time taking queries. So, here is plugin URL link http://wordpress.org/extend/plugins/debug-queries/

Read More