Creating a Hybrid Single Page App in WordPress with VueJS

Power your WordPress application with Vue.js – the progressive JavaScript framework that now shares the stage with the likes of React and Angular. In this article, I’ll show you how to integrate a Single Page Search App within your existing WordPress application with Vue.js – an extremely popular JavaScript framework for developing rich user interfaces. […] View original post at …

Conversion Rate Optimization in WordPress: It’s Not That Simple

It doesn’t matter if your WordPress site sells digital products, physical inventory, subscribable services, or something else entirely. If your site was built for the purposes of selling something, then you should be making sales from it. In terms of what a good revenue baseline is for a WordPress site, or even what percentage of […] View original post at …

Code Your Own Autosuggest Enabled Advanced Search WordPress Plugin

Want to add advanced search functionality without depending on third-party plugins or themes? Build your own advanced WordPress Search Plugin with support for autosuggest, custom post types, taxonomies, custom fields, and caching from the ground up. In this article, I’ll show you how to build an object-oriented plugin to add a shortcode-based advanced search form […] View original post at …