{"id":27072,"date":"2014-01-05T19:24:56","date_gmt":"2014-01-05T19:24:56","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-basics\/"},"modified":"2014-03-11T11:57:56","modified_gmt":"2014-03-11T11:57:56","slug":"wp-basics","status":"closed","type":"plugin","link":"https:\/\/bs.wordpress.org\/plugins\/wp-basics\/","author":9496151,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0","stable_tag":"2.0","tested":"3.7.41","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"WP-Basics","header_author":"Genethick","header_description":"","assets_banners_color":"00b192","last_updated":"2014-03-11 11:57:56","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.codetocode-developments.com\/wp-plugins\/wp-basics-documentation\/","header_plugin_uri":"http:\/\/www.codetocode-developments.com\/wp-plugins\/after-content-plugin-documentation\/","header_author_uri":"http:\/\/www.codetocode-developments.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2017,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.7":"<p>Upgrade to enjoy new features.<\/p>","1.5":"<p>Upgrade to enjoy new features.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"874373","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"874373","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.5","1.7","2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"837239","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"837240","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"837240","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"837240","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"837240","resolution":"5","location":"assets"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"837240","resolution":"6","location":"assets"}},"screenshots":{"1":"Breadcrumbs options.","2":"Pagination options.","3":"Post pagination options.","4":"Related content options.","5":"Author info options.","6":"Social sharing options."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[5538,1724,2752,900,3668],"plugin_category":[],"plugin_contributors":[90999],"plugin_business_model":[],"class_list":["post-27072","plugin","type-plugin","status-closed","hentry","plugin_tags-author-biography","plugin_tags-author-info","plugin_tags-breadcrumbs","plugin_tags-pagination","plugin_tags-related-content","plugin_contributors-laura20","plugin_committers-laura20"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-basics_00b192.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-basics\/assets\/screenshot-1.png?rev=837239","caption":"Breadcrumbs options."},{"src":"https:\/\/ps.w.org\/wp-basics\/assets\/screenshot-2.png?rev=837240","caption":"Pagination options."},{"src":"https:\/\/ps.w.org\/wp-basics\/assets\/screenshot-3.png?rev=837240","caption":"Post pagination options."},{"src":"https:\/\/ps.w.org\/wp-basics\/assets\/screenshot-4.png?rev=837240","caption":"Related content options."},{"src":"https:\/\/ps.w.org\/wp-basics\/assets\/screenshot-5.png?rev=837240","caption":"Author info options."},{"src":"https:\/\/ps.w.org\/wp-basics\/assets\/screenshot-6.png?rev=837240","caption":"Social sharing options."}],"raw_content":"<!--section=description-->\n<p>This plugin adds six functionalities that all blogs should have:<\/p>\n\n<ul>\n<li>Breadcrumbs<\/li>\n<li>Pagination<\/li>\n<li>Post pagination<\/li>\n<li>Related content after posts<\/li>\n<li>Author info after posts<\/li>\n<li>Social sharing buttons after posts<\/li>\n<\/ul>\n\n<p>You can turn on \/ off each functionality in one click or add it manually.\nYou will find an advanced setting page for easy customization on the wordpress menu.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>WP-Basics<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to WP-Basics menu to activate and configure the plugin<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How can i use this functionalities to other site of my blog?<\/dt>\n<dd><p>You can add each functionality anywhere on your blog by calling functions directly.\nYou will need some wordpress\nknowledge to do this.<\/p>\n\n<ul>\n<li>Breadcrumb: if ( function_exists( 'wb_breadcrumbs' ) ) { echo wb_breadcrumbs(); }<\/li>\n<li>Pagination: if ( function_exists( 'wb_pagination' ) ) { echo wb_pagination(); }<\/li>\n<li>Post pagination: if ( function_exists( 'wb_post_pagination' ) ) { echo wb_post_pagination(); }<\/li>\n<li>Related content: if ( function_exists( 'wb_related_content' ) ) { echo wb_related_content(); }<\/li>\n<li>Author info: if ( function_exists( 'wb_author_info' ) ) { echo wb_author_info(); }<\/li>\n<li>Social sharing: if ( function_exists( 'wb_social_sharing' ) ) { echo wb_social_sharing(); }<\/li>\n<\/ul>\n\n<p>If you do it, deactivate the function in the option panel. The other options will still work,\nyou can continue setting it through the options panel.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<p>*Migration to Redux Framework\n*Code improvments<\/p>\n\n<h4>1.7<\/h4>\n\n<p>*Improved options<\/p>\n\n<h4>1.5<\/h4>\n\n<p>*Added new images to option menu\n*Added global pagination function<\/p>\n\n<h4>1.0<\/h4>\n\n<p>First release<\/p>","raw_excerpt":"Adds breadcrumbs, pagination, post pagination, related content, author info and social sharing buttons to your blog.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/27072","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=27072"}],"author":[{"embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/laura20"}],"wp:attachment":[{"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=27072"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=27072"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=27072"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=27072"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=27072"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=27072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}