A WordPress Multisite is a fantastic way to manage multiple websites, using the world’s favourite content management system (CMS). However, having one root directory for all of your sites can cause a few headaches when trying to install SSL certificates for each domain on your multisite setup. This article aims to help you do just that.
Are you looping through/listing posts and pages or building templates and need to know what’s a post and what’s a page? Here are some possible answers.
Natively, you can categorise and tag your Wordpress posts with the readily available category and tag taxonomies. Learn how to add that same functionality to pages.
You might have some lengthy excerpts or content in some of your posts and pages, which are taking up too much space when listing them on your website. Learn how to limit the length of these when querying WordPress, so you can display a more ‘trimmed down’ list of posts/pages.
If you’ve created sub categories in WordPress and want to display bespoke content if your category archive page has a specific parent, then here’s how!
Shortcodes are a great and easy way to output simple (or very sophisticated) content in your posts/pages via plugins or inbuilt WordPress shortcodes, but how would you output this directly in your theme files?