Welcome, guest!

Feel free to read the blog, browse for themes, join the club, or search the site:

23 responses to “Hybrid version 0.7 theme release”

  1. 8207h32

    I am very enjoy this release.. Thanks.

  2. Nadeem

    I have been waiting for this update, a wp 2.9+hybrid 0.7 combo
    Its time to explore it now :)

  3. Thomas Clausen

    I downloaded it from the WordPress repository a couple of days ago (I just figured that if 0.6.2 was called hybrid.0.6.2.zip, then 0.7 would be called called hybrid.0.7.zip), and it worked, but is it as up-to-date as this one?

    Other than that, I can’t wait to play around with the new custom post-templates :-)

  4. sergiofores

    Thanks Justin!

  5. Ipstenu

    Hybrid-News seems to have lost the Tertiary Widget, which … I kinda relied on for my layout.

    http://themehybrid.com/demo/hybrid-news/ is only using Hybrid .5 which may be why I assumed it’d all be fine.

    Can I have that back please?

  6. Ipstenu

    Oh … never mind, I reuploaded hybrid-news (how the hell did THAT get out of date? Mea culpa) and now it’s back!

  7. Kyle D

    Thanks Justin. Looks great. Got my breadcrumbs sorted, and coverted a few hooks to contextual hooks.

    Just a quick question on contextual hooks – how do they compare performance wise? Right now I may have something like:

    add_action("hybrid_before_entry", "my_function") ;
    
    function my_function() {
      if (is_single()) {
         // do something
      }
      else if (is_page('32')) {
        // do something else
      }
    }

    My question is, would it be better, performance wise to turn that one function into two functions and then do:

    add_action("hybrid_singular_before_entry", "my_function_if_single") ;
    
    add_action("hybrid_singular-page-32_before_entry", "my_function_if_page32") ;

    If you can get contexts such as: hybrid_not-singular-page-32_before_entry in 0.8 I’d be over the moon.

  8. ryanhellyer

    I like the idea of being able to modify the options page via a child theme. That really does allow it to be extended in a very pleasant way rather than having extra theme options pages strewn across the site.

    Great job :)

  9. rschilt

    Justin,

    Upgrade to 0.7 went smooth as. Excellent work!!

    A big thanks mate.

    R

  10. designOdyssey

    Happy New Year to me. Thanks Justin.

    Looks like Ron made a Buddymatic for Hybrid (don’t know the name). I’ll be looking at his code (based on 0.6.2) and making something similar with 0.7 and WPMU 2.9RC1. I’ll let you know how it goes.

  11. thinkjayant

    Wow.. I was waiting for this version. Thanks a ton for releasing it soon. I start working on my first Hybrid 0.7 child theme.

    Regards TJ

  12. king

    usually i got 15 database queries for my blog homepage. after upgrade to hybrid 0.7, it becomes 13 queries only. it’s now faster

    great performance improvement…

  13. Matias

    Hi Justin, i must thanks you for this release, im very glad :)

    As i said before the “$byline” is not fully translateable, it’s hardcoded in /library/functions/hook-filters.php – line 291

    I think you just forgot repair that (:

    Thanks a lot for your effort!

  14. Top 5 WordPress Framework Themes Có Khả Năng SEO Tốt Nhất | Blog Kiếm Tiền

    [...] 5. Hybrid Theme của Justin Tadlock: [...]

  15. Stokstaartje

    Just being cautious here: Can I perform the upgrade without having to save the plugin settings? In other words, can I perform a fully automatic upgrade?

  16. Top Five WordPress Framework Themes Cool For SEO | Web Design and Blogger Tips

    [...] 5. Hybrid Theme by Justin Tadlock: [...]

  17. Top 5 WordPress Framework Themes Có Khả Năng SEO Tốt Nhất : BingS! Cafe

    [...] 5. Hybrid Theme của Justin Tadlock: [...]

Leave a Reply