-
Scripts – The Code Cave
Scripts
I quite often use scripts to make repetitious tasks easier. Not all of them could be easily transformed into a WordPress plugin. Most of those will be housed in my Git Repository. I will ha...
-
Tips, Techniques and Technologies – The Code Cave
{EAV_BLOG_VER:cf05756ccfd5297d} The need for this routine comes up every now and then and it confuses people because they thing date(“W”) will do the trick. Once they realize that’s the week of the ye...
-
WordPress – The Code Cave
This was posted to the wp-hackers list by Frank Bültge and I didn’t want to lose it. Here is how to add a new menu item to the admin bar: function wp_codex_search_form() { global $wp_admin_bar, $wpdb...
-
Smart Passworded Pages – The Code Cave
Tori
June 10, 2016
I created two pages exactly the same. When I click on one page, I get the prompt for a password with the instructions to enter the password. However, on the second page, it gi...
-
LINUX – The Code Cave
When installing new software using yum, you will occasionally get the the option of “Is this ok [y/d/N]:” Everyone knows recognizes Yes and No, but the option d may have thrown you for a loop. “d” si...
-
Smart Passworded Pages Plugin – The Code Cave
Works great now! Thanks
June 13, 2012
it’s really not explained anywhere HOW you setup a password for a page. or am i missing something obvious?
June 13, 2012
No, I didn’t explain that because it uses...