How to create a custom page in OpenCart

Create custom page in OpenCart Going to discuss about how to create custom page in opencart. Actually Opencart is built from MVC (Model View Controller).Opencart works on the flow of MVC.So, to create a custom page we must follow MVC pattern. M – Model -Load Model for query with database tables. V –View – View … Read more

How to change WordPress admin URL

How to set Custom Admin Login URL of WordPress Try to change WordPress admin url or any other url to secure your website. WordPress default login url is wp-login.php. Everyone commonly knows about default admin path like wp-admin these common uses of wordpress increases the chances of hacking on WordPress site. No one think about … Read more

Page template option not showing in WordPress

How to set template option in WordPress Page I missed to share with all of you that one time i faced a  problem that i don’t get the option of selecting a page template and if you are a wordpress developer then you can understand how much typical problem is it? .I solved out template … Read more