{"id":46459,"date":"2010-12-01T11:55:22","date_gmt":"2010-12-01T11:55:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/postpage-content-anchor-tabset\/"},"modified":"2011-09-12T01:12:06","modified_gmt":"2011-09-12T01:12:06","slug":"postpage-content-anchor-tabset","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/postpage-content-anchor-tabset\/","author":4091607,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.3","stable_tag":"trunk","tested":"3.1.4","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"W4 content tabset","header_author":"sajib1223, Shazzad Hossain Khan","header_description":"","assets_banners_color":"","last_updated":"2011-09-12 01:12:06","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/w4dev.com\/w4-plugin\/post-page-custom-tabset-shortcode\/?ref=wp_tabset","header_plugin_uri":"http:\/\/w4dev.com\/w4-plugin\/post-page-custom-tabset-shortcode\/","header_author_uri":"http:\/\/w4dev.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4218,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.3":"<ul>\n<li>Upgrade to Version .1.3 to get opprtunity to use shortcodes for previewing custom field value inside post.<\/li>\n<\/ul>","1.3.1":"<ul>\n<li>Added important notes and schreenshots.<\/li>\n<\/ul>","1.3.2":"<ul>\n<li>Handled the directory error.<\/li>\n<li>Added a new tabset style - the ui-style.<\/li>\n<\/ul>","1.3.3":"<ul>\n<li>Changed the default tabset style<\/li>\n<\/ul>","1.3.4":"<ul>\n<li>Fully compatible with wordpress 3.0.3<\/li>\n<\/ul>","1.3.5":"<ul>\n<li>Fixed some Css issue (Recommend by Matt Mansfield).<\/li>\n<\/ul>","1.3.6":"<ul>\n<li>Added tabset menu event.<\/li>\n<li>Fixed menu li Css issue.<\/li>\n<\/ul>","1.3.7":"<ul>\n<li>Important fix(V 1.4.7).<\/li>\n<\/ul>","1.3.8":"<ul>\n<li>Added a preview box on the wp admin tabset page.<\/li>\n<li>Added multi tabset capabilities on a single post or page with same tabname.<\/li>\n<\/ul>","1.4":"<ul>\n<li>Multiple tabset style.<\/li>\n<li>Removed preview box on the wp admin page.<\/li>\n<\/ul>","1.4.1":"<ul>\n<li>Bug fixed.<\/li>\n<\/ul>","1.4.3":"<ul>\n<li>Admin Stylesheet Fix.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3.8","1.3.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539145","resolution":"1","location":"plugin"}},"screenshots":{"1":"Tabset screenshot ."}},"plugin_section":[],"plugin_tags":[202,80,90524],"plugin_category":[43,59],"plugin_contributors":[80023],"plugin_business_model":[],"class_list":["post-46459","plugin","type-plugin","status-closed","hentry","plugin_tags-jquery","plugin_tags-shortcode","plugin_tags-tabset","plugin_category-customization","plugin_category-utilities-and-tools","plugin_contributors-sajib1223","plugin_committers-sajib1223"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/postpage-content-anchor-tabset.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/postpage-content-anchor-tabset\/trunk\/screenshot-1.png?rev=1539145","caption":"Tabset screenshot ."}],"raw_content":"<!--section=description-->\n<p>Visit <a href=\"http:\/\/w4dev.com\/w4-plugin\/post-page-custom-tabset-shortcode\/\">Plugin page<\/a> for full documentation, usage and walk-through.<\/p>\n\n<h4>New in 1.4.3<\/h4>\n\n<ul>\n<li>Admin Style fixed.<\/li>\n<\/ul>\n\n<p>With W4 development's Post\/Page Tabset you can arrange your content inside a page with flexible navigation.<\/p>\n\n<h4>The tabset comes with 3 Effects<\/h4>\n\n<ol>\n<li>Normal Show\/Hide.<\/li>\n<li>Slide (Up\/Down)<\/li>\n<li>Fade effect.<\/li>\n<\/ol>\n\n<h4>Extra<\/h4>\n\n<p>Although you can show your post custom field value inside your post or page with this tabset plugin. Use short code \"custom\" for displaying a custom field content in post content area. This shortcode will be very usefull where you want your content to be shown as it is written, without any touch of wordpress migration.<\/p>\n\n<h4>Usage<\/h4>\n\n<ul>\n<li>For inserting a tabset, use shortcode \"tabset\". example:[tabset][\/tabset]<\/li>\n<li>For inserting multiple tabset on same page or post, give your tabset an unique id. example:[tabset id=\"1\"][\/tabset] or [tabset id=\"abc\"][\/tabset].<\/li>\n<li>For inserting a tab in a tabset, use shortcode \"tabs\" and its attribute \"tabname\". example:[tabs tabname=\"Your tab name\"]Tab inside content[\/tabs]<\/li>\n<li>Tabs should be in a Tabset area. So the structure should look like:<\/li>\n<\/ul>\n\n<pre>\n[tabset]\n[tabs tabname=\"Tab1\"]Tab1 content[\/tabs]\n[tabs tabname=\"Tab2\"]Tab2 content[\/tabs]\n[\/tabset]\n\n[tabset id=\"second\"]\n[tabs tabname=\"Tab1\"]Tab1 content[\/tabs]\n[tabs tabname=\"Tab2\"]Tab2 content[\/tabs]\n[\/tabset]\n\n[tabset style=\"my-style\"]\n[tabs tabname=\"Tab1\"]Tab1 content[\/tabs]\n[tabs tabname=\"Tab2\"]Tab2 content[\/tabs]\n[\/tabset]\n<\/pre>\n\n<ul>\n<li>For displaying custom field value use shortcode custom.\nExample:<\/li>\n<\/ul>\n\n<pre>\n[custom key=\"your custom key name\"]\n<\/pre>\n\n<p>Please make sure you have written and checked the shortcodes appropriately.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>tabset.zip<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Is this work on pages also ?<\/dt>\n<dd><p>Yap. It works same on both posts or pages.<\/p><\/dd>\n<dt>How many tabset i can use in a Post\/Page ?<\/dt>\n<dd><p>As much as you want.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added shortcode \"custom\" to show custom field value inside post although inside tabset.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Added important notes and schreenshots.<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Added a new tabset style - the ui-style.<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Changed the default tabset style<\/li>\n<\/ul>\n\n<h4>1.3.4<\/h4>\n\n<ul>\n<li>The Anchor tabser has been removed<\/li>\n<li>Added a new option, \"effect\".<\/li>\n<\/ul>\n\n<h4>1.3.5<\/h4>\n\n<ul>\n<li>Fixed some Css issue.<\/li>\n<\/ul>\n\n<h4>1.3.6<\/h4>\n\n<ul>\n<li>Added tabset menu event.<\/li>\n<li>Fixed menu li Css issue.<\/li>\n<\/ul>\n\n<h4>1.3.7<\/h4>\n\n<ul>\n<li>Important fix(V 1.4.7).<\/li>\n<\/ul>\n\n<h4>1.3.8<\/h4>\n\n<ul>\n<li>Added a preview box on the wp admin tabset page.<\/li>\n<li>Added multi tabset capabilities on a single post or page with same tabname.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Multiple tabset style.<\/li>\n<li>Removed preview box on the wp admin page.<\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Bug fixed.<\/li>\n<\/ul>\n\n<h4>1.4.3<\/h4>\n\n<ul>\n<li>Admin Stylesheet Fix.<\/li>\n<\/ul>","raw_excerpt":"Wordpress plugin for creating jquery tabs with shorcode inside posts and pages content. Also capable to show your custom field values in a post or pag &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46459","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=46459"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sajib1223"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46459"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46459"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46459"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46459"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46459"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46459"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}