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> […]
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
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
Create a New Frontend Login Form in WordPress
Have full control over your WordPress log-in form and add your own validations.
How to Limit the Number Words to Output in PHP
Creating a function that will limit the number of words to output