Gathering 3C: Free Clean Adsense Ready WP Theme

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Gathering3C

Gathering 3C: Download | Test run

3 Column, White, Black, Fixed width, Widget ready, Right sidebars, Corporate, Business Blog, Personal Blog Template

Gathering 3C is a 3 column “adsense and widget” ready Web 2.0 WordPress theme with a professional look by headsetoptions.org and MandarinMusing. Clean Corporate, business, technology, personal blog template.

Here’s a few words from the people who have made this post possible: Not all web hosting services efficiently deliver what they promise. However, the advent of wireless internet service surely has changed the way people browse content heavy web sites. One thing for sure, it has made websites of cell phone companies offering free downloads of multi-functional ringtones flourish.

Please visit WordPress Support or WordPress Themes for support and downloads. For or queries or customized web design projects, visit web design.

Please do spread the word if you like our themes, make a donation if you love it!

Leave a Comments | Trackback | RSS 2.0

  1. 1. Wordpress Theme and Plugins » Gathering 3C WP Theme | May 17, 2007 #

    [...] For more information and download link you can visit Here. I don’t redistribute this theme, this post is only for informoation purpose. Bookmark to: [...]

  1. 2. Wordpress Theme - Gathering 3C at WPThemesPlugin.com - Wordpress Themes | Plugins | Blog Tools | Interviews | Make Money Online | May 31, 2007 #

    [...] Live Demo | Visit and Download [...]

  1. 3. Weblog Tools Collection » Blog Archive » Wordpress Theme Releases for 6/08 | June 8, 2007 #

    [...] Gathering 3C is a three column, white and black, fixed width, widget ready, right sidebar theme for Wordpress. (Contains Sponsored Links) [...]

  1. 4. Temas para WordPress para el 09 de junio - Carrero Bitácora de los Hermanos Carrero, David Carrero Fernández-Baillo y Jaime Carrero Fernández-Baillo. | June 8, 2007 #

    [...] Gathering 3C es un tema de tres columnas, blanco y negro, ancho fijo, listo para widget, y barra lateral derecha. También contiene algunos enlaces de patrocinadores. [...]

  1. 5. yunus | June 9, 2007 #

    very nice skin, very thanks

  1. 6. Catchkin » Wordpress Theme Releases for 6/08 | June 9, 2007 #

    [...] Gathering 3C is a three column, white and black, fixed width, widget ready, right sidebar theme for Wordpress. (Contains Sponsored Links) [...]

  1. 7. Blogging Walker » Post Topic » Wordpress Theme Releases | June 10, 2007 #

    [...] Gathering 3C is a three column, white and black, fixed width, widget ready, right sidebar theme for Wordpress. (Contains Sponsored Links) [...]

  1. 8. Três temas com três colunas para o WordPress | June 12, 2007 #

    [...] Template Gathering [...]

  1. 9. RiverlandPages » Wordpress Theme Releases for 6/08 | June 16, 2007 #

    [...] Gathering 3C is a three column, white and black, fixed width, widget ready, right sidebar theme for Wordpress. (Contains Sponsored Links) [...]

  1. 10. WeblogToolsCollection Español » Blog Archive » Temas de WordPress publicados 8/6 | June 25, 2007 #

    [...] Gathering 3C es un tema para WordPress, a 3 columnas, de color blanco y negro, ancho fijo, listo para widgets y con barra lateral a la derecha. (Contiene Enlaces Patrocinados) [...]

  1. 11. BloggerHolic » Blog Archive » Top 10 Professional Wordpress Themes | June 27, 2007 #

    [...] Gathering 3C| Download| View Demo [...]

  1. 12. wpSnap - The Very Best of WordPress! » Gathering 3C | July 17, 2007 #

    [...] Links: Download | Demo | Theme URI [...]

  1. 13. emigre | July 31, 2007 #

    Where’s your support page? The thumbnails page sent me here and there’s no support page.

  1. 14. hso | July 31, 2007 #

    @ emigre

    Do you have a question?

  1. 15. emigre | August 1, 2007 #

    Hi

    Couple of questions:

    1. How do I “switch off” the sidemenu arrow graphic? Right now, the arrows show up for banners and everything I put on the sidebar. I don’t mind leaving them for lists.

    2. For the header - is it possible to have 2 sections with adjustable widths? Right now, the header is occupied by the blog name on the left and a 486px banner on the right.

    I’d like to add a clickable image for the blog name on the left, have a banner in the middle and a small subscribe box on the right end.

    Or am I just being plain crazy?

    thks…

  1. 16. emigre | August 1, 2007 #

    sorry for point number 2:

    It should be 3 sections - not 2. The div tag went missing.

  1. 17. hso | August 2, 2007 #

    @ emigre

    What you could do to avoid images from the arrows is to open style.css and find this:

    #sidemenu a
    {
    display: block;
    padding: 3px;
    width: 144px;
    background: #FFF url(’images/sidemenu-background-active.gif’) repeat-x;
    }
    #sidemenu a:link
    {
    color: #F90;
    text-decoration: none;
    }
    #sidemenu a:hover
    {
    background: #FFF url(’images/sidemenu-background-hover.gif’) repeat-x;
    color: #FFC671;
    }

    Change that to:

    #sidemenu ul li a
    {
    display: block;
    padding: 3px;
    width: 144px;
    background: #FFF url(’images/sidemenu-background-active.gif’) repeat-x;
    }
    #sidemenu a:link
    {
    color: #F90;
    text-decoration: none;
    }
    #sidemenu ul li a:hover
    {
    background: #FFF url(’images/sidemenu-background-hover.gif’) repeat-x;
    color: #FFC671;
    }

    As for the header, it’s a little more tricky, you’ll need to make changes both in the header.php file and style.css, it’ll be a hack that was never tested on this theme, so you’ll have to use it at your own risk. I suggest you write via the contact page and I will send you the info rather than pasting a hack in the comments.

  1. 18. emigre | August 3, 2007 #

    Thank you so much hso…

    Darndest thing…I just realised that the titles of all the posts are not clickable…see here:

    http://moreblogmoney.com/

  1. 19. hso | August 3, 2007 #

    Open style.css, look for this:

    #maincontent h1, #maincontent h3, #maincontent h4
    {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: -2px;
    font-size: 175%;
    color: #888;
    }

    Change that to:

    #maincontent h1 a, #maincontent h3, #maincontent h4
    {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: -2px;
    font-size: 175%;
    color: #888;
    }

    #maincontent h1 a:hover
    {
    text-decoration: underline
    }

    Then open index.php and look for this:


    <h1><?php the_title(); ?></h1>

    make that:


    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>

    That should get the post heading working on the home page, repeat the same (h1 mod only) for search.php

  1. 20. emigre | August 6, 2007 #

    Thanks very much for all your help hso.

  1. 21. The DailyFox » Thèmes Wordpress | August 27, 2007 #

    [...] Pour finir, Gathering 3C est un thème que j’aime assez, du même auteur que celui que j’utilise (et que j’ai quelques peu modifié). Il y a également moultes autres créations sur cette page. Tous intègre un emplacement pour de la pub Adsense (ou des banières). Bien entendu, si on est pas fan du Orange, on pourra toujours modifier simplement la feuille de style (comme j’ai fais pour ce même thème :)). Gathering 3C est visible et téléchargeable ici. [...]

  1. 22. imagensmix.com » Blog Archive » WordPress Temas ( Os Melhores do ano de 2007 4º Parte ) | October 7, 2007 #

    [...] 73 - The gathering (3 column) Theme by Headsetoptions | Live Demo | Download [...]

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.