I’ve added breadcrumbs to my site for easier navigation. However, now the top of the posts are very crowded. To streamline the way it looks, I’ve removed the category tag from the top of the posts. Continue reading Remove Category Tag from Top of Posts
Tag Archives: wordpress
Add Breadcrumbs Navigation Using Yoast
Because my posts are organized by subject rather than chronological, having an easy way to navigate between them is essential. Adding breadcrumbs navigation by using Yoast, helps my readers to easily move back and forth between the content by topic or technology. Continue reading Add Breadcrumbs Navigation Using Yoast
Remove Navigation Links on WordPress Posts
The posts on my site are not chronological so it makes no sense to have the “previous/next” navigation links. The best way to remove them is to comment out the code in the single.php file. Below are the steps I used to remove the navigation links from my posts. This applies to the WordPress Twenty Fourteen theme, so your code may be different. Continue reading Remove Navigation Links on WordPress Posts
How To Center WordPress Twenty Fourteen
I really like the WordPress Twenty Fourteen theme. I’m not sure why it sits to the left by default. I wanted to center WordPress on my site, so I added the code below to the style.css file in my child theme. Continue reading How To Center WordPress Twenty Fourteen
Create A Child Theme in WordPress Twenty Fourteen
The best way to customize a WordPress site is to use a child theme. That way the customizations are not lost when the parent theme is updated. Additionally, if you make a major mistake changing the files and the site goes down, you can just delete the child theme folder and the site will come right back up using the parent theme. Continue reading Create A Child Theme in WordPress Twenty Fourteen
Get User Account Expiration Date
Our security team implemented a rule that all vendor user accounts must be reviewed and renewed every 30 days. To facilitate this process, I created a script to automate retrieval of the expiration date of the vendor accounts based on the description and/or title fields which is where the company name of the vendor was stored. The resulting .csv file was then used to review the accounts and to open a ticket for renewal of the current accounts. Continue reading Get User Account Expiration Date