{"id":13884,"date":"2011-07-04T21:41:47","date_gmt":"2011-07-04T21:41:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/posts-to-page\/"},"modified":"2013-03-19T17:14:36","modified_gmt":"2013-03-19T17:14:36","slug":"posts-to-page","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/posts-to-page\/","author":8088880,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.7","stable_tag":"trunk","tested":"3.5.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Posts to Page","header_author":"Kerry James","header_description":"","assets_banners_color":"","last_updated":"2013-03-19 17:14:36","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/studio.bloafer.com\/wordpress-plugins\/posts-to-page\/","header_plugin_uri":"http:\/\/studio.bloafer.com\/wordpress-plugins\/posts-to-page\/","header_author_uri":"http:\/\/studio.bloafer.com\/","rating":4.4,"author_block_rating":0,"active_installs":700,"downloads":43536,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":"1","5":"7"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[225,1487,243,166,80],"plugin_category":[43],"plugin_contributors":[80362],"plugin_business_model":[],"class_list":["post-13884","plugin","type-plugin","status-closed","hentry","plugin_tags-cms","plugin_tags-custom-post-types","plugin_tags-pages","plugin_tags-posts","plugin_tags-shortcode","plugin_category-customization","plugin_contributors-bloafer","plugin_committers-bloafer"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/posts-to-page.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin adds a shortcode [posts-to-page] to WP allowing you to easily add one or more posts into any page.<\/p>\n\n<p>Supports categories, tags, custom post types, custom taxonomies and more.<\/p>\n\n<p>This plugin is perfect for those who use WordPress as a CMS.<\/p>\n\n<p>If you need help with this plugin please visit http:\/\/studio.bloafer.com\/wordpress-plugins\/posts-to-page\/<\/p>\n\n<p>If you find a bug or wish to give us feedback and contribute to this plugin on its <a href=\"https:\/\/github.com\/Bloafer\/Posts-To-Page\">GitHub page<\/a><\/p>\n\n<h3>Common Usage<\/h3>\n\n<p>Show top 10 posts in \"Uncategorized\" category, without images and comma seperated category and tag list<\/p>\n\n<p>[posts-to-page limit=10 category=uncategorized tag_categories_wrap=\"div\" sep_categories=\", \" tag_tags_wrap=\"div\" sep_tags=\", \" show_image=false]<\/p>\n\n<p>Show top 10 posts with bullet pointed categories and tags<\/p>\n\n<p>[posts-to-page limit=10 tag_categories_wrap=\"ul\" tag_categories=\"li\" tag_tags_wrap=\"ul\" tag_tags=\"li\"]<\/p>\n\n<p>Image gallery type posts, this will produce a list of image linked posts with images sized to 300x300<\/p>\n\n<p>[posts-to-page show_title=false show_date=false show_author=false show_content=false show_categories=false show_tags=false image_size=\"300x300\"]<\/p>\n\n<!--section=installation-->\n<p>You can install from within WordPress using the Plugin\/Add New feature, or if you wish to manually install:<\/p>\n\n<ol>\n<li>Download the plugin.<\/li>\n<li>Upload the entire <code>posts-to-page<\/code> directory to your plugins folder (\/wp-content\/plugins\/)<\/li>\n<li>Activate the plugin from the plugin page in your WordPress Dashboard<\/li>\n<li>Start embedding posts in whatever pages you like using the shortcode [posts-to-page].<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I limit the results?<\/dt>\n<dd><p>You need to use the variable \"limit\", only available in version 0.2 and above ([posts-to-page cat_id=1 limit=3])<\/p><\/dd>\n<dt>I want to split the content early, how?<\/dt>\n<dd><p>You need to use the variable \"split_point\", only available in version 0.3 and above ([posts-to-page cat_id=1 split_point=\"&lt;!--split--&gt;\"])<\/p><\/dd>\n<dt>I want to split on the more point, how would I do this?<\/dt>\n<dd><p>You need to use the variable \"split_more\", only available in version 1.2 and above ([posts-to-page cat_id=1 split_more=\"true\"])<\/p><\/dd>\n<dt>I have installed the plugin but it is only showing me the shortcode?<\/dt>\n<dd><p>Make sure you have activated the plugin.<\/p><\/dd>\n<dt>How do I get rid of the titles?<\/dt>\n<dd><p>You need to use the variable \"show_title\", this has been available since version 0.1 but not documented ([posts-to-page cat_id=1 show_title=false])<\/p><\/dd>\n<dt>How do I show the date?<\/dt>\n<dd><p>You need to use the variable \"show_date\" ([posts-to-page cat_id=1 show_date=true])<\/p><\/dd>\n<dt>How do I show only the titles?<\/dt>\n<dd><p>You need to use a two variables, \"show_title\" and \"show_content\" ([posts-to-page cat_id=1 show_title=true show_content=false])<\/p><\/dd>\n<dt>How do I show the author?<\/dt>\n<dd><p>You need to use the variable \"show_author\" ([posts-to-page cat_id=1 show_author=true])<\/p><\/dd>\n<dt>How do I link the title to the post?<\/dt>\n<dd><p>You need to use the variable \"link_title\" ([posts-to-page cat_id=1 link_title=true])<\/p><\/dd>\n<dt>How do I show other post types?<\/dt>\n<dd><p>You need to use the variable \"type\" ([posts-to-page cat_id=1 type=gallery])<\/p><\/dd>\n<dt>How do I display the content before the title<\/dt>\n<dd><p>You need to use the \"display_sequence\" variable ([posts-to-page cat_id=1 display_sequence=title,date,author,content])<\/p><\/dd>\n<dt>How do I display a template file<\/dt>\n<dd><p>You need to use the \"use_template_file\" variable, although this is experimental it could work really well ([posts-to-page use_template_file=\"content\"])<\/p><\/dd>\n<dt>I have read all of these, but need more help<\/dt>\n<dd><p>Please visit http:\/\/studio.bloafer.com\/wordpress-plugins\/posts-to-page\/ you can find in-depth tutorials.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.7<\/h4>\n\n<p>This update adds a few new features that have been requested from the commuinity and adds a few new features that we thought you would like.<\/p>\n\n<ul>\n<li>Added \"show_custom\" variable<\/li>\n<li>Added \"class_custom_value\" variable<\/li>\n<li>Added \"class_custom_key\" variable<\/li>\n<li>Added \"sep_custom_key_value\" variable<\/li>\n<li>Added \"sep_custom_value\" variable<\/li>\n<li>Added \"show_comment_count\" variable<\/li>\n<li>Added \"class_comment_count\" variable<\/li>\n<li>Added \"tag_comment_count\" variable<\/li>\n<li>Added \"text_comment_count_s\" variable<\/li>\n<li>Added \"text_comment_count_p\" variable<\/li>\n<li>Added \"specific_id\" variable<\/li>\n<li>Added \"not_in_category\" variable<\/li>\n<li>Added \"show_separator\" variable<\/li>\n<li>Added \"class_separator\" variable<\/li>\n<li>Added \"tag_separator\" variable<\/li>\n<li>Added \"show_readmore\" variable<\/li>\n<li>Added \"class_readmore\" variable<\/li>\n<li>Added \"tag_readmore\" variable<\/li>\n<li>Added \"text_readmore\" variable<\/li>\n<li>Added \"use_template_file\" variable, this is experimental and does work with default themes.<\/li>\n<\/ul>\n\n<h4>1.6<\/h4>\n\n<p>This update adds the debug option, this allows remote debugging of the Posts to Page and fixes an image bug<\/p>\n\n<ul>\n<li>the \"category\" variable now supports multiple categories [posts-to-page category=\"1,2,3\"] or [posts-to-page category=\"uncategorized,foo,bar\"]<\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<p>This update adds a massive amount of functionality to improve your Posts to Page life<\/p>\n\n<ul>\n<li>The \"category\" variable accepts taxonomy and slug selection for example [posts-to-page category=category\/uncategorized]<\/li>\n<li>The \"category\" variable now accepts slugs for example [posts-to-page category=uncategorized]<\/li>\n<li>The variable \"cat_ID\" has now been changed to \"category\" to keep in line with future development, \"cat_id\" and \"category\" are interchangable to prevent legacy problems<\/li>\n<li>Added \"show_categories\" variable<\/li>\n<li>Added \"show_tags\" variable<\/li>\n<li>Added \"show_image\" variable<\/li>\n<li>Added \"link_categories\" variable<\/li>\n<li>Added \"link_tags\" variable<\/li>\n<li>Added \"link_image\" variable<\/li>\n<li>Added \"category\" variable<\/li>\n<li>Added \"orderby\" variable<\/li>\n<li>Added \"order\" variable<\/li>\n<li>Added \"offset\" variable<\/li>\n<li>Added \"image_size\" variable<\/li>\n<li>Added \"suppress_filters\" variable<\/li>\n<li>Added \"class_categories\" variable<\/li>\n<li>Added \"class_categories_wrap\" variable<\/li>\n<li>Added \"class_tags\" variable<\/li>\n<li>Added \"class_tags_wrap\" variable<\/li>\n<li>Added \"class_wrap\" variable<\/li>\n<li>Added \"class_image\" variable<\/li>\n<li>Added \"tag_categories\" variable<\/li>\n<li>Added \"tag_categories_wrap\" variable<\/li>\n<li>Added \"tag_tags\" variable<\/li>\n<li>Added \"tag_tags_wrap\" variable<\/li>\n<li>Added \"tag_wrap\" variable<\/li>\n<li>Added \"tag_image\" variable<\/li>\n<li>Added \"sep_categories\" variable<\/li>\n<li>Added \"sep_tags\" variable<\/li>\n<li>Added \"pre_categories\" variable<\/li>\n<li>Added \"pre_tags\" variable<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>A long due overhaul to the post-to-page plugin<\/li>\n<li>Changed all true\/false flags to be set to true<\/li>\n<li>Added display_sequence, which allows you to re arrange the sequence of items displayed<\/li>\n<li>Added \"class_title\" variable<\/li>\n<li>Added \"class_date\" variable<\/li>\n<li>Added \"class_author\" variable<\/li>\n<li>Added \"class_content\" variable<\/li>\n<li>Added \"tag_title\" variable<\/li>\n<li>Added \"tag_date\" variable<\/li>\n<li>Added \"tag_author\" variable<\/li>\n<li>Added \"tag_content\" variable<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Fixed date problem.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Added split_more variable.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Updated the way arguments are called.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Added type variable.<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Fixed the date variable.<\/li>\n<li>Added show_author variable.<\/li>\n<\/ul>\n\n<h4>0.8<\/h4>\n\n<ul>\n<li>Updated content display to use filters, makes things work as they should.<\/li>\n<li>Added link_title variable.<\/li>\n<\/ul>\n\n<h4>0.7<\/h4>\n\n<ul>\n<li>Major rewrite to fix legacy issues.<\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>Added show_content variable.<\/li>\n<li>Fixed a misplaced tag.<\/li>\n<li>Fixed some class variables.<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Added show_date variable.<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>Show title problem fixed.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Added split_point variable.<\/li>\n<li>cat_id now defaults to \"1\" if not specified.<\/li>\n<li>cat_id is now validated.<\/li>\n<li>FAQ's updated.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added limit variable.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"This plugin adds a shortcode [posts-to-page] to WP allowing you to easily add one or more posts into any page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13884","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=13884"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bloafer"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13884"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13884"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13884"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13884"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13884"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}