WPrentals: Adding User Dashboard Pages

The Problem WPrentals has a hardcoded list of dashboard page templates in wpestate_check_if_admin_page(). If you create a new page template that isn’t in that list, it won’t render as a dashboard page — you’ll get no sidebar menu, and the page will look like a default WordPress page. The Solution Override the function in your […]

Estimated Delivery Date

Many things can be added to a wordpress site without using plugins, code like the below will add functionality to your website. Custom PHP code, like the below, should be added in the functions.php and custom CSS in style.css of your child theme. Please see the original post for updates to the below code on […]

Adding Maria Database Repo

To add the mariadb repo for the latest version curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && yum update –allowerasing

Pages

Woocomerce Basket — Basket PageCheckout — Checkout PageMy account — My Account PageRefund and Returns Policy — DraftShop — Shop Page