Viewing 4 replies - 1 through 4 (of 4 total)
  • It does work for me on a clean WP 3.1.1 install, but you have to modify your theme.

    Just check out the description on https://www.woothemes.com/support/wootumblog/ and alter the theme accordingly.

    I used the Twenty Ten theme, but line numbers mentioned on that page are a bit off for WP 3.1.1 :

    * loop.php, around line 130 :
    Replace the <h2 class="entry-title">...</h2> line with <?php woo_tumblog_the_title("entry-title"); ?> and add <?php woo_tumblog_content(); ?> before <?php the_excerpt(); ?> and <?php the_content(...); ?> just below it.

    * loop-single.php, line 26 :
    Replace <h1 class="entry-title">...</h1> with <?php woo_tumblog_the_title("entry-title"); ?> and add <?php woo_tumblog_content(); ?> before <?php the_content(); ?> (around line 33).

    Plugin Author jeffikus

    (@jeffikus)

    Hi there

    @ qzplx – Please let me know your hosting setup and permalink structure so I can test on my side. Also, what other plugins do you have installed, and are you using a custom theme? If so which one?

    Let me know.

    Hi Jeff,

    I’ve installed the newest WordPress update onto my clean WP install then uploaded the Tumblog zip.

    However when I follow the install steps, this does not happen:
    “Once you have installed the Tumblog Plugin it creates a new option in the WordPress backend under the “Posts” panel. You will now see “Tumblogs”. This is new functionality, thanks to WordPress 3.0 that allows you to create a new type of post”

    The only options under Posts are:
    All Posts
    Add new
    categories
    tags
    Tumblog options

    I plan to use this plugin with the “my journey” theme which requires Tumblog

    Any Advice?

    Aslam from Cape Town

    Plugin Author jeffikus

    (@jeffikus)

    Hi Aslam

    Ok, if you have the post formats option selected under “Tumblog Options” for content type then you dont have to worry about that anymore. You can simply add a post either from Posts or from your dashboard.

    Let me know if you get stuck!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WooTumblog v2.x.x not working for wp 3.3.1’ is closed to new replies.