• mhuynh

    (@mhuynh)


    I wanted to know if there is way that could do a ‘Featured’ category page? It is a page where I can show posts I have made that I feel is important for readers.

    If I published a post and assign it with a category of ‘Feature’ and then create a Page called ‘Feature’ in my sidebar, is there a plugin that could display the assigned posts automatically? So I don’t have to manually create a page using HTML/basic formatting.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mhuynh

    (@mhuynh)

    Or for better clarification, selecting “Feature” from my sidebar which in terms gets all posts with an assigned category name of ‘Features’ and show them on the “Feature” page.

    moshu

    (@moshu)

    Plugin – named “FeatureMe”

    Thread Starter mhuynh

    (@mhuynh)

    Thanks alot. Everyting is good however, as I have inserted the php script, my whole left sidebar does not disappear. Am I missing a step?

    <?php show_featured_posts( [max_posts], [offset], [before], [after] ); ?>

    That is the script that is used and can be inserted anywhere to show the list.

    Thread Starter mhuynh

    (@mhuynh)

    Does not appear*

    moshu

    (@moshu)

    Are you saying you left these as posted here?
    [max_posts], [offset], [before], [after]
    You should replace those with the proper parameters.

    If you don’t know how to use the parameters, let the default ones work for you and use this:
    <?php show_featured_posts(); ?>

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Displaying posts from a selected Category’ is closed to new replies.