• Hey friends,i downloaded this plugin as i want my visitors to view my categories and sub categories in Alphabetical order..
    Plz help me how to do it..

    I saw this link,https://www.nateomedia.com/wares/downloads/wordpress/wp-snap/

    But im still not able to do it..

    I have category.php and i added the first code like this..
    plz check if its correct…
    `<?php get_header(); ?>

    <div class=”content”>

    <div id=”primary”>
    <div id=”notices”></div>

    <?php if (function_exists(‘wp_snap’)) { echo wp_snap(”, TRUE, 3); } ?>

    <div id=”current-content” class=”hfeed”>

    <?php include (TEMPLATEPATH . ‘/theloop.php’); ?>

    </div> <!– #current-content –>

    <div id=”dynamic-content”></div>
    <?php } ?>
    </div> <!– #primary –>

    <?php get_sidebar(); ?>

    </div> <!– .content –>

    <?php get_footer(); ?>

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter soamz

    (@soamz)

    And as per the plugin author,wealso have to makesome CSS additions,but i dontknow where to add this below code in style.css .Plz help me…
    The code is this ,i think…

    `https://www.nateomedia.com/wares/downloads/wordpress/wp-snap/

    Thread Starter soamz

    (@soamz)

    The CSS code is this,which has to be added.. Where to add this…
    ol.snap_nav {
    display: inline;
    float: left;
    clear: both;
    list-style: none;
    }

    ol.snap_nav li {
    display: block;
    float: left;
    padding: 0 2px 10px 0;
    }

    ol.snap_nav li a {
    font-weight: bold
    }

    ol.snap_nav li.snap_selected a {
    cursor: text;
    }

    ol.snap_titles {
    clear: both;
    display: block;
    border: 0;
    list-style: none;
    }`

    Thread Starter soamz

    (@soamz)

    hey is there anyone who can help me or not???

    Thread Starter soamz

    (@soamz)

    Why no one is replying???????????????????????????????????????????????????????????????????????

    Thread Starter soamz

    (@soamz)

    hey where are you all???

    Bumping every hour is very annoying and is probably why no one replyed.

    You add css code to your stylesheet you can just add it to the very bottom and it will work fine.

    Resources:
    https://codex.www.ads-software.com/Using_Themes
    https://codex.www.ads-software.com/CSS

    Thread Starter soamz

    (@soamz)

    But where and how to add that first code that is in the theme template???

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wp-snap!! how to bring it into action??? plz help!!!’ is closed to new replies.