Bernard Aybouts - Blog - MiltonMarketing.com

Customize WordPress Author Permalink Structure using WP_Rewrite

By |March 19, 2018|WordPress|

Changing the author permalink structure in WordPress involves modifying the slug that appears in the URL of an author's archive page. By default, WordPress uses an author base in the URL (e.g., yourwebsite.com/author/username). If you want to change this to something else, such as profile or writer, you can do so by adding[ ► ]

WordPress RSS: Blog Layout & Post Thumbnails Guide

By |March 19, 2018|WordPress, Blogging, Custom Code|

To show post thumbnails in the RSS feed in WordPress, you can add a custom function to your theme's functions.php file. This function hooks into the RSS feed and adds the post's featured image to the feed output. Below is a step-by-step guide on how to do this: Steps to Add Post Thumbnails[ ► ]

Go to Top