Category: WordPress / PHP / MySql
How to Add More Navigation Menus to your WordPress Theme – WPMU DEV
How to Remove the Sidebar in WordPress
.content-area { width: 100%; margin: 0px; border: 0px; padding: 0px;} .content-area .site {margin:0px;}
Change number of products per row – WooCommerce Docs
Defines where ‘first’ and ‘last’ classes are applied in product archives. Please be aware that some third-party themes may be coded in a way that the snippets below have no effect on layout. In this case, we recommend you contact the theme author. Custom theme If you’re building a theme it may be useful to …
Source: Change number of products per row – WooCommerce Docs
How to Securely Send WordPress Emails using Gmail with WP Mail SMTP
Email not delivering? We’ll show you how to use WP Mail SMTP to securely send WordPress notification emails with your Gmail or G Suite account.
Source: How to Securely Send WordPress Emails using Gmail with WP Mail SMTP
10 Great WordPress Plugins to Manage an Editorial Workflow
You shouldn’t struggle with your editorial workflow. These ten awesome WordPress plugins help you optimize, automate and streamline your content creation.
Source: 10 Great WordPress Plugins to Manage an Editorial Workflow
Install WordPress on IIS | Microsoft Docs
Install WordPress on IIS 12/17/2007 4 minutes to read Contributors by Eric Woersching Introduction WordPress is a blog publishing application and content management system. According to wordpress.org,WordPress is “a state-of-the-art semantic personal publishing platform with a focus on aesthetics, Web standards, and usability.” The following sections describe how to install and configure WordPress for use with FastCGI on Internet Information Services 7 (IIS 7) and above. This document assumes that you h
How to allow remote connection to mysql – Stack Overflow
That is allowed by default on MySQL. What is disabled by default is remote root access. If you want to enable that, run this SQL command locally: GRANT ALL PRIVILEGES ON *.* TO ‘root’@’%’ IDENTIFIED BY ‘password’ WITH GRANT OPTION; FLUSH PRIVILEGES;
Source: How to allow remote connection to mysql – Stack Overflow
WP-DB-Backup — WordPress Plugins
Description WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database.
Source: WP-DB-Backup — WordPress Plugins