Return to Snippet

Revision: 35081
at November 2, 2010 08:07 by bnotess


Initial Code
<!-- 	Inside the <div class="author_info"> tags -->

        <div class="cta-thumb"><img src="<?php bloginfo('url'); ?>/your/cta/image.jpg"></div>
	<div class="cta-details">
	    <p><strong>Something to get your attention</strong</p>
	    <a href="<?php bloginfo('url'); ?>/subscribe">A call to action</a>
	</div>

/*Add to your custom.css */

.cta-thumb {float: left; border: 1px solid #b0b0b0; margin: 0 10px 10px 0; height: auto; width: auto;}	

.author_info {height: 122px; position: relative; margin: 0 0 20px 0; padding: 20px 25px 10px; background-color: #fff; }	

/*adjust author_info height appropriately */

Initial URL
http://www.freshroastcreative.com/blog

Initial Description
Modify the StandardTheme.lib file

Initial Title
Standard Theme Author Box "Call to Action" mod

Initial Tags
theme

Initial Language
HTML