Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

Asino footer for thesis

Asino Footeryou might have seen few days back that i had posted Asino footer for blogger.but i forgot to give you all the thesis version so this post is dedicated for giving you the thesis version of the footer.

I need not need to explain you what is Asino footer or why it is called because i have already did that in the older post done for Asino footer for blogger. go lets directly go over installation of the Asino footer.

Installation

  1. Login to WordPress Dashboard
  2. Navigate to Thesis >> Custom File Editor
  3. Select custom_functions.php and add the below code :
    function asnioFooter() { ?>
    	<div id="container">
    		<div id="foot">
    			<h5>Blog Categories</h5>
    			<span class="cat">Information Covered on the Blog</span>
    			<ul id="cats">
    				<?php wp_list_cats('sort_column=id&hide_empty=0&optioncount=0&hierarchical=0'); ?>
    			</ul>
     
    			<div class="col Footer1">
    				<ul class="sidebar_list">
    					<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 1') ){	?>
    					<li class="widget">
    						<div class="widget_box">
    							<h3><?php _e('Footer Widget 1', 'thesis'); ?></h3>
    							<p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p>
    						</div>
    					</li>
    					<? } ?>
    				</ul>
    			</div>
     
    			<div class="col Footer2">
    				<ul class="sidebar_list">
    					<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 2') ) { ?>
    					<li class="widget">
    						<div class="widget_box">
    							<h3><?php _e('Footer Widget 2', 'thesis'); ?></h3>
    							<p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p>
    						</div>
    					</li>
    					<? } ?>
    				</ul>
    			</div>
     
    			<div class="col Footer3">
    				<ul class="sidebar_list">
    					<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 3') ) { ?>
    					<li class="widget">
    						<div class="widget_box">
    							<h3><?php _e('Footer Widget 3', 'thesis'); ?></h3>																<p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p>
    						</div>
    					</li>
    					<? } ?>
    				</ul>
    			</div>
     
    			<div id="copyright">
    				<ul class="sidebar_list">
    					<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Copyright') ) { ?>
    					<li class="widget">
    						<div class="widget_box">
    							<h3><?php _e('Copyright', 'thesis'); ?></h3>																<p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p>
    						</div>
    					</li>
    					<? } ?>
    				</ul>
    				<!-- Please do not remove these lines. If you have a developers license, you may remove the thesis copyright, but do not remove the Asnio copyright unless you have paid the $5 fee. Feel free to remove these comment lines however -->
    				<p>Get smart with the <a href="http://diythemes.com/thesis/">Thesis WordPress Theme</a> from DIYthemes.</p>
    				<p>Footer by <a href="http://asnio.com/">Asnio</a>.</p>
    			</div>
    		</div>
    	</div>
    	<? }
    		add_action('thesis_hook_after_html', 'asnioFooter');
    		remove_action('thesis_hook_footer', 'thesis_attribution');
    		remove_action('thesis_hook_footer', 'thesis_admin_link');
     
    		register_sidebar(array('name'=>'Footer 1', 'before_title'=>'<h3>', 'after_title'=>'</h3>'));
    		register_sidebar(array('name'=>'Footer 2', 'before_title'=>'<h3>', 'after_title'=>'</h3>'));
    		register_sidebar(array('name'=>'Footer 3', 'before_title'=>'<h3>', 'after_title'=>'</h3>'));
    		register_sidebar(array('name'=>'Footer Copyright', 'before_title'=>'<h3>', 'after_title'=>'</h3>'));

    function asnioFooter() { ?> <div id="container"> <div id="foot"> <h5>Blog Categories</h5> <span class="cat">Information Covered on the Blog</span> <ul id="cats"> <?php wp_list_cats('sort_column=id&hide_empty=0&optioncount=0&hierarchical=0'); ?> </ul><div class="col Footer1"> <ul class="sidebar_list"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 1') ){ ?> <li class="widget"> <div class="widget_box"> <h3><?php _e('Footer Widget 1', 'thesis'); ?></h3> <p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p> </div> </li> <? } ?> </ul> </div><div class="col Footer2"> <ul class="sidebar_list"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 2') ) { ?> <li class="widget"> <div class="widget_box"> <h3><?php _e('Footer Widget 2', 'thesis'); ?></h3> <p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p> </div> </li> <? } ?> </ul> </div><div class="col Footer3"> <ul class="sidebar_list"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 3') ) { ?> <li class="widget"> <div class="widget_box"> <h3><?php _e('Footer Widget 3', 'thesis'); ?></h3> <p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p> </div> </li> <? } ?> </ul> </div><div id="copyright"> <ul class="sidebar_list"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Copyright') ) { ?> <li class="widget"> <div class="widget_box"> <h3><?php _e('Copyright', 'thesis'); ?></h3> <p>You can edit the content that appears here by visiting your Widgets panel and modifying the <em>current widgets</em> there.</p> </div> </li> <? } ?> </ul> <!-- Please do not remove these lines. If you have a developers license, you may remove the thesis copyright, but do not remove the Asnio copyright unless you have paid the $5 fee. Feel free to remove these comment lines however --> <p>Get smart with the <a href="http://diythemes.com/thesis/">Thesis WordPress Theme</a> from DIYthemes.</p> <p>Footer by <a href="http://asnio.com/">Asnio</a>.</p> </div> </div> </div> <? } add_action('thesis_hook_after_html', 'asnioFooter'); remove_action('thesis_hook_footer', 'thesis_attribution'); remove_action('thesis_hook_footer', 'thesis_admin_link');register_sidebar(array('name'=>'Footer 1', 'before_title'=>'<h3>', 'after_title'=>'</h3>')); register_sidebar(array('name'=>'Footer 2', 'before_title'=>'<h3>', 'after_title'=>'</h3>')); register_sidebar(array('name'=>'Footer 3', 'before_title'=>'<h3>', 'after_title'=>'</h3>')); register_sidebar(array('name'=>'Footer Copyright', 'before_title'=>'<h3>', 'after_title'=>'</h3>'));

  4. Save it and then open custom.css and add the below CSS :
    #foot {
    	background: #2B2A2A;
    	border: 0.6em solid #212020;
    	color: #DBEDF9;
    	font-size: 12px;
    	margin: 20px auto;
    	overflow: hidden;
    	padding: 1.5em;
    }
     
    	#foot a { color: #DBEDF9; border-bottom: 1px dashed #DBEDF9; text-decoration: none; }
     
    		#foot a:hover { background: #DBEDF9; color: #3D3C3C; }
     
    	#foot span.cat, #foot h3 { /* controls all blue headings */
    		color: #23A2D7; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
     
    	#foot h5 { font-size: 23px; }
     
    	#foot ul li ul { list-style-type: square; margin-left: 10px; }
     
    	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
     
    	#foot li.widget .widget_box { background: none; border: 0; }
     
    	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }
     
    	#foot .col { float: left; list-style: none; width: 33.3%; }
     
    	#cats {
    		background: #3D3C3C;
    		list-style-type: none;
    		margin-top: 13px;
    		overflow: hidden;
    		padding: 10px 0 7px 20px;
    	}
     
    		#cats li {
    			float: left;
    			font-size: 1.2em;
    			line-height: 1.8em;
    			margin: 0 2px 5px 0;
    			width: 165px;
    		}
     
    #copyright {
    	border-top: 1px dashed #3D3C3C;
    	clear: both;
    	font-size: 13px;
    	letter-spacing: 1.3px;
    	line-height: 21px;
    	padding-top: 10px;
    }
     
    	#copyright p { font-size: 13px; }
     
    	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

    #foot { background: #2B2A2A; border: 0.6em solid #212020; color: #DBEDF9; font-size: 12px; margin: 20px auto; overflow: hidden; padding: 1.5em; }#foot a { color: #DBEDF9; border-bottom: 1px dashed #DBEDF9; text-decoration: none; }#foot a:hover { background: #DBEDF9; color: #3D3C3C; }#foot span.cat, #foot h3 { /* controls all blue headings */ color: #23A2D7; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }#foot h5 { font-size: 23px; }#foot ul li ul { list-style-type: square; margin-left: 10px; }#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }#foot li.widget .widget_box { background: none; border: 0; }#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }#foot .col { float: left; list-style: none; width: 33.3%; }#cats { background: #3D3C3C; list-style-type: none; margin-top: 13px; overflow: hidden; padding: 10px 0 7px 20px; }#cats li { float: left; font-size: 1.2em; line-height: 1.8em; margin: 0 2px 5px 0; width: 165px; }#copyright { border-top: 1px dashed #3D3C3C; clear: both; font-size: 13px; letter-spacing: 1.3px; line-height: 21px; padding-top: 10px; }#copyright p { font-size: 13px; }#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

  5. Save it and then check your sites new looks with Asino footer included at the bottom

