Forums

Featured Posts Question (5 posts)

  1. lukafer2
    Member
    Posted 2 years ago #

    Hey...I downloaded a theme from skinpress.com, and uploaded it onto my site: http://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

  2. lukafer2
    Member
    Posted 2 years ago #

    that link is supposed to be http://www.howtotrainapuppy.info/blog

    sorry about that

  3. lukafer2
    Member
    Posted 2 years ago #

    anybody know?

  4. nazcar
    Member
    Posted 2 years ago #

    not sure, but it seems like you have to add show_featured_posts in the custom field of that certain post you want to feature.

    edit that post then add it to the custom field.

  5. lagosdiego
    Member
    Posted 2 years ago #

    Use FeatureMe plugin: download here

    How to select posts for featured section?
    You will need FeatureMe plugin, download and install it. Once installed, it shows a check box on all write/edit post pages. Check the check box and it will show up in the featured section

    ref:http://www.webdesignlessons.com/tweetmeblue/

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.