-
Recent Posts
Blogroll
Tags
audacity audio bluetooth cable calendar comma Contacts CSS csv dns downloads dreamhost DRM ebook eBooks facebook gmail google graphic htaccess https image ios ipad iPhone iso kindle license link macro media microsoft ms word pdf post rewrite scan social media ssl tangle validation vba vcard vcf WordPressCategories
- Consumer Technology (7)
- Food (3)
- Information Technology (143)
- Application Tips (6)
- CSS (8)
- Database (15)
- DHTML (3)
- DOS & DOS Scripting (4)
- eMail (5)
- Graphics (4)
- Hardware (1)
- IT Resources (2)
- JavaScript (5)
- Joomla! (11)
- jQuery (1)
- Linux (2)
- MySQL (30)
- Networking (2)
- Office Productivity (1)
- Operating Systems (11)
- PHP (29)
- PowerShell (1)
- Security (4)
- SMTP (1)
- Snippet (2)
- Vista (2)
- Web Development (32)
- Web Server (3)
- WordPress (14)
- Miscellaneous (1)
- Uncategorized (23)
Tutorius Archives
WordPress Archive
-
Certificates and Mixed Content Errors
Posted on January 28, 2017 | No CommentsWhen a secure (https enabled) website is displaying a caution on the certificate and warning about mixed content, you need to identify and correct the content on the page that […] -
Shortcodes in a WordPress Widget
Posted on January 3, 2014 | No CommentsBy default, shortcodes don't work in WordPress widgets. Â But a simple one-line code tweak will fix that. Simply add the following line to functions.php. add_filter('widget_text', 'do_shortcode'); For details, see the […] -
Must-Have WordPress Plugins
Posted on August 7, 2010 | No CommentsCustom Post Limits: This plug-in allows you to set different limits for the number of posts that appear on different pages. -
Changing the Number of Search Results Displayed in WordPress
Posted on April 14, 2010 | No CommentsThe number of search results displayed in a listing page in WordPress seems to be linked to the Settings > Reading > Blog pages show at most setting in the […] -
Default Sidebar Widgets in WordPress MU
Posted on November 30, 2009 | No CommentsThe following plugin code, placed in the indicated directory, will set the default plugins for any MU blogs created after this plugin is installed. By examining the code you can […]