GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What was The WordPress Plugin That Shows Category Descriptions? (https://gfy.com/showthread.php?t=895113)

AtlantisCash 03-21-2009 05:11 PM

What was The WordPress Plugin That Shows Category Descriptions?
 
i had a plugin called "open category descriptions" or something like that i don't remember, so if anybody knows what was that can You post a link here?

PSD CSS XHTML 03-21-2009 05:19 PM

http://www.laptoptips.ca/projects/ca...iption-editor/
This was in my bookmarks, but there are so many plugins to deal with the cats so it's probably not the one you need.

AtlantisCash 03-21-2009 05:28 PM

Quote:

Originally Posted by PSD CSS XHTML (Post 15657956)
http://www.laptoptips.ca/projects/ca...iption-editor/
This was in my bookmarks, but there are so many plugins to deal with the cats so it's probably not the one you need.


i will give it a try now, Thanks, i also saw this site wile i was searching thru Google, but i didn't click it, because i thought it may be something differant.

i will install it now, Thanks again :)

~Ray 03-21-2009 06:49 PM

Quote:

Originally Posted by AtlantisCash (Post 15657973)


<ul>
<?php
$catposts = get_posts('numberposts=10');
foreach($catposts as $post) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>



place that code in your sidebar under "categories" and see if you like that.. you can change "10" to whatever number and show that many titles of threads/articles

~Ray


All times are GMT -7. The time now is 11:10 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123