WordPress Display specific/multiple posts as Featured Post List Plugins


22 Votes, Rating: 4.641 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,

WordPress Featured Post List Plugin

Some time before i was searching to have a option to display a specific post list on my sidebar coz my clients wanted this feature in your websites. Infact we have many other plugins to display “recent posts” Popular post and specific post with details too but not list in sidebar. so i have decided to develop a plugins for that requirements.

so this plugin in developed. ( requirement is mother of invention lol :) )

Download History


Download it Now

Screenshots

Installation Instructions

1. unzip file and upload file “featured-posts-list.php” into your /wp-content/plugins/.
2. Go to your plugins page and activate plugin.
3. Go to Settings/options >> Featured Posts List tab to update posts Id’s to display under your featured Posts list on your site.
4. you can user multiple posts Id’s by use comma. example : 1, 2, 3, it will display 3 post lists
5. add <?php featuredpostsList(); ?> on your sidebar.php or any other page to display featured posts list.
6. you can pass before and after varibles. this is default setting <?php featuredpostsList($before = <li>”, $after = </li>”) ?>

If you like this plugin, please leave your comments.

Share/Save/Bookmark

37 Responses to “WordPress Display specific/multiple posts as Featured Post List Plugins”

  1. baron says:

    hi. Thanks for plugin

    perfect.

    Regards

  2. Mircea Soaica says:

    thanks!great plugin

  3. Mihail says:

    Hello. Unfortunately I have not been able to make it work. I tried both ways: have it in a text widget (I would prefer this one) or have it pasted into sidebar.php. Can you please advice me?

    Thanks!

  4. SAN says:

    Hi Mihail,
    so sorry about you, you need to paste it direct into sidebar.php, it wont work with widget.

    try this in your sidebar.php

    <li><h2>Featured Posts</h2>
    <ul>
    < ?php featuredpostsList(); ?>
    </ul>
    </li>

    and must activate plugin
    it will work

  5. o4tuna says:

    I’ve tried this in wp 2.7 and it doesn’t function properly. It will only display the last record in the posts table, no matter what post id’s I set.

  6. SAN says:

    NO, i have checked it from my end also today after get your reply.. even i know many guy using 2.7 version with this plugins, and not face any problem yet..

    check from your end again,
    it should works

  7. Girish says:

    What do you mean by post id , how can I get my post IDs,
    When ever I give 1 , 2 or 3 its just displaying one post all the time

  8. SAN says:

    Girish,
    When ever you try to edit any post in admin panel, you will see a ID in query string ( explorer address bar) that is the ID of that post,

    you can use that to display as featured list

  9. Zuri says:

    Hey,
    When I’m trying to use <?php featuredpostsList($before = “, $after = “) ?>, I get an error…
    Anyone tried it?

    Thanks

  10. SAN says:

    Please try to use this < ?php featuredpostsList(); ?>
    or you can use your code in template like this
    < ?php featuredpostsList($before = ‘<li>’, $after = ‘</li>’) ?>

  11. Rohan says:

    I am having problems with mine. How exactly do I add the images onto the featured random posts? I do not know. And what about text?

  12. SAN says:

    This is for display list like you can view on topright side “Featured Posts” on w3cgallery.com, its not display feature post with image and text

  13. Scott Allen says:

    I’m thinking… wouldn’t it take not much more time to update it to work in a widget vs. explaining to people that it doesn’t work in a widget? ;-)

  14. SAN says:

    Yes Scott,
    it doesnot work in widget, as you can see above messages.
    im working on other version. and that will be update soon, keep track

  15. Mobile Phone News says:

    thanks! amazing plugin

  16. Juanita says:

    featured posts not showing up on category or tag pages. they show up fine on front page. seems that the before and after show up but not the data, the link and title? can you tell me how to fix this? Thanks

  17. SAN says:

    oh.. i have tested this on tag and category page also.. can you show me your url? to check me once.
    thanks
    SAN

  18. miraclemaker says:

    I have updated this plugin to work as a widget. You can download the updated file from here: http://www.davidfelton.co.uk/wordpress/featured-posts-list.php.txt

    remove the .txt extension and overwrite the file at /wp-content/plugins/featured-posts-list.php

    Original author - please feel free to include this code in your next update, it’s only a few lines.

  19. BigELK176 says:

    Is it able to a list on a post/page?

  20. SAN says:

    No Page, Just for Post Id’s please

  21. Duane Johnson says:

    Great plugin. I do have one issue. I’m getting a blank tag as the first item in the list. It then displays the posts I set. Any ideas?

    Duane

  22. SAN says:

    Thanks, Duane i guess you are using Page id or wrong post id
    remember, this will display only posts, so use only post ID’s

    it wont work with page id

    use post like this

    1st post id , 2nd post id ,

  23. Duane Johnson says:

    It’s showing all of the posts that I put IDs for. I’m using the post # that Wordpress is showing me. The source HTML is showing a blank anchor link in the beginning, but all of the posts I want are listed.

  24. miraclemaker says:

    Is it possible to make the settings page (to set the featured post list) available to Editors as well as administrators?

  25. Wordpress Featured Post List2 WITH IMAGE Plugins css gallery, css scripts showcase ,php scripts,ajax scripts,CMS Drupal,CMS Joomla,CMS WordPress:W3CGallery.com says:

    [...] WordPress Display specific/multiple posts as Featured Post List Plugins - 13 votes [...]

  26. BigELK176 says:

    Can I make a Featured Post List displayed in a page?

  27. Marc says:

    I got the same problem as o4tuna.
    I put it the ids, and it doesnt show the post i placed there, it just shows the last post, serveral times, for every id i placed.
    The strange thing is I tested my site in Xampp offline before. In there it works properly. Could some other plugin mess it up?
    Thanks for any help..

  28. Marc says:

    I think, I found the problem. The Plugin “Adhesive” doesn´t work well with this plugin. It´s some plugin for stickys, I think. I just deactivated it and now everything works well. I just hope, that sticky-plugins won´t cause problems in general.

  29. SAN says:

    Yes.. it possible that any other plugin messing it, please check and update to us about that plugin, so we can fix that

  30. Angel G. Martinez says:

    Some Demo?

  31. SAN says:

    thanks Marc

  32. SAN says:

    Demo: ?check right side top on w3cgallery “featured post” section

  33. Rocky says:

    Thanks! It works best for me!

  34. allhimachal.com says:

    thanks Marc, this a great plugin

  35. meritsbirthday says:

    I have been looking for a code like this for some time. Thank you very much for the help. One quick question. When I put the code in, the post titles only list five at a time, and then allows users to press next entries to see more post titles. Is there a way to simply list all of the post titles on one page?

  36. SAN says:

    No, plugin doesnot have any limitation, i can multiple title, but you need to add Post id in wp-admin

  37. Los plugins más utilizados | Zumo de marketing says:

    [...] Plugin: Featured Posts List [...]

Leave a Reply


CSS (Design) - TOP.ORG