{"id":29167,"date":"2014-04-30T03:56:42","date_gmt":"2014-04-30T03:56:42","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/theme-junkie-testimonials-content\/"},"modified":"2022-10-26T15:53:49","modified_gmt":"2022-10-26T15:53:49","slug":"theme-junkie-testimonials-content","status":"publish","type":"plugin","link":"https:\/\/hsb.wordpress.org\/plugins\/theme-junkie-testimonials-content\/","author":6185420,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.0","stable_tag":"0.1.0","tested":"6.1.10","requires":"3.6","requires_php":"","requires_plugins":"","header_name":"Theme Junkie Testimonials Content","header_author":"Theme Junkie","header_description":"","assets_banners_color":"a4dabb","last_updated":"2022-10-26 15:53:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.theme-junkie.com\/","header_author_uri":"http:\/\/www.theme-junkie.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":5408,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.0":{"tag":"0.1.0","author":"themejunkie","date":"2022-10-26 15:53:49"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":905255,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2805108,"resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2805108,"resolution":"3","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2805108,"resolution":"2","location":"plugin"}},"screenshots":{"1":"Testimonials screen","2":"Meta boxes","3":"Widget"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1794,2008,5211,1518,162],"plugin_category":[43,53],"plugin_contributors":[77922],"plugin_business_model":[],"class_list":["post-29167","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-post-type","plugin_tags-post-type","plugin_tags-testimonial","plugin_tags-testimonials","plugin_tags-widget","plugin_category-customization","plugin_category-ratings-and-reviews","plugin_contributors-themejunkie","plugin_committers-themejunkie"],"banners":{"banner":"https:\/\/ps.w.org\/theme-junkie-testimonials-content\/assets\/banner-772x250.png?rev=905255","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/theme-junkie-testimonials-content_a4dabb.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/theme-junkie-testimonials-content\/trunk\/screenshot-1.png?rev=2805108","caption":"Testimonials screen"},{"src":"https:\/\/ps.w.org\/theme-junkie-testimonials-content\/trunk\/screenshot-2.png?rev=2805108","caption":"Meta boxes"},{"src":"https:\/\/ps.w.org\/theme-junkie-testimonials-content\/trunk\/screenshot-3.png?rev=2805108","caption":"Widget"}],"raw_content":"<!--section=description-->\n<p>This plugin adds a testimonials custom post type to your WordPress website to manage your customers testimonial. It should work out-of-the-box with any WordPress themes because it support widget and shortcode to display the testimonials.<\/p>\n\n<p>Please read <a href=\"http:\/\/wordpress.org\/extend\/plugins\/theme-junkie-testimonials-content\/other_notes\/\">usage instructions<\/a> page to read more on how to use it.<\/p>\n\n<p>It has built-in meta boxes to add more data to the testimonials:<\/p>\n\n<ul>\n<li>Author name<\/li>\n<li>Author avatar uploader<\/li>\n<li>Author website name<\/li>\n<li>Author website url<\/li>\n<\/ul>\n\n<h4>Note<\/h4>\n\n<p>We <strong>DO NOT<\/strong> provide any css style for the plugin, so it give you more flexibility to styling the testimonials style. We only provide the css selectors to guide you, please <a href=\"http:\/\/wordpress.org\/extend\/plugins\/theme-junkie-testimonials-content\/other_notes\/\">read it here<\/a>.<\/p>\n\n<h4>Plugin Info<\/h4>\n\n<ul>\n<li>Developed by <a href=\"http:\/\/www.theme-junkie.com\/\">Theme Junkie<\/a><\/li>\n<li>Check out the <a href=\"https:\/\/github.com\/themejunkie\/theme-junkie-testimonials-content\">Github<\/a> repo to contribute.<\/li>\n<\/ul>\n\n<h3>Shortcode Usage<\/h3>\n\n<p>To display the testimonials in your content you can use the following shortcode:<\/p>\n\n<pre><code>[tj-testimonial]\n<\/code><\/pre>\n\n<p>To add arguments to this, please use any of the following arguments:<\/p>\n\n<ul>\n<li><code>limit<\/code>     = \"1\" (limit the testimonials to show) <\/li>\n<li><code>column<\/code>    = \"1\" (testimonials per row, it adds unique css class to allow you styling it) <\/li>\n<li><code>css_class<\/code> = \"\" (custom uniqeu class) <\/li>\n<li><code>before<\/code>    = \"\" (html or text before the testimonials) <\/li>\n<li><p><code>after<\/code>     = \"\" (html or text after the testimonials)<h3>Shortcode Usage Examples<\/h3>\nDisplay 4 testimonials with 4 columns<\/p>\n\n<p>[tj-testimonial limit=\"4\" column=\"4\"]<\/p><\/li>\n<\/ul>\n\n<p>Display custom HTML before the testimonials<\/p>\n\n<pre><code>[tj-testimonial before=\"&lt;h1&gt;Testimonials&lt;\/h1&gt;\"]\n<\/code><\/pre>\n\n<h3>Widget Usage<\/h3>\n\n<p>Please go to Appearance &rarr; Widgets and you should see Testimonial widget. Drag it and drop to the sidebar.<\/p>\n\n<h3>CSS Selectors<\/h3>\n\n<pre><code>.tjtsc-testimonial {\n    \/\/ testimonials wrapper\n}\n\n.testimonial-column-... {\n    \/\/ testimonial column, the dot(...) automatically generated from the column arguments in the shortcode\n}\n\n.tjtsc-testimonial ul {\n    \/\/ testimonial list style\n}\n\n.tjtsc-testimonial li {\n    \/\/ testimonial list style\n}\n\n.tjtsc-testimonial p {\n    \/\/ testimonial content\n}\n\n.tjtsc-testimonial img {\n    \/\/ testimonial avatar\n}\n\n.tjtsc-testimonial cite {\n    \/\/ testimonial name, website name and website url\n}\n<\/code><\/pre>\n\n<!--section=installation-->\n<p><strong>Through Dashboard<\/strong><\/p>\n\n<ol>\n<li>Log in to your WordPress admin panel and go to Plugins -&gt; Add New<\/li>\n<li>Type <strong>theme junkie testimonials content<\/strong> in the search box and click on search button.<\/li>\n<li>Find Theme Junkie Testimonials Content plugin.<\/li>\n<li>Then click on Install Now after that activate the plugin.<\/li>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/theme-junkie-testimonials-content\/other_notes\/\">Usage instructions<\/a><\/li>\n<\/ol>\n\n<p><strong>Installing Via FTP<\/strong><\/p>\n\n<ol>\n<li>Download the plugin to your hardisk.<\/li>\n<li>Unzip.<\/li>\n<li>Upload the <strong>theme-junkie-testimonials-content<\/strong> folder into your plugins directory.<\/li>\n<li>Log in to your WordPress admin panel and click the Plugins menu.<\/li>\n<li>Then activate the plugin.<\/li>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/theme-junkie-testimonials-content\/other_notes\/\">Usage instructions<\/a><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='can%20i%20use%20this%20plugin%20without%20purchasing%20theme%20junkie%20themes%3F'><h3>Can I use this plugin without purchasing Theme Junkie themes?<\/h3><\/dt>\n<dd><p>Yes, this plugin was developed to support all themes.<\/p><\/dd>\n<dt id='why%20was%20this%20plugin%20created%3F'><h3>Why was this plugin created?<\/h3><\/dt>\n<dd><p>Because we will move all custom post types in our themes to a plugins.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1 - 4\/30\/2014<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"Adds a Testimonial section to your WordPress website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/29167","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=29167"}],"author":[{"embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/themejunkie"}],"wp:attachment":[{"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=29167"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=29167"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=29167"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=29167"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=29167"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=29167"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}