How to add a new product on WordPress in WooCommerce
Adding products to your new e-commerce WordPress site is easy to do once you get the hang of it. Here is how you add a new product using WooCommerce. Login to your website. Hover over “products” on the left and click on “Add Product” Fill in the top bar labeled “Product Name” with the...
How to create and submit a sitemap to Google
A sitemap is a file that lists a website’s pages, Google can find and crawl these important pages. Additionally, this can help search engines understand your website structure. With that said here is how to create an XML sitemap for your website. How To Create XML Sitemap: Advanced users: Download Screaming Frog SEO. Enter URL Click...
How to create a child theme in WordPress
Create a new directory in your existing wp-content-->themes folder and name it <parent-theme>-child Access newly created folder and create a new file called style.css Populate that file with the following code: /*Theme Name: Twenty Seventeen Child Theme URL: webpopular.net Description: Twenty Seventeen Child Theme ...
How to leverage browser caching
Add the following code to the beginning of your .htaccess file. Remember to back it up first!   <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType...
How to enable gzip compression
Add the following code at the end of your .htaccess file # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE...
How to create a WordPress website
Create a database Log into webpopular.net hosting. Don't have hosting, get website hosting now. Click on your name in the top right menu, then select "Visit My Account". Scroll to the section "Web Hosting" and click "Web Hosting". Then click "Manage" for your host. Click "CPanel Login". Click "MySQL Databases" in the "Databases" Section ...
How to edit a page in WordPress
Editing your WordPress site is essential in providing updates or fixing content errors. Here is how to edit your WordPress page.Log into your website by going to http://.com/wp-admin Use your username and password – if you don’t have or forgot your password, click “forgot password” and type in your email address (this will send you...
How to edit a menu in WordPress
Editing a menu can help customize your website by including important or ideal pages that you want to showcase to your visitors. These menu items may include links to outside sources, pages that need more attention, and more. Here is how you can edit a menu in WordPress.Log into your WordPress site On the left...
minimize add