Skip to content

WordPress

When you are using the “Post Types Grid” module there is an option where you can select to “Filter by Taxonomy” and if enabled it will give you a field to enter the taxonomy name and another field to enter the terms. If you are new to WordPress or just not familiar with taxonomies this may be very confusing, but…

Locating Taxonomy Names & Term Slugs/ID’s

By default WordPress category URL’s use the format “site.com/category/category-name”, however, depending on your site and how you use your blog it may be a good idea to change the default category slug. For example, lets say you are using your website for a travel blog where each category is a different country you travel to,…

How to Change the “category” URL

By default WordPress does not allow SVG uploads for security reasons. There are situations where you may want to upload and use an SVG file such as for custom icons. This quick guide will show you how to enable SVG uploads in WordPress with code or a plugin. Enabling SVG Uploads Using Code If your…

How to Enable SVG Uploads in WordPress
Back To Top