WordPress Widgets is used to add content and features to Sidebar. Some default widgets are come with the WordPress (Search, Categories, Tag Cloud etc.). We can also create custom widgets as per our needs. Learn how to create custom WordPress widget with st...

By: CodexWorld Apr 22, 2016
PHP

It is very time-consuming to delete records one by one from a large amount of data in the list. We can make it easier by deleting multiple records at once. With the bulk delete feature, you can make the large data list user-friendly by allowing the user to...

By: CodexWorld Jul 6, 2023
PHP

YouTube Data API provides an easy way to upload video to YouTube from the website using Google API Client Library. If your web application has video upload functionality and you want to reduce the space of your server, upload video to YouTube will be a gre...

By: CodexWorld May 4, 2022
PHP

Export data feature is very useful where the data is saved on the local drive for offline uses. Export data to file functionality provides a user-friendly way to maintain a large number of data in the web application. There are various file formats are ava...

By: CodexWorld Aug 14, 2023
PHP

LinkedIn is one of the most popular social networks with a huge user base. If you want to allow the user to login with the social account in the website, LinkedIn login option can provide additional value to social login system. Sign In with LinkedIn featu...

By: CodexWorld Nov 13, 2022

This short tutorial helps you to build simple jQuery script for select or deselect all checkboxes on one click. Our select all checkboxes jQuery script is short and useful. You can use this jQuery script in the HTML form or records list. Test the live dem...

By: CodexWorld Jan 26, 2016

WordPress has a way where developers can create custom fields to the post. With this way we can extend WordPress functionality and fulfill our requirement. This extra custom fields data is known as meta-data. Meta data allow you to add some additional data to the post. In this tutorial we will discuss how to create WordPress custom fields and insert some additional data to the post. This step by step tutorial provides you an easy way to add custom post meta box in WordPress. Now we will add a custom meta box into post adding page. Through this custom meta

By: CodexWorld Apr 20, 2015
PHP

Youtube, Twitter, and Facebook uses Load More Data technique to list dynamic data in a user-friend way. They allow users to dynamically load the data on a button click instead of displaying the pagination links. Show more technique is very interactive beca...

By: CodexWorld Feb 22, 2018
PHP

Nowadays most web projects have a desktop version site as well as a mobile version site. The web interface is available based on the device the user accessed from. When the user visits the website from a mobile device, they need to be redirected to the mob...

By: CodexWorld Aug 17, 2022
keyboard_double_arrow_up