Category Archives: Wordpress

ColdStone Theme: Added Hardcoded Video Iframe Just Above Recent Posts

Added the following to includes/default.php:

Posted in Wordpress | Comments Off on ColdStone Theme: Added Hardcoded Video Iframe Just Above Recent Posts

ColdStone Theme: Using Pages Instead of Posts for Featured Image

Hi, please go to featured.php save the file just in case; there, find: $coldstone_featured_number= make this equal with the numbers of pages you will use for the slider, like: $coldstone_featured_number=3; find: $my_query = new WP_Query before this add: $args = … Continue reading

Posted in Wordpress | Comments Off on ColdStone Theme: Using Pages Instead of Posts for Featured Image

eNews Theme: Replace Post Thumbnail

In single.php replace: with

Posted in Wordpress | Tagged , | Comments Off on eNews Theme: Replace Post Thumbnail

Basic Theme: Added Image Behind Menu

Added following code to Custom CSS: Then, added the following to header.php, just before Navigation Bar code:

Posted in Wordpress | Tagged , , , | Comments Off on Basic Theme: Added Image Behind Menu

Basic Theme: Added Leaderboard Ad

Added the following code to header.php: Then, added the following code to Custom CSS:

Posted in Wordpress | Tagged , , , , | Comments Off on Basic Theme: Added Leaderboard Ad

Nexus Theme: Widen Widget Sidebar

Needed to widen the widget sidebar to fit a 300px wide AdSense ad. Added the following code to Custom CSS:

Posted in Wordpress | Tagged , , , , | Comments Off on Nexus Theme: Widen Widget Sidebar

Nexus Theme: Changed Line Height for Bullets in Widgets

This code finally did it (again in Custom CSS): The “before” item handles the location of the bullet. Otherwise, alignment between the bullet and the text of off.

Posted in Wordpress | Tagged , , , | Comments Off on Nexus Theme: Changed Line Height for Bullets in Widgets

Nexus Theme: Added Pinterest to Social Buttons

Created two 24×19 images of the Pinterest “P” one gray and one white (for hover). Added the following code to Custom CSS Added the following code to header.php, placed it between the RSS and G+ buttons:

Posted in Wordpress | Tagged , , , | Comments Off on Nexus Theme: Added Pinterest to Social Buttons

Nexus Theme: Modifications to Home Page

Reduced Headline size by adding: to Custom CSS in General Settings Reduced leading in Excerpt text by adding: to Custom CSS in General Settings Changed the length of the excerpt by making the following modification to recent_module.php: Replaced with

Posted in Wordpress | Tagged , , , , | Comments Off on Nexus Theme: Modifications to Home Page

Optimal Image Sizes

Nexus Theme: For featured slider (at least): 582×520 For thumbnails (at least): 160×160 For header images (at least): 1400×400

Posted in Wordpress | Tagged , , | Comments Off on Optimal Image Sizes