{"id":34814,"date":"2015-02-28T01:17:45","date_gmt":"2015-02-28T01:17:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/easy-post-series\/"},"modified":"2016-10-23T06:37:41","modified_gmt":"2016-10-23T06:37:41","slug":"easy-post-series","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/easy-post-series\/","author":9164774,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.2","stable_tag":"1.1.2","tested":"4.6.30","requires":"","requires_php":"","requires_plugins":"","header_name":"Easy Post Series","header_author":"Yudhistira Mauris","header_description":"","assets_banners_color":"","last_updated":"2016-10-23 06:37:41","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=D2ZLXZ8VQKPE2","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/easy-post-series\/","header_author_uri":"http:\/\/www.yudhistiramauris.com\/","rating":4.6,"author_block_rating":0,"active_installs":10,"downloads":2920,"num_ratings":9,"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":0,"5":8},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.1.1","1.1.2"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539250","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539250","resolution":"1","location":"plugin"}},"screenshots":{"1":"Add a series to a post","2":"Posts navigation on a series post"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[7486,6655,86,6680],"plugin_category":[],"plugin_contributors":[80612],"plugin_business_model":[],"class_list":["post-34814","plugin","type-plugin","status-publish","hentry","plugin_tags-group","plugin_tags-organize","plugin_tags-post","plugin_tags-series","plugin_contributors-maurisrx","plugin_committers-maurisrx"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/easy-post-series.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/easy-post-series\/trunk\/screenshot-1.png?rev=1539250","caption":"Add a series to a post"},{"src":"https:\/\/ps.w.org\/easy-post-series\/trunk\/screenshot-2.png?rev=1539250","caption":"Posts navigation on a series post"}],"raw_content":"<!--section=description-->\n<p>This plugin helps you create a series of posts. It creates a new taxonomy named 'series' (can be modified via filter, see FAQ). There is no setting needed for this plugin. Once it is installed, assign posts you want to group as a series via post editor.<\/p>\n\n<p>The plugin also creates a posts navigation on posts that belong to a certain series. See screenshots for the examples.<\/p>\n\n<!--section=installation-->\n<h4>How to install this plugin:<\/h4>\n\n<ol>\n<li>Download and extract the plugin.<\/li>\n<li>Upload 'easy-post-series' to the '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the plugin through the plugin dashboard.<\/li>\n<\/ol>\n\n<p>or<\/p>\n\n<ol>\n<li>Go to your plugin admin page on WP admin dashboard.<\/li>\n<li>Click \"Add New\" and search the name of the plugin.<\/li>\n<li>Install and activate the plugin.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I change the style of post navigation?<\/dt>\n<dd><p>You can change the style by adding new CSS rules to your theme's style.css.<\/p><\/dd>\n<dt>What are available filter hooks?<\/dt>\n<dd><ul>\n<li>wpeps_languages_directory<\/li>\n<li>wpeps_taxonomy_labels<\/li>\n<li>wpeps_taxonomy_args<\/li>\n<li>wpeps_taxonomy<\/li>\n<li>wpeps_html_before_nav_paragraph<\/li>\n<li>wpeps_html_after_nav_paragraph<\/li>\n<li>wpeps_html_after_nav_list<\/li>\n<li>wpeps_nav_post_order<\/li>\n<li>wpeps_nav_post_orderby<\/li>\n<li>wpeps_archive_page_post_order<\/li>\n<li>wpeps_archive_page_post_orderby<\/li>\n<\/ul><\/dd>\n<dt>How to change series taxonomy to something other than 'series'?<\/dt>\n<dd><p>Add the following code to your active theme's functions.php<\/p>\n\n<pre><code>add_filter( 'wpeps_taxonomy', 'prfx_series_taxonomy');\nfunction prfx_series_taxonomy( $taxonomy ) {\n    return $taxonomy = 'taxonomy-name';\n}\n<\/code><\/pre><\/dd>\n<dt>How to change series archive page post order?<\/dt>\n<dd><p>Add the following code to your active theme's functions.php<\/p>\n\n<pre><code>add_filter( 'wpeps_archive_page_post_order', 'prfx_archive_page_post_order');\nfunction prfx_archive_page_post_order( $order ) {\n    return $order = 'ASC';\n}\n\nadd_filter( 'wpeps_archive_page_post_orderby', 'prfx_archive_page_post_orderby');\nfunction prfx_archive_page_post_orderby( $orderby ) {\n    return $orderby = 'date';\n}\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Add new filter hooks so that user can modify the plugin (See FAQ for available hooks).<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fix: series post nav only showed max 5 posts.<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Fix: CSS styles and JS scripts<\/li>\n<li>Fix: use plugin version number in CSS and JS enqueue script<\/li>\n<li>Improve: separate navigation ouput function so it can be outputted using a function<\/li>\n<\/ul>","raw_excerpt":"Create series of posts easily.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/34814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=34814"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/maurisrx"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=34814"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=34814"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=34814"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=34814"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=34814"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=34814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}