{"id":11163,"date":"2010-11-13T00:07:18","date_gmt":"2010-11-13T00:07:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/cpt-speakers\/"},"modified":"2011-04-08T20:36:42","modified_gmt":"2011-04-08T20:36:42","slug":"cpt-speakers","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/cpt-speakers\/","author":44240,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1","stable_tag":"1.1","tested":"3.1.4","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"Custom Post Type - Speakers","header_author":"9seeds.com","header_description":"","assets_banners_color":"","last_updated":"2011-04-08 20:36:42","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/9seeds.com\/donate\/","header_plugin_uri":"http:\/\/9seeds.com\/plugins\/","header_author_uri":"http:\/\/9seeds.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3063,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Please read this post before upgrading!<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.4","1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[118,2007,1487,20745,20746],"plugin_category":[40],"plugin_contributors":[79009,92859,83822,77728],"plugin_business_model":[],"class_list":["post-11163","plugin","type-plugin","status-closed","hentry","plugin_tags-conference","plugin_tags-cpt","plugin_tags-custom-post-types","plugin_tags-speaker","plugin_tags-speakers","plugin_category-calendar-and-events","plugin_contributors-picklewagon","plugin_contributors-stastic","plugin_contributors-toddhuish","plugin_contributors-vegasgeek","plugin_committers-vegasgeek"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/cpt-speakers.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin creates a custom post type for event speakers. Includes speakers page and single-speakers page templates.<\/p>\n\n<p>If you are upgrading from an earlier version, you will need to manually move the template_speakers.php and single-speakers.php files from the <code>\/wp-content\/plugins\/cpt-speakers\/<\/code> folder in to the folder for your active theme. If the file already exists in your theme folder, overwrite it with the new one.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>cpt-speakers<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Two template files will be added to your current theme folder<\/li>\n<li>Create a new page and select the <code>Speakers Page<\/code> template<\/li>\n<li>Add your speakers from the WordPress dashboard<\/li>\n<li>(optional) Add speaker snippets (via shortcode) to your schedule page (<a href=\"http:\/\/wordcampseattle.org\/agenda\/\">example<\/a>).\nShortcode format: <strong>[speaker_snippet id=\"3\"]<\/strong> \"3\" would be the ID for the speaker you want to display<\/li>\n<li><p>Add custom CSS to your theme's style sheet to format the speaker's page. You can use this as a base and tweak as needed:<\/p>\n\nspeakers {\n\n<pre><code>font-size: 12px;\nmin-height: 300px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_image_section {\n\n<pre><code>width: 150px;\nfloat: left;\nheight: 300px;\nmargin-right: 18px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_image img {\n\n<pre><code>margin-top: 5px;\nborder: 1px solid #333;\npadding: 3px;\nbackground: #0099cc;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_name {\n\n<pre><code>font-size: 18px;\nfont-weight: bold;\nmargin-bottom: 10px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_url {\n\n<pre><code>text-align: center;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_twitter_url {\n\n<pre><code>text-align: center;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_pres_title {\n\n<pre><code>margin: 5px 0px 5px 0px;\nfont-size: 13px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_pres_description {\n\n<pre><code>font-size: 12px;\nfont-family: arial, helvetica;\nline-height: 16px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_session_description {\n\n<pre><code>font-size: 12px;\nline-height: 18px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_image_section_single {\n\n<pre><code>width: 150px;\nfloat: left;\nheight: 600px;\nmargin-right: 18px;\n<\/code><\/pre>\n\n<p>}<\/p>\n\nspeaker_image_section_single img{\n\n<pre><code>margin-top: 5px;\nborder: 1px solid #333;\npadding: 3px;\nbackground: #0099cc;\n<\/code><\/pre>\n\n<p>}<\/p>\n\npres_url {\n\n<pre><code>text-align: center;\n<\/code><\/pre>\n\n<p>}<\/p>\n\n<p>.speaker_snippet .thumbnail {\n    float:left;\n    display:inline;\n    margin-right:10px;\n    border-bottom:0;\n}<\/p>\n\ncontent .speaker_snippet .thumbnail a {\n\n<pre><code>border-bottom:0;\n<\/code><\/pre>\n\n<p>}\n.speaker_snippet .name {\n    font-weight:bold;\n    line-height:16px;\n}\n.speaker_snippet .title {\n    font-size:0.9em;\n    line-height:15px;\n}<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Why am I getting a page not found error when trying to visit the single speaker's page?<\/dt>\n<dd><p>The Permalinks page needs to be re-saved. Go to Settings -&gt; Permalinks and click the <code>Save Changes<\/code> button.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>Removed custom image uploader (uses featured image instead)<\/li>\n<li>Added shortcode for speaker snippets<\/li>\n<li>Updated template pages to use snippets<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed issue with single template page<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Easily create your conference speaker&#039;s page using CPT - Speakers.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/11163","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=11163"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/vegasgeek"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=11163"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=11163"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=11163"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=11163"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=11163"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=11163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}