v.3.2 is out and adds wrappers for php5 platforms with xslt functions disabled.
v.3.3 silently discards parse errors
any way to modify so I can show more recent posts? Seems it only shows 3 recent posts now. I suspected it’s the max_per_day varaible, but it didn’t work..
min_num and max_num
min_num and max_num let you define a minimum and a maximum number of posts to display. They default to 3 and no maximum respectively.
Cool! I now change it to:
sem_recent_posts(‘min_num=30&max_num=30&feed_name=’);
It works! Thanks!
How do you get it to show only the recent posts within the current category when the page shown is a single.php page (single post page)?
Basically, how do you dynamically insert the category value or else should this be done by modifying the plugin, implementing this kind of function:
<?php foreach((get_the_category()) as $cat) {echo $cat->cat_ID . ‘ ‘;} ?>
Thanks.
there is a documented param to restrict the list to a single cat.
Hi,Denis.I have a question:how to change min_num and max_num to display more posts in your program? thank you
You said.. “there is a documented param to restrict the list to a single cat”
Can you please tell me where this is documented? I looked on the page on the plugin on your site, in the readme, and in the code.
Thanks!
I am using the journalized 3 column theme and I’m trying to show the recent posts in column b. For some reason, they appear with the list bullets and it also adds it’s own “Recently Posted” box that messes my theme up. Can anyone help me by telling me how to remove the box and the bullets? Please!