Archive
Blog Archives
User Login With WordPress using React Native
After seeing a lot of requests about this topic on Google, I’ve decided to make my own tutorial about it. So let’s get started! On the render() method of your React Native component, create a Form with input fields for Username and Password. this.state = { validating: false } render() { return ( <Container> <Content> […]
AJAX Multi File Upload in WordPress Front-End
Uploading Files Asynchronously in WordPress Front-End using AJAX
WordPress Front-end AJAX Pagination with Search and Sort
A simple AJAX pagination that includes a search filter and sorting functionality
Loading wp_editor via AJAX
Fix problem with wp_editor showing but missing buttons on Text and Visual tab
Create Posts from WordPress Front-End
Allow visitor to create a post from the front-end of your WordPress blog
Disable Update Notifications in WordPress Admin
Stop annoying updates and notifications in your WordPress Admin
Creating a Facebook Thumbnail Field in your WordPress Post or Page
In this tutorial, I am going to show you how to create a field where you can enter a custom image that you wish to use as your cover image when sharing your posts/pages on Social Sites such as Facebook
Featured Image Shortcode [Plugin]
Creates a shortcode for your featured image to easily embed it within your WP Editor.
Optimize WordPress Database by Disabling and Removing Revisions
Disable the saving of revisions in your WordPress blog to optimize your Wordpress database.
Change Password using AJAX and jQuery in WordPress Front-End
The feature is easy to do using just plain PHP and HTML, but if you are like me who wants to take small bits of modules into the next level then you might probably want to check out this tutorial on how to
Add .html extension to permalinks
Tutorial on how to add .html extension to both posts and pages in WordPress
Indent WordPress Subcategories in a Drop-down List
Create a drop-down list with multiple level of WordPress Subcategories.
Generate Emails with HTML & CSS in WordPress
Adding HTML tags and CSS Styles into your Email Contents
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
Fix 404 Page Not Found in all Pages in WordPress
How to Fix 404 Page Not Found in all Pages Except Home Page
Set a Default Featured Image for your Posts in WordPress
Add a default image for posts that do not have a featured image.
Create a New Frontend Login Form in WordPress
Have full control over your WordPress log-in form and add your own validations.
Create a Custom Post Type in WordPress
Register a post type and allow other roles to add, edit, and delete their owns posts.
How to use the JQuery Date Picker of WordPress
Include the built-in Date Picker of WordPress int your front-end forms in WordPress