Title: [Plugin: rotating-posts] questions
Last modified: August 19, 2016

---

# [Plugin: rotating-posts] questions

 *  [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * (@yukataninja)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/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 -Javi
 * If 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. stef
 * You 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 ([http://demo.inderhees.net](http://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(); ?>
       ```
   

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/topic/plugin-rotating-posts-questions/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-rotating-posts-questions/?output_format=md)
2

 *  Thread Starter [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * (@yukataninja)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984570)
 * TFA1979,
    Did you get this working? Can you send me a link of the broken page?
 * Akatoki,
    Does the text extend beyond the size of the post division? Try setting
   the `<!--more-->` tag really far up in your post. The post division is a fixed
   height (changeable in CSS) and any text beyond that is cut off from the users
   view.
 *  [mjdb](https://wordpress.org/support/users/mjdb/)
 * (@mjdb)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984571)
 * Hi,
 * I had two questions. 1) I installed the plugin successfully, but I am unable 
   to get the Read More to work. 2) is there a way for the excerpt to display with
   the thumbnail?
 * Any help with this would be great.
 * Thanks
 *  [mvillaca](https://wordpress.org/support/users/mvillaca/)
 * (@mvillaca)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984604)
 * can this plug-in be used with PAGES instead of POSTS?
 *  [pblk](https://wordpress.org/support/users/pblk/)
 * (@pblk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984608)
 * Hi,
 * Thanks for the great plugin.
 * If you have time, could you please point me in the right direction to edit rotating-
   posts.js so that the posts have a fade transition using scriptaculous?
 *  [wwe](https://wordpress.org/support/users/wwe/)
 * (@wwe)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984624)
 * This plugin is awesome so far!
    Ok, call me crazy, but I’m looking to merge it
   somehow with Event Calendar 3 ([http://wordpress.org/extend/plugins/event-calendar/other_notes/](http://wordpress.org/extend/plugins/event-calendar/other_notes/))
   so that I can scroll posts during a SPECIFIC TIME until “expired” as set in Event
   Calendar 3. So for example, if today is Monday, 12-7-09, and I have 11 future
   events, say on Dec. 8, 9, 10, 11, 12, 14, 16, 18, 20, 24, and 25th; it scrolls
   only those posts 5 days in the future (or some other trivial time stop) – so 
   there would be 5 posts rotating here since five days from today would the 12th,
   and there just happens to be 5 posts (Dec. 8,9,10,11,12) up until the 12th. Is
   there already a plugin/widget that does this? And if not, would this be a good
   merging? Any info or pointers would be greatly appreciated! Thanks in advance…
   😉
 *  Thread Starter [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * (@yukataninja)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984626)
 * RE:wwe
    There is no planed feature for this. It is possible to do, if you know
   PHP, SQL, and WP programing, by adding to the query to WP_Query call in rotating_posts.
   php for the date of those posts.
 *  [bprbrigittepellerinrobsoncom](https://wordpress.org/support/users/bprbrigittepellerinrobsoncom/)
 * (@bprbrigittepellerinrobsoncom)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984641)
 * Hi, is it possible not to show the post numbers underneath? I’m using it at [http://www.thinkingwomanshammer.com/choiceforchildcare](http://www.thinkingwomanshammer.com/choiceforchildcare)
   and I would like to have just the images displayed, not the number of posts underneath.
   Any advice?
    Thanks!
 *  [marvc](https://wordpress.org/support/users/marvc/)
 * (@marvc)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984643)
 * Apologies in advance if this question has been answered but is it currently possible
   to have two instances of rotating posts on a single page displaying posts from
   two different categories? So:
 * Rotating Post 1 = News Category
 * Rotating Post 2 = Featured Category
 * Rotating Post 3 = Alternate Category
 * Any responses appreciated.
 *  [Pb164](https://wordpress.org/support/users/pb164/)
 * (@pb164)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984644)
 * hello!
    Is it possible to make some changes to “onClick” trigger? It is not valid
   for XHTML, the other thing is navigation buttons and thumbnails are lack of alt
   tag.
 * The “alt” tag could be taken from post title and this is not so huge problem,
   but “onClick”…. it should be possible to place all navigation in external script..
   this will help with all validation problems (images alts and “onClick”)

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/topic/plugin-rotating-posts-questions/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-rotating-posts-questions/?output_format=md)
2

The topic ‘[Plugin: rotating-posts] questions’ is closed to new replies.

 * 24 replies
 * 14 participants
 * Last reply from: [Pb164](https://wordpress.org/support/users/pb164/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-questions/page/2/#post-984644)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
