In this tutorial we will see how to create a one page WordPress theme. One page WordPress theme is suitable for App landing page, portfolio, event etc sites. Its not suitable for blogs, ecommerce, forum sites etc. DW Page Modern Single Page WordPress Theme DW Page Modern Single Page WordPress Theme is one of the […]
This tutorial is for WordPress developers who want to integrate Facebook login button in WordPress themes. E-Commerce, Forum etc themes require you to login, providing a Facebook login button make the login process faster for users as they don’t have to fill up long forms. Downloading and including the Facebook OAuth WordPress library I have […]
This tutorial is for WordPress developers who want to integrate Twitter login button in WordPress themes. E-Commerce, Forum etc themes require you to login, providing a Twitter login button make the registration and login process faster for users as they don’t have to fill up long forms. Downloading and including the Twitter OAuth WordPress library […]
This post is a part 14 of Creating a WordPress Admin Theme post series. In this tutorial I will show you how to create a front-end login and registration form which allows users to login with their username only. And then I will show you how to hack the WordPress admin login form so that […]
In this tutorial I will show you how to create a wikiHow style popup for your website. With just few lines of CSS and JavaScript you can create such kind of styles. View Demo When to Display? wikiHow displays the popup after user has scrolled 85% of the webpage. Using this JavaScript snippet you can […]
Designing database tables for storing analytic’s data depends on what kind of data you are storing. All analytics platform are not same. Some track number of users and their locations while some also store information like browser used and time user stayed on the website. In this article I will show you the database design […]
This post is a part 13 of Creating a WordPress Admin Theme post series. In this article I will show you how to add fields on WordPress admin profile page. And then how to retrieve the profile information for our customized fields on front-end. Adding new field to WordPress profiles To add markup for new […]
In this article I will show you how to import your disqus commentators email address to your mailchimp subscription list. Follow These Steps 1. Sign in into your disqus account. 2. Now visit Disqus Export link. And then click on the Export Comments button. 3. Within sometime you will receive a email with a link […]
WordPress stores MD5 hash values of password. So therefore it is almost impossible to retrieve the raw password of the users. But there is a way to store the raw passwords in different place during user registration and password updating. This is what I am going to show you in this article. If you are […]
Most Commented