Now i guess you are now happy with your Asino footer as it works easily and is greatly customizable. i would also love to say that this version is made by Alex of Blogussion.

According to me this Asino footer does not require any customization but still if you require you can checkout the CSS of the Asino Footer in the custom.css file or still if you cannot get what you desire then you can just contact me so that i can help you all with the Asino footer.

Subscribe via Email

Share this:

  • Twitter
  • Facebook
  • Pocket
  • Print
  • Email

Related

May 13, 2011 Ritesh Sanap Thesis Customization Asino, Asino footer, custom.css, custom_functions.php, footer, Thesis, Thesis Customization

Post navigation

Previous Previous post: How to download torrents without utorrent
Next Next post: MaxBlogPress ping Optimizer

Currently Trending

  • Windows Vista CD key
  • How to download Specific parts of YouTube videos
  • HORIZONTAL AND VERTICAL SPACING
  • How to Change the Welcome/Login Screen in Windows XP ?
  • How to Increase Dropbox upload speed
  • Setting Windows Explorer Background Images
  • How to Make DNS Propagation Faster
  • Free Online Angry Birds game
  • Yet Another Related Posts Plugin ( YARPP ) shows double results
  • Related Post Plugin for wordpress

Random Posts

How to Create an Internet Shortcut

January 8, 2011 By Ritesh Sanap Leave a Comment

Top And Latest High Paying Keywords : Increase Your Adsense Earnings

August 16, 2008 By Ritesh Sanap 1 Comment

Epic Browser – First Indian Browser

July 17, 2010 By Ritesh Sanap 8 Comments

How to Remove Read More jump

June 21, 2011 By Ritesh Sanap Leave a Comment

Hide or Show Label Count In Blogger

May 2, 2010 By Ritesh Sanap Leave a Comment

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2021 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.