{"id":31802,"date":"2014-09-17T02:02:12","date_gmt":"2014-09-17T02:02:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/staffer\/"},"modified":"2017-10-01T06:22:24","modified_gmt":"2017-10-01T06:22:24","slug":"staffer","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/staffer\/","author":10574581,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.1.0","stable_tag":"trunk","tested":"4.8.28","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Staffer","header_author":"codeWrangler, Inc.","header_description":"","assets_banners_color":"bbeafd","last_updated":"2017-10-01 06:22:24","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/codewrangler.io","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/staffer\/","header_author_uri":"https:\/\/codewrangler.io","rating":4.3,"author_block_rating":0,"active_installs":600,"downloads":27988,"num_ratings":11,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"2.1.0":"<ul>\n<li>Adds ability to edit permalink for staff profiles<\/li>\n<li>Fixes modal close issue on iOS<\/li>\n<li>Adds shortcode support for staff bio<\/li>\n<\/ul>","2.0.0":"<p>This is a complete rebuild of Staffer.<\/p>","1.3.3":"<p>Adds shortcode option<\/p>","1.3":"<p>Adds taxonomy, fixes permalink bugs\nOther misc. fixes.<\/p>","1.2":"<p>Fixes custom post type conflict<\/p>","1.1":"<p>Cleans up activation and adds new website field and custom labeling. Adds more built-in wrappers for better theme support.<\/p>"},"ratings":{"1":"2","2":0,"3":0,"4":0,"5":"9"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1739046","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"1739046","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1746244","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1746244","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1733627","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1733627","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1733627","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1733627","resolution":"4","location":"assets"}},"screenshots":{"1":"Staffer options panel","2":"Staffer archive page","3":"Staffer single profile","4":"Staff profile editor"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2360,435,11420,11762],"plugin_category":[39,43],"plugin_contributors":[144331],"plugin_business_model":[],"class_list":["post-31802","plugin","type-plugin","status-publish","hentry","plugin_tags-business","plugin_tags-profile","plugin_tags-staff","plugin_tags-staff-directory","plugin_category-business","plugin_category-customization","plugin_contributors-wpnook","plugin_committers-cardiganmedia","plugin_committers-wpnook"],"banners":{"banner":"https:\/\/ps.w.org\/staffer\/assets\/banner-772x250.png?rev=1746244","banner_2x":"https:\/\/ps.w.org\/staffer\/assets\/banner-1544x500.png?rev=1746244","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/staffer\/assets\/icon-128x128.jpg?rev=1739046","icon_2x":"https:\/\/ps.w.org\/staffer\/assets\/icon-256x256.jpg?rev=1739046","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/staffer\/assets\/screenshot-1.png?rev=1733627","caption":"Staffer options panel"},{"src":"https:\/\/ps.w.org\/staffer\/assets\/screenshot-2.png?rev=1733627","caption":"Staffer archive page"},{"src":"https:\/\/ps.w.org\/staffer\/assets\/screenshot-3.png?rev=1733627","caption":"Staffer single profile"},{"src":"https:\/\/ps.w.org\/staffer\/assets\/screenshot-4.png?rev=1733627","caption":"Staff profile editor"}],"raw_content":"<!--section=description-->\n<p>Staffer uses custom post types for staff\/employee management, allowing users to easily create and manage an onsite staff directory, and is built in a way to be compatible with essentionally any theme. Staffer also supports the display of staff members via a shortcode.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the \\'staffer\\' folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the \\'Plugins\\' menu in WordPress<\/li>\n<li>Visit the Settings panel to set up Staffer.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the \\'staffer\\' folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the \\'Plugins\\' menu in WordPress<\/li>\n<li>Visit the Settings panel to set up Staffer.<\/li>\n<\/ol><\/dd>\n<dt>How Do I Use Staffer's Shortcodes?<\/dt>\n<dd><p>Follow this format for shortcodes:<\/p>\n\n<pre><code>[staffer]\n<\/code><\/pre>\n\n<p>The above example would output all of the staff listings in default order.<\/p>\n\n<p>To fine-tune, you can use parameters:<\/p>\n\n<pre><code>[staffer number=\"5\" department=\"slug\" layout=\"grid\"]\n<\/code><\/pre>\n\n<p>In the above example, \u201cnumber\u201d refers to the number of entries to retrieve, and \u201cdepartment\u201d refers to the department name slug. For instance, if you only wanted to show a list of members in department term with the \u201cmanagement\u201d slug, you would pass \u201cmanagement\u201d as a parameter. Layout can be either <code>grid<\/code> or <code>list<\/code>.<\/p>\n\n<p>Other parameters include \u201corder\u201d and \u201corderby\u201d \u2014 and all parameters are optional.<\/p>\n\n<p>Using the extra parameters, you could reorder the entries using WP_Query\u2019s order and orderby parameters.<\/p>\n\n<p>For example, if you wanted to display 50 staff members, ordered by name alphabetically, you would do the following:<\/p>\n\n<pre><code>[staffer number=\"50\" order=\"ASC\" orderby=\"name\"]\n<\/code><\/pre><\/dd>\n<dt>How Can I Set the Order of Staff Profiles?<\/dt>\n<dd><p>For now, use a custom ordering plugin, such as Post Types Order, available in the WordPress plugin repository. I plan on adding this functionality to Staffer in the future.<\/p><\/dd>\n<dt>What Size Should the Staff Images Be?<\/dt>\n<dd><p>When you upload an image, a custom thumbnail for Staffer is automatically generated, so feel free to use any image size for your Staff profiles.<\/p><\/dd>\n<dt>Where Can I Get Support?<\/dt>\n<dd><p>You may seek community support within the WordPress.org forums. I will try to monitor and assist as needed. If you need immediate, hands-on, paid support, please contact me @ https:\/\/codewrangler.io<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p>=2.1.0=<\/p>\n\n<h4>September 30, 2017<\/h4>\n\n<ul>\n<li>Adds ability to edit permalink for staff profiles<\/li>\n<li>Fixes modal close issue on iOS<\/li>\n<li>Adds shortcode support for staff bio\n=2.0.2=<\/li>\n<\/ul>\n\n<h4>September 26, 2017<\/h4>\n\n<ul>\n<li>fixed dashicons issue<\/li>\n<li>fixed undefined website or social media links<\/li>\n<li>fixed issue with shortcode list not getting Staffer body class<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<h4>September 22, 2017<\/h4>\n\n<ul>\n<li>patch for empty social icon links in staff modal<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<h4>September 21, 2017<\/h4>\n\n<ul>\n<li>Complete rebuild to be object-oriented<\/li>\n<li>Simplified display\/template process<\/li>\n<li>Incorporates staff archives with default page template system<\/li>\n<li>Introduces modal for single-staff profile display<\/li>\n<li>Switch to flexbox styles for consistent grid display<\/li>\n<li>Migration to SASS<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<h4>February 8, 2015<\/h4>\n\n<ul>\n<li>added manual mode option<\/li>\n<li>adding shortcode support<\/li>\n<li>added thumb archive link<\/li>\n<li>fix for overflowing content wrappers<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<h4>December 10, 2014<\/h4>\n\n<ul>\n<li>fixed department slug 404 issue<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<h4>November 25, 2014<\/h4>\n\n<ul>\n<li>fixed issue with permalinks not refreshing automatically<\/li>\n<li>added full bio option<\/li>\n<li>fixed blank breadcrumbs issue<\/li>\n<li>added phone number field<\/li>\n<li>added German and Spanish translations<\/li>\n<li>fixed post per page issue<\/li>\n<li>fixed issue when pretty permalinks are disabled<\/li>\n<li>added link to main page from admin menu<\/li>\n<li>added taxonomy<\/li>\n<li>removed sidebar option<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<h4>October 11, 2014<\/h4>\n\n<ul>\n<li>fixes custom post type conflict<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<h4>October 10, 2014<\/h4>\n\n<ul>\n<li>Moved register_post_type to activation hook<\/li>\n<li>Added custom label field for proper title tag handling<\/li>\n<li>Added website field to profiles<\/li>\n<li>Changed <\/li>\n<\/ul>\n\n<p>&lt;<\/p>\n\n<p>section&gt; to<\/p>\n\n<p>&lt;<\/p>\n\n<p>div&gt; in single-staff.php for validation\n* Added built-in wrappers for most of top 20 popular WordPress themes<\/p>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Staff management for WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31802"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cardiganmedia"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31802"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31802"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31802"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31802"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31802"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}