|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Ah My Balls
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
|
Is there a way to show your "recent PAGES" in the sidebar? While limiting the pages shown to the last X amount of pages? Like you can with recent posts.
![]()
__________________
|
|
|
|
|
|
#2 |
|
(felis madjewicus)
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
|
look for a plugin called fuzzy widgets, i believe this has the function you're looking for if i remember correctly...
|
|
|
|
|
|
#3 |
|
♦ Web Developer ♦
Industry Role:
Join Date: May 2005
Location: Full-Stack Developer
Posts: 12,472
|
From a bit of research I have done, I havent been able to find a plugin / code to show, lets say, latest 10 new pages.
|
|
|
|
|
|
#4 |
|
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,386
|
A special plugin? Huh
![]() Why don't you just add this: <h2><?php _e('Recent Posts') ?></h2> <ul> <?php wp_get_archives('type=postbypost&limit=PUT_YOUR_MAX_NUMBER_OF_POSTS'); ?> </ul>
__________________
Obey the Cowgod |
|
|
|
|
|
#5 |
|
Ah My Balls
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
|
Because I am looking for recent PAGES
__________________
|
|
|
|
|
|
#6 |
|
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,386
|
Hmm, I haven't thought about that. Why do you have so many pages at your blog? Just curious.
__________________
Obey the Cowgod |
|
|
|
|
|
#7 |
|
(felis madjewicus)
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
|
while we're in a wordpress pros thread i'll throw my question of the day out too, not trying to thread jack you or anything I'llTestYourGirls. I'll keep bumping this and hopefully we both get our answers.
How can i include different elements within a theme to different category pages? is there a tag that will include specific areas of code, only on specific category pages? and exclude them on any other pages? same for including code on the main page and so on? |
|
|
|
|
|
#8 |
|
Ah My Balls
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
|
no prob jew cat
__________________
|
|
|
|
|
|
#9 |
|
Ah My Balls
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
|
sunday bump
__________________
|
|
|
|
|
|
#10 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
|
Code:
<?php wp_list_pages('title_li=<h2>Pages</h2>'); ?>
__________________
It's all disambiguation ![]() |
|
|
|
|
|
#11 | |
|
Too lazy to set a custom title
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
|
Quote:
Code:
<?php if ( is_category() ) : ?>
<h2 id="category-name-header">
<?php echo $cache_categories[$cat]->cat_name ?> Category</h2>
<?php add_filter('category_description', 'wpautop'); ?>
<?php add_filter('category_description', 'wptexturize'); ?>
<div id="category-description">
<?php echo category_description(); ?>
</div>
<?php endif; ?>
__________________
It's all disambiguation ![]() |
|
|
|
|
|
|
#13 | |
|
(felis madjewicus)
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
|
Quote:
|
|
|
|
|
|
|
#14 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Posts: 5,594
|
If you don't mind doing it manually, use flexipages. great plugin.
|
|
|
|
|
|
#15 |
|
Ah My Balls
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
|
that might work. will only take two seconds to update the page list. Ill give it a try. thanks
__________________
|
|
|
|
|
|
#16 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Posts: 5,594
|
No probs. I use that plugin quite a bit. It often crashes depending on the template / other plugins, but once you get the hang of the nuances, it's really a neat little plugin.
I should really try and learn all this php shiz too one day, but seems if you ask and look around a little, there's always a solution which is less effort than spending 20 hours per week learning it for 3 months |
|
|
|