All (2) | Bookmarks (2)
Displaying 1 - 2 of 2
previous | page 1 of 1 | next
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
sert-posts-programmatically
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
change-theme-programatically
Tags found in matching results:
change
insert
posts
programatically
programmatically
theme
tip
trick
wordpress
change
insert
posts
programatically
programmatically
theme
tip
trick
wordpress

