Colorful WordPress Tags

home | blog | Archives

Colorful WordPress Tags

By on Feb 19th, 2024 in Code

The goal today is to get the tags on my wordpress posts to look like this: My guidelines are: It’s a very simple php bit I added to my front-page.php file, because that’s where I wanted it to show. I think it looks very nice and organized and I’ve kept the default wordpress settings, meaning […]

Continue reading »

WordPress Custom Header/Footer

By on Oct 12th, 2023 in Code

By default, our wordpress themes will pull the file header.php and place it at the top of all of our pages. This is a basic WordPress template structure: Now, for my portfolio page – for example – I may want the header to be different. This requires 2 steps: Create a header-portfolio.php file Create a […]

Continue reading »