by Floyd Hartford | Mar 24, 2021 | PHP, Website Development
Are you running a WordPress membership website? Do you need to show different menu options to different groups of people — like, one menu for users who are not logged in to your website and a different menu to users that are logged in? In this article,...
by Floyd Hartford | Mar 19, 2021 | PHP, SEO, Website Development
In this article, you’ll learn how to replace the_excerpt() with the Yoast SEO meta description — for improved WordPress SEO. Code Snippet Any time you’re inside WordPress’ the loop, you can replace the_excerpt(); with the following code to use...