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

SEO Adsense Ready WordPress Version of Profilo Theme

Profilo is an advanced 2-column Google Adsense ready WordPress theme designed and search engine optimized by MandarinMusing and Headsetoptions. The theme was originally designed for GETM based on Profilo, a Textpattern theme. This theme includes many advanced functions like an options page to edit the theme style without touching a line of code, intelligent conditional statements to improve user experience, intuitive SEO corrections to make the theme rank better in search engines and styled to easily add contextual Google ads. The theme completely validates and has a right widget ready sidebar. The theme works with WordPress versions 2.0.x through 2.3.1

SEO Adsense Ready WordPress Version of Profilo Theme

Profilo: Download WP Theme | Demo Theme

Please go to our WordPress downloads and support page for WordPress themes support, queries or customized web design projects. You may view, download and test run more of our WordPress themes.

Please do spread the word if you like our themes or make a donation!

2 column, search engine optimized, adsense ready, fixed width, widget ready, right sidebar, professional blog template

// Tagged 2 column, Adsense ready, Advanced WordPress Theme, Design, GETM, SEO, Search Engine Optimization, Theme, WP, WP Theme Viewer, Web, Web Design, Widget, free css templates, free wp theme, internet, mandarinmusing, premium templates, professional quality, resources, theme viewer, web sites, wordpress skins, wordpress templates, wordpress themes // 12.13.2007 at 10:35 pm //

19 Responses to “SEO Adsense Ready WordPress Version of Profilo Theme”
// Trackback // RSS 2.0

  1. SEO Rank says:

    SEO Adsense Ready WordPress Version of Profilo Theme…

    This theme includes many advanced functions like an options page to edit the theme style without touching a line of code, intelligent conditional statements to improve user experience, intuitive SEO corrections to make the theme rank ……

  2. Profilo » Freeminders says:

    [...] | Download Añade este post a tus favoritos: Hide [...]

  3. SEO Friendly WordPress Theme Profilo // MandarinMusing.com - Web 2.0 Resources, WordPress Themes, Web Design, Internet, Technology says:

    [...] Theme Profilo Advanced Profilo SEO and Adsense-ready WordPress theme designed and optimized by Headsetoptions and Mandarinmusing, originally for GETM based on Profilo, a TextPattern theme. This 2 column free [...]

  4. Profilo Theme for WordPress | Earn Blogger says:

    [...] for a super clean WordPress theme? Try the Profilo theme! Profilo is a clean 2-column Google Adsense ready WordPress theme designed and search engine [...]

  5. Wordpress Themes for 26/12/2007 - ThemeLogs says:

    [...] Profilo is an advanced 2-column Google Adsense ready WordPress theme designed and search engine optimized. [...]

  6. Sarah says:

    Sorry, this might be a dumb question, but when I downloaded this theme and installed it, my blog showed up as just plain text, no images, nothing! What am I doing wrong?

  7. hso says:

    @ Sarah

    The theme looks for a category called “Featured” (with a capital F), if it finds it it show the full post (or content), if not, it will show only excerpts. My guess is, you do not have a category called Featured. BTW, this is explained in the installation instructions.

  8. Mark says:

    hi there..

    i like the theme.. but.. how do you tweak SEO and change the Adsense?
    i dont understand the ‘Featured” thing either.. i can see all the osts with content etc..

  9. hso says:

    @ Mark

    The SEO aspect is inbuilt, but if you need to tweak, look in the header and the index files.

    As for the adsense, you need to add you Google adsense code in index.php, single.php, archive.php, search.php and sidebar.php. I know we could make it easier by including a editable code, but we prefer not to piss Google off!

    Also, to activate the featured post option, you need to create a category called “Featured” with capital “F” and make a post. That post (and all subsequent posts under that category will appear as featured post).

    Hope it helps!

  10. mike says:

    seems that only the most recent post on the top level shows associated media (video/photos/etc). although the posts below are categorized as Featured, the media disappears. Anyway around this? Great theme, btw.

  11. hso says:

    @ mike

    The reason you notice that is because we are using the Featured post option as described here and not the full and excerpt option.

    What you seem to need is the 2nd option, that is have all the featured posts how full posts and all non-featured posts show excerpts. Right?

    If so, visit this link and check option 2. You can download a copy of the example index.php file and use that to customize yours.

    If php is not you thing, contact us via the contact form and I might be able to help you out.

  12. SEO says:

    Would it not be better to use h1 sitename instead of the image for SEO?

  13. hso says:

    @ SEO

    That is taken care of in the coding, look at the source code with this them active and you will notice a H1 with the theme title in it, is is not displayed but search bots and crawlers can see it.

  14. SEO says:

    Oh yes, i see it. Very clever! Thanks for the theme.

  15. jimmy says:

    Hello,

    I want to know how to do that in the homepage of my web site can see pictures, videos, etc.. as a conventional theme.

    I request that I send a reply to my mail.

    Thanks and regards.

  16. hso says:

    @ jimmy

    If you have a category called “Featured” (with a capital F) it will show a complete post. If you want all posts to show full posts open index.php and look for this:

    <?php the_excerpt(’Read the rest of this entry »’); ?>

    Change that to:

    <?php the_content(’Read the rest of this entry »’); ?>

  17. jimmy says:

    Now my site is totally blank
    In Windows Explorer gives error 500

    This is my code in index.php luego to change what I said:

    

    <?php if ( $paged

    have_posts()) : $my_query->the_post();
    $do_not_duplicate = $post->ID; ?>

    <div class=”featurepost” id=”post-”>

    <a href=”" rel=”bookmark” title=”Permanent Link to “>

    Escrito por on . Categoria(s) | Tagged |

    ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    <div class=”post” id=”post-”>

    <a href=”" rel=”bookmark” title=”Permanent Link to “>

    Escrito por el . Categoria(s) |

    <?php
    $gcount++; // google post counter

    if ($gadv <1) { // ads?
    if ($gcount%2 == 0) { // posts?
    $gadv++; // count number of adv
    print ‘

    ‘;
    }
    }
    ?>

    ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    <div class=”post” id=”post-”>

    <a href=”" rel=”bookmark” title=”Permanent Link to “>

    Escrito por el . Categoria(s) |

    <?php
    $gcount++; // google post counter

    if ($gadv <1) { // ads?

    if ($gcount%2 == 0) { // posts?
    $gadv++; // count number of adv
    print ‘

    ‘;
    }
    }
    ?>

    <a href=”" title=”return home”>Home

  18. jimmy says:

    Forgiveness now everything is working correctly, had not changed the code correctly. The data offered me are completely successful =)

    http://lacosanostra.totalh.com

    Thank you!

    Sorry for my English is a translation of google = P

  19. M y D e s k B l o g .com says:

    Hi hso,

    Love the clean layout of header. Very nice theme with a simplistic and clean feel.

Leave a Reply






Use SimpleCode while pasting codes.


« Yahoo! Shortcuts Plugin Test Drive // Fellow Designer gets Hacked- Site Stolen »