[Plugin: rotating-posts] questions
-
Other user’s questions:
Wow, it’s a very awesome plugin
But I got a problem: I don’t know anything about CSS and programing them so I wanna know if there’s a forum about your new plugin.
It would very cool many other people could write different CSS for people like me.
Thanks
-JaviIf you develop some CSS and want to share, please post about it here.
Hi,
This is a great plugins.
Can I have more than 1 rotating post in one site?Is that possible to have random post? it means that if I have 20 posts in one category, I can actually set 5 in “number of post” and the display not only limited to post 1-post5, but it will continuously play post 1-20 randomly?
Great job.
stefYou can insert more than one ‘rotating post’ but they will all be identical. Also there is no random selection. But if there is interest in these two features I could add them.
Where do you put
in the idnex.php file of th theme?
-tony
If you are using the Default theme with wordpress 2.7 and want to look like the demo site (https://demo.inderhees.net) then this is what i did. I removed all of the code from
<?php if (have_posts()) : ?>
to
<?php endif; ?>
So my entire index.php looks like<?php /** * @package WordPress * @subpackage Default_Theme */ get_header(); ?> <div id="content" class="narrowcolumn"> <?php rotating_posts(); ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
- The topic ‘[Plugin: rotating-posts] questions’ is closed to new replies.