wp-snap!! how to bring it into action??? plz help!!!
-
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(); ?>
- The topic ‘wp-snap!! how to bring it into action??? plz help!!!’ is closed to new replies.