FtroopDad

FtroopDad’s Computer Case Buyer’s Guide

FtroopDad’s Computer Case Buyer’s Guide: Whether you are building a new computer or updating an existing one, the computer case is one of the most important pieces of hardware to consider, yet many times important aspects of the case are overlooked. Looks, cooling, functionality, noise, and price are important considerations when selecting a case, but …

FtroopDad’s Computer Case Buyer’s Guide Read More »

antec kuhler h2o 920

Antec Kuhler H2O 920 Liquid Cooling System Installation Instructions

Antec Kuhler H2O 920 Installation Instructions If you have purchased an Antec Kuhler H2O 920 Liquid Cooling System and feel the instructions included with the device are not helpful, then you are at the right place. We recently installed this liquid cooling system without any difficulty and wanted to share our experience with anyone it …

Antec Kuhler H2O 920 Liquid Cooling System Installation Instructions Read More »

To Remove Twitter and Facebook Links or Icons

Specific to the Albizia Theme from Itx. open…wp-content/themes/albizia/functions.php comment out lines 164-182 <ul id=”links”> <?php if ($twitter): ?><li> <a href=”http://twitter.com/<?php echo $twitter ?>” rel=”nofollow”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/twitter.png” alt =”my twitter” title=”Follow our twitter” /> </a></li> <?php endif;?> <?php if ($facebook): ?><li> <a href=”http://www.facebook.com/<?php echo $facebook ?>” rel=”nofollow”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/facebook.png” alt =”my facebook” …

To Remove Twitter and Facebook Links or Icons Read More »

Wordpress

To add page content to Posts Page in WordPress

To add page content to Posts Page so it will appear on the front page above your posts in WordPress. open …wp-content/themes/albizia/home.php (index.php on some themes) add the following code below <div id=”contentwrap”> <?php if ( ‘page’ == get_option(‘show_on_front’) && get_option(‘page_for_posts’) && is_home() ) : the_post(); $page_for_posts_id = get_option(‘page_for_posts’); setup_postdata(get_page($page_for_posts_id)); ?> <div id=”post-<?php the_ID(); ?>”> …

To add page content to Posts Page in WordPress Read More »

Wordpress

An automated WordPress update has failed to complete…

After an automated update has failed, you may get the following across the top of the Admin Dashboard even if a manual upgrade was successful. “An automated WordPress update has failed to complete – please attempt the update again now.” To remedy this, set your ftp program to show hidden files and delete the “.maintenance” …

An automated WordPress update has failed to complete… Read More »