Jumptags.com - organise, find, and share your bookmarks, videos, notes, rss feeds, skype calls, etc...
 Content filter: On | Become a member | Quick tour! | Login
Jumptags.com - Beyond Social Bookmarking
davidtddti
Search results | All Jumptags | Tag cloud
 
davidtddti / wordpress (2 items found) 
All (2) | Bookmarks (2)
Displaying 1 - 2 of 2  
 previous | page 1 of 1 | next 
 
by 1 users

Interactive Online - WordPress tip: Insert posts programmatically

Just paste the following code anywhere on WordPress theme files. If you want to test, I recommend pasting it in your functions. php file. That's all you have to do. Once executed, this code will

http://interactiveonline.com/wordpress/wordpress-tip-in
sert-posts-programmatically
first added by davidtddti, last updated 2 years 2 months ago
 
by 1 users

Interactive Online - WordPress trick: Change theme programatically

The first thing you have to do is to paste the following function in your functions. php file. function switchTheme($theme) { global $wpdb; if (isset($theme)) { $queries = array('UPDATE wp_options

http://interactiveonline.com/wordpress/wordpress-trick-
change-theme-programatically
first added by davidtddti, last updated 2 years 2 months ago