Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Modifying search results look and feel in WordPress?

Wordpress themes includes different files for different purpose like single.php for showing the single post. We make the changes in search.php to modify the look and feel of the search results. You can see this file in default wordpress themes an...

How to add a PHP page to WordPress?

If you want to create php pages in wordpress or in other way you want to create templates in WordPress then you need to simply create a file in your activated theme and write below code in top of the file. After that you can create a wordpress...

Retrieve WordPress root directory path?

Wordpress provides different powerful functions which are useful for different prospective. We are going to discuss one function named get_home_path(). Through this function we can get the path of root directory in your wordpress setup. We can si...

How to Create photo gallery in wordpress

Wordpress.. WordPress is most powerful CMS for blogging. If you have experience in blogging then you should know that images and videos are most important in blogs. With the help of image gallery or video, we can make the blog more interesting f...

make site Multilingual in wordpress

You want to build Multilingual website in wordpress but wordpress does not support that functionality. Don't worry... Wordpress provides different plugins to convert your website in Multilingual. Basically you can make your website Multilingua...

How to Use AJAX in a WordPress Shortcode?

We are going to process ajax request in wordpress shortcode on button click. First of all you need to add the shortcode in wordpress. Kindly write below code in function.php <?php function callback_listing($atts, $content = null) { e...

OAuth 2.0 Authentication on Wordpress site

We are here to discuss OAuth 2.0 Authentication in wordpress. Do you know about OAuth?. What is OAuth?. OAuth is nothing but a open protocol which is useful to allow authorization by easy and secure methods from web/mobile/software applications. ...

Rename files during upload within Wordpress backend

If you want to rename the file name at the time of upload, it is a right place to know the solution. Let's discuss this requirement. We all know there are many hooks available in Wordpress. We will use the filter named sanitize_file_name. You ...

Wordpress: How to call a plugin function with an ajax call

In web development field we face different situations in order to fulfil the requirements. Sometimes we have to customize the well managed CMS/frameworks. Today we are going to take an sample example of wordpress plugin development. There is one ...

How to show stars instead of theme ratings in Woocommerce

If you want to show stars instead of theme ratings in Woocommerce, you can do this by changing the Woocommerce star ratings. The Stars rating is the default rating system in WooCommerce, so to match the rating system with themes we have to dis...

How To Change Total Count Of Items Displayed Per Page in WordPress

Hello readers! In my previous blog I have explained you how you can change number of products displayed per row in WordPress. So here I will guide you how you can change total count of items displayed per page in WordPress. Lets take an exam...

Adding Authors Images to Your Blog in WordPress

Hello reader's! Toady we discuss about "Adding Authors images to your blog". WordPress is integrated with Gravatar, allows you to show every post author's avatar in their posts. It makes your business look more personal than being as a f...

Custom Post Type Templates in Wordpress

In WordPress theme you can set custom templates for custom post types ,A custom template used to display of single posts belonging to a custom post type . suppose you have created a custom posts name books, add_action( 'init', 'create_post...

Custom Post in Wordpress

In wordpress you can create custom posts , Suppose in your WP site you want to create a Movie list then you can use this custom post type , To create custom posts type you have to first invoke register_post_type() through init action, Lets...

How to remove WordPress Generator Tag or Version Number from header?

In WordPress, it is very easy to identify the wp version of website via checking source of web page and this information might be a security leak on your site, if you are not running the most updated version of WordPress. therefor you are providi...

Wordpress Querying Posts

The querying posts means to modify/filter the query of a page or add new query in the page. There are lot of ways to modify query of a page or post by replacing it with new instance of the query. You can achieve this to query a wordpress post ...

Wordpres theme template hierarchy

In wp, pages are join together from different theme template files. Each & every template file of wp represents section of the web page, and all together they render all of the content of individual web pages, pulled from the wp admin. Howeve...

Creating Wordpress Admin Page

In wordpress you can create a admin page in admin section, to start this we have to first use hook function add_action() to create a menu in admin. Before doing this we have to first create a directory under the plugins folder for now we create ...

WordPress archive.php template pages

Hello dear reader's ! Today we will discuss about archive.php template page. Archive page is the great way to bring together your all old content in one page. It allow you to list your monthly archives, category archives, tag archives, author a...

What is Sidebar get_sidebar() and sidebar.php?

Hello readers ! Today We will discuss about sidebar.php This is one of the best features in WordPress that gave lot of flexibility in theme. Sidebar.php is a template page in your theme directory. It includes some extra links which you canno...

Wordpress 404 Error Template

Wordpress 404 Error Template :- Every wordpress theme has a 404.php file. This error occur when a user click on link to a missing web page, the web server will send the user an error message template such as 404 Not Found !!!. Admin can custo...

Common function used in WP theme

Some useful WP function for developing themes have_posts(); This function check whether the current WordPress query has any results. This is a Boolean function, and returns either TRUE or FALSE. syntax is : if ( have_posts() ) : ...

WordPress Theme Directory Structure & Their Uses

In WordPress terminology: A WordPress Theme is a collection of php, css & js files that work together to produce a webpage with an underlying unifying design for a weblog. These files are called template files. A Theme modifies the way the...

Create a Wordpress Plugin

Hi there , Here I am showing with the example how you can develop your custom plugin in wordpress,To develop a Plugin in Wordpress, you should know some basics concepts of Wordpress files and folders. So now I will create a plugin which wi...

How to download file using PHP script

We use this script to download a file from a given define file path location In this script we are using two variable: 1:) $fileName // for file name with path. 2:)$title //for file name changed in you given title name. <?...

Effortlessly managing your website using a Content Management System

The way that the internet has gripped the entire world compels every business to have a web presence. A web presence is a gateway to higher clients and in turn more business. Till not so long back creating and managing a website was like teaching...
1 3 next
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: