• Hey…I downloaded a theme from skinpress.com, and uploaded it onto my site: https://www.howtotrainapuppy.info

    Now I need to figure out how to use the featured posts part of it….I downloaded the plugin “featureme”, but I can’t figure out how to get the plugin to work (i did apply it)

    This is the code under the header file talking about the featured posts

    <div id="board_items">
    			<div id="board_body">
    				<h2>Featured Posts</h2>
    				<div id="board_carusel">
    					<div class="belt">
    					<?php $coint_i = carousel_featured_posts(FEATURED_POSTS); ?>
    					</div>
    				</div>
    			</div>
    			<ul id="board_carusel_nav">
    			<?php for($i=1;$i<=$coint_i; $i++) { ?>
    				<li id="board_carusel_nav_<?php echo $i; ?>"><a <?php if($i==1) echo ' class="selected"'; ?> href="javascript:stepcarousel.stepTo('board_carusel', <?php echo $i; ?>)"><?php echo $i; ?></a></li>
    			<?php } ?>
    			</ul>
    		</div>

    It says that I need to “call” this code from there: show_featured_posts

    I’m not quite sure how to do that :/

    anybody know?
    thanks
    Luke

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Posts Question’ is closed to new replies.