HeadsetOptions // promotes individuals and businesses launch, grow or reinvent themselves by leveraging the power of web design, SEO and WordPress to create brand
identities and gain market share

Gathering 3C: Free Clean Adsense Ready WP Theme

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!

// Tagged 3 Column, Adsense ready, Gathering, SEO, Tristar, WP Theme Viewer, Web Design, Widget, best wordpress themes, blogosphere, free css templates, free wp theme, personal blog, premium templates, professional quality, tech blog, web 2.0, web sites, white, wordpress, wordpress skins, wordpress templates, wordpress themes // 05.16.2007 at 6:26 pm //

22 Responses to “Gathering 3C: Free Clean Adsense Ready WP Theme”
// Trackback // RSS 2.0

  1. Wordpress Theme and Plugins » Gathering 3C WP Theme says:

    [...] 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: [...]

  2. Wordpress Theme - Gathering 3C at WPThemesPlugin.com - Wordpress Themes | Plugins | Blog Tools | Interviews | Make Money Online says:

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

  3. Weblog Tools Collection » Blog Archive » Wordpress Theme Releases for 6/08 says:

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

  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. says:

    [...] 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. [...]

  5. yunus says:

    very nice skin, very thanks

  6. Catchkin » Wordpress Theme Releases for 6/08 says:

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

  7. Blogging Walker » Post Topic » Wordpress Theme Releases says:

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

  8. Três temas com três colunas para o WordPress says:

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

  9. RiverlandPages » Wordpress Theme Releases for 6/08 says:

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

  10. WeblogToolsCollection Español » Blog Archive » Temas de WordPress publicados 8/6 says:

    [...] 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) [...]

  11. BloggerHolic » Blog Archive » Top 10 Professional Wordpress Themes says:

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

  12. wpSnap - The Very Best of WordPress! » Gathering 3C says:

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

  13. emigre says:

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

  14. hso says:

    @ emigre

    Do you have a question?

  15. emigre says:

    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…

  16. emigre says:

    sorry for point number 2:

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

  17. hso says:

    @ 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.

  18. emigre says:

    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/

  19. hso says:

    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

  20. emigre says:

    Thanks very much for all your help hso.

  21. The DailyFox » Thèmes Wordpress says:

    [...] 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. [...]

  22. imagensmix.com » Blog Archive » WordPress Temas ( Os Melhores do ano de 2007 4º Parte ) says:

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

Leave a Reply






Use SimpleCode while pasting codes.


« Free Blog Directory // Crazy Patents »