How to Display 9999 Galleries on the Manage Galleries
navigate to <site_root>\wp-content\plugins\nextgen-gallery\products\photocrati_nextgen\modules\ngglegacy\admin\manage-galleries.php Edit line 15 to whatever amount
Hacks for WordPress and its back end that make life a bit easier
navigate to <site_root>\wp-content\plugins\nextgen-gallery\products\photocrati_nextgen\modules\ngglegacy\admin\manage-galleries.php Edit line 15 to whatever amount
go to your databases’s wp-users table edit the user you want to modify In the password field, enter desired password, but use MD5 as field type log in! 😀
function my_scripts_and_styles(){ $cache_buster = date(“YmdHi”, filemtime( get_stylesheet_directory() . ‘/style.css’)); wp_enqueue_style( ‘main’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $cache_buster, ‘all’ ); } add_action( ‘wp_enqueue_scripts’, ‘my_scripts_and_styles’, 1);