{"id":4706,"date":"2009-02-09T17:29:33","date_gmt":"2009-02-09T17:29:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/rotating-posts\/"},"modified":"2012-02-12T07:13:57","modified_gmt":"2012-02-12T07:13:57","slug":"rotating-posts","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/rotating-posts\/","author":1262091,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.11","stable_tag":"1.11","tested":"3.3.2","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"Rotating Posts","header_author":"Mark Inderhees","header_description":"","assets_banners_color":"","last_updated":"2012-02-12 07:13:57","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/mark.inderhees.net\/donate\/","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/rotating-posts\/","header_author_uri":"http:\/\/mark.inderhees.net","rating":3.7,"author_block_rating":0,"active_installs":100,"downloads":22889,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.10":"<p>Add new feature, the option to have category_name in the shortcode.<\/p>"},"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.9","0.9.1.3","1.0","1.01","1.10","1.11"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1538882","resolution":"2","location":"plugin","width":450,"height":223},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1538882","resolution":"3","location":"plugin","width":944,"height":777},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1538882","resolution":"1","location":"plugin","width":450,"height":262}},"screenshots":{"1":"With graphics","2":"No graphics","3":"Rotating Posts Admin"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1248,15515,166,2638,50178],"plugin_category":[],"plugin_contributors":[83224],"plugin_business_model":[],"class_list":["post-4706","plugin","type-plugin","status-closed","hentry","plugin_tags-news","plugin_tags-news-feed","plugin_tags-posts","plugin_tags-rotating","plugin_tags-rotating-posts","plugin_contributors-yukataninja","plugin_committers-yukataninja"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/rotating-posts.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/rotating-posts\/trunk\/screenshot-1.jpg?rev=1538882","caption":"With graphics"},{"src":"https:\/\/ps.w.org\/rotating-posts\/trunk\/screenshot-2.jpg?rev=1538882","caption":"No graphics"},{"src":"https:\/\/ps.w.org\/rotating-posts\/trunk\/screenshot-3.jpg?rev=1538882","caption":"Rotating Posts Admin"}],"raw_content":"<!--section=description-->\n<p>Create rotating posts like those seen on popular news sites.  The plugin is highly customizable to fit your theme and desires.<\/p>\n\n<p><a href=\"http:\/\/demo.inderhees.net\/\">See an example<\/a><\/p>\n\n<p><a href=\"http:\/\/www.weareecs.com\">See a customized CSS example<\/a><\/p>\n\n<p>If you use this plugin and want to share your site or theme, please post about it in the <a href=\"http:\/\/wordpress.org\/tags\/rotating-posts?forum_id=10\">forum<\/a>.<\/p>\n\n<p>If you translate this plugin or are interested in translating, please let me know on the <a href=\"http:\/\/wordpress.org\/tags\/rotating-posts?forum_id=10\">forum<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip in your plugins directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Customize settings under the main Settings menu -&gt; Rotating Posts<\/li>\n<li>Insert into your theme or page\n\n<ul>\n<li>Add <code>[rotating-posts]<\/code> to any page. Or<\/li>\n<li>Add <code>&lt;?php rotating_posts(); ?&gt;<\/code> to your theme.  Most usually in index.php.<\/li>\n<\/ul><\/li>\n<li>If desired, create your own CSS.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Where exactly do I put the php tag?<\/dt>\n<dd><p>If you use the default theme and want your site to look like the <a href=\"http:\/\/demo.inderhees.net\">demo site<\/a> then your index.php should look like this:<\/p>\n\n<pre><code>&lt;?php\n\/**\n * @package WordPress\n * @subpackage Default_Theme\n *\/\n\nget_header(); ?&gt;\n\n    &lt;div id=\"content\" class=\"narrowcolumn\"&gt;\n\n&lt;?php rotating_posts(); ?&gt;\n\n    &lt;\/div&gt;\n\n&lt;?php get_sidebar(); ?&gt;\n\n&lt;?php get_footer(); ?&gt;\n<\/code><\/pre><\/dd>\n<dt>Can I have multiple Rotating Posts with different categories?<\/dt>\n<dd><p>Yes!  As of 1.10 you can use a new attribute in the shortcode:<\/p>\n\n<pre><code>[rotating-posts category_name=\"Soccer\"]\n<\/code><\/pre>\n\n<p>If your category name has a space in it then you need to use the URL friendly slug you set.  Say the category name is \"Seattle Sounders FC\" and the slug is \"ssfc\" then your short code would be:<\/p>\n\n<pre><code>[rotating-posts category_name=\"ssfc\"]\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.11<\/h4>\n\n<ul>\n<li>Bug: http used when site is https<\/li>\n<\/ul>\n\n<h4>1.10<\/h4>\n\n<ul>\n<li>Released June 25, 2010<\/li>\n<li>Feature: Shortcode now has option of category_name=\"\"<\/li>\n<\/ul>\n\n<h4>1.01<\/h4>\n\n<ul>\n<li>Bug: Changed links in readme<\/li>\n<li>Bug: Should only show debug info when ?debug in url<\/li>\n<li>Bug: Performance increases<\/li>\n<li>Bug: Remove settings on uninstall<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Feature: Randomize Posts<\/li>\n<li>Feature: Show Custom Field instead of post content<\/li>\n<li>Feature: Instert into page instead of theme<\/li>\n<li>CSS: \"line-height: normal\" for p in rp_post_content<\/li>\n<li>Code format: tabs instead of spaces<\/li>\n<\/ul>\n\n<h4>0.9.1.3<\/h4>\n\n<ul>\n<li>Optionally display title<\/li>\n<li>Set text before author, default is by<\/li>\n<li>Supports translations<\/li>\n<li>Added language pseudoloc ps_PS<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Original Version<\/li>\n<\/ul>","raw_excerpt":"Rotating Posts allows you to easily create customizable rotating posts like those seen on popular news sites.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4706","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4706"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/yukataninja"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4706"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4706"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4706"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4706"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4706"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}