|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Syndication and Social Media Discussion Forum Got a favorite blog, podcast or otherwise syndicated site? Let eveybody else in on it. Have some questions, comments, ideas or concerns about how to more effectively use blogs, syndication and social media for your business/pleasure? Let's chat about those too. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
wordpress:
i'm looking for a plugin/widget that displays in the sidebar all the posts from a specific category. Something like the "recent posts" widget, but for a specific category, independent of the date. thanks ! |
|
|||
|
well,
i want to display all the posts from a specific category in the sidebar. that means: displaying the title of the posts, just like the "recent posts" widget. i'm asking this because for a certain site i'm using wordpress as a CMS and not as a blog. SO, instead of having a sidebarwidget that displays all the categories (which is very blog-like) i would like a widget that displays all the titles (clickable off course) of 1 certain category. That would structure my site a lot better. thanks |
|
|||
|
Hi Gert,
I'm not sure of a plugin or a widget, but there is WordPress custom code that you can use. For example, the query_posts command. You just query the posts and then set up however you'd like the items displayed. See: Template Tags/query posts « WordPress Codex Example: Code:
<?php query_posts('category_name=special_cat&showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink(); ?>> <?php the_title(); ?></a><br />
<?php endwhile;?>
|
|
|||
|
thanks,
i have found the perfect plugin/widget here: WordPress › Category Posts Widget « WordPress Plugins |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wordpress hurting with duplicate posts? | uberanimal | Google Discussion Forum | 5 | 02-07-2008 12:01 AM |
| WordPress.com versus WordPress.org --- at last some clarity! | CCdeLF | Graphics & Design Discussion Forum | 1 | 01-16-2008 04:47 PM |
| New Feature: New Posts Display | mike | WebProWorld: Guidelines/Announcements/Suggestions | 0 | 10-18-2007 01:24 PM |
| Where did the left sidebar go? | bj | WebProWorld: Guidelines/Announcements/Suggestions | 7 | 08-07-2007 01:34 AM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |