New wp-admin style coming soon!
by Jason Grim • May 4, 2011 • 1 Comment
Via a tweet from Andrew Nacin of the WordPress core team. I saw that a new site admin style is due in an upcoming WordPress version. Here is a sneak peak:
Read more →Via a tweet from Andrew Nacin of the WordPress core team. I saw that a new site admin style is due in an upcoming WordPress version. Here is a sneak peak:
Read more →Today’s sites are annoying As a web developer, I have added annoying items to websites of my clients per their needs: popups, auto playing audio/video, a bunch of ads. A website needs to at least pay for itself for people to keep creating them; however, with the internet being a web of free content...
Read more →Here are the instructions for uninstalling multi-site on WordPress 3.0+: Remove the constants from the wp-config.php file. (Should look similar to this if you used my plugin) /* This site was made multi-site enabled by @link http://jgwebdevelopment.com */ define (‘MULTISITE’, ’1′); define (‘SUBDOMAIN_INSTALL’, false); define (‘DOMAIN_CURRENT_SITE’, ‘localhost’); define (‘PATH_CURRENT_SITE’, ‘/wp-multi/’); define (‘SITE_ID_CURRENT_SITE’, 1); define (‘BLOG_ID_CURRENT_SITE’,...
Read more →In WordPress 3.1, the “Super Admin” bar has been taken away for Multi-Site Networks. Now in WordPress 3.1, when you create a Multi-Site Network, a “Network Admin” dashboard is now created. In the “Network Admin” dashboard you will: Enable/disable Network Plugins. Create, Edit, Delete child sites. Edit Site-Wide and Network Settings. There is no...
Read more →