Forums

Help w wootumblog plug in (1 post)

  1. marymalyon@gmail.com
    Member
    Posted 6 months ago #

    Hi
    I wanted my blog to bea tumblr style blog with lots of different image links on the opening page. Something like this:
    http://mayamidnightsun.tumblr.com/

    I've installed the WOOTUMBLOG plug in. But the installation is hugely complicated (for a novice)

    To output the correct Tumblog Post Titles and the Tumblog Icon link, replace your usual <h2><?php the_title(); ?></h2> post header code with this tag :

    <?php woo_tumblog_the_title($class= "title", $icon = true, $before = "", $after = "", $return = false, $outer_element = "h2") ?>

    $class - add your own class for the outer element of the header

    $icon - outputs an icon (when true) with a link to its relative tumblog taxonomy archive

    $before - add your own html before the outer element of the header

    $after - add your own html after the outer element of the header

    $return - returns the output as a variable when true

    $outer_element - specifiy the type of element you want the outer wrapper to be. Defaults to h2

    Tumblog Post Content

    To output the Tumblog specific content, simply add this tag inside your query loop, it will determine which of the below output functions to use:

    <?php woo_tumblog_content($return = false); ?>

    $return - returns the output as a variable when true

    WTF?? Can anyone break this down for me into simple steps? Or alternatively suggest an easier way I can have a tumblr style blog (maybe I should just sign up to tumbr instead?!)

    thanks for your help
    Mary

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 6 months ago by marymalyon@gmail.com
  • This topic is not resolved
  • WordPress version: 3.2.1