Posts tagged as 'Tip'
Securing ‘members only’ pages in WordPress
This is an easy way to secure individual pages on your WordPress website to only give access to those with an account on your WordPress site. Create a php file.. read more
How to: Display subpages using WordPress shortcode
I wanted a way to quickly display a list of all the subpages (children) for any given page within a WordPress site easily and effectively using the least amount of.. read more
How to: Display sitemap page in WordPress with shortcode
I wanted a way to quickly display all the pages within a WordPress site easily and effectively using the least amount of code. By adding the following code into your.. read more