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:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to print (Opens in new window) Print
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to email a link to a friend (Opens in new window) Email

Related

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

Comments

  1. Jay says

    May 16, 2011 at 1:54 pm

    This is a really nice find ritesh keep it up!

    Reply
    • Ritesh Sanap says

      May 18, 2011 at 9:53 pm

      Thanks Jay, i m glad you like it

      Reply
  2. Amit says

    June 27, 2011 at 5:22 am

    But ,It’s not working it makes list instead of footer like that …

    Reply
    • Ritesh Sanap says

      June 27, 2011 at 11:08 am

      Can you please actually tell what is happening with few snapshot and also give your URL were you have applied it.

      Reply
  3. Magnavox MDR513H says

    September 16, 2011 at 8:21 pm

    This is very nice trick. I didn’t know much of the CSS code and other stuff. That’s why this detailed instruction is very useful. But I wonder is Asino’s black background could not be changed to other colors? Thanks for the interesting tips.

    Reply
    • Ritesh Sanap says

      November 7, 2011 at 8:31 pm

      Yes you can change the black color from Black to any other you want just by editing the CSS of the Footer

      Reply

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post navigation

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

Currently Trending

  • How to download Specific parts of YouTube videos
    How to download Specific parts of YouTube videos
  • Windows Vista CD key
    Windows Vista CD key
  • How to retrieve my Demonoid username
    How to retrieve my Demonoid username
  • How to add Logo to Thesis theme
    How to add Logo to Thesis theme
  • How to Delete Feedbacks from JetPack Contact Form
    How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
    List Of All 255 Keyboard All Alt Key Codes
  • h4x0r ( Hacker ) - Blogger Template
    h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

Integrating virtual keyboards in Google search

April 30, 2010 By Ritesh Sanap Leave a Comment

Orkut Keyboard Shortcuts

August 11, 2008 By Ritesh Sanap Leave a Comment

Format HDD with Notepad

July 7, 2008 By Ritesh Sanap Leave a Comment

Peek-A-Boo Widget for Blogger

March 5, 2009 By Ritesh Sanap 2 Comments

How to show 10 posts instead of 5 posts in blogger

April 16, 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

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