This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* DB Configuration | |
*/ | |
$Host ='localhost'; | |
$Username = 'root'; | |
$Password = 'root'; | |
$DatabaseName = 'test'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Quick maintenance mode in WordPress, using a bit of custom css and html | |
* | |
* Only admin can browse the blog, other people get a maintenance message | |
* | |
* Put this file in /wp-content/mu-plugins folder | |
*/ | |
function alo_maintenance_mode() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Customization for Avatar Tooltip plugin, for WordPress | |
* How to show only user bio and social links. Put this file in /wp-content/mu-plugins folder | |
* | |
* More info and screenshot: | |
* http://www.eventualo.net/blog/2013/01/avatar-tooltip-plugin-how-to-show-only-user-bio-and-social-links/ | |
* | |
* Avatar Tooltip plugin: | |
* http://wordpress.org/extend/plugins/avatar-tooltip/ |
NewerOlder