[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$faHNAkcU72noMZ8mxjplpGWuPkhxpge80E7Psdks1nZ0":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"jeremyselph","Jeremy Selph","https:\u002F\u002Fprofiles.wordpress.org\u002Fjeremyselph\u002F",3,120,85,30,84,"2026-04-04T18:40:42.704Z",[14,37,56],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":7,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":32,"download_link":33,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"featured-posts-and-custom-posts","Featured Posts and Custom Posts","2.0","\u003Cp>When working on WordPress themes, we tend to use a lot of custom post types. This gives the end- user custom little sections to manage content in. Often enough we see the need to be able to feature posts or custom posts of custom post types (cpts).\u003C\u002Fp>\n\u003Cp>This can be accomplished by using a bunch of different Featured Posts Plugins. And we probably have used all of them over the years. To date we have yet to find one that didn’t conflict or break somehting in our WordPress themes. So we created our own, to be specifc we created our own to be easily used with Posts, Custom Posts, and with the Simple Page ordering plugin that we install on every WordPress Theme that we develop.\u003C\u002Fp>\n\u003Cp>To use:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Download the feature-posts-and-custom-posts.zip file to your computer.\u003C\u002Fli>\n\u003Cli>Unzip the file.\u003C\u002Fli>\n\u003Cli>Upload the feature-posts-and-custom-posts folder to your \u002Fwp-content\u002Fplugins\u002F directory.\u003C\u002Fli>\n\u003Cli>Activate the plugin through the Plugins menu in WordPress.\u003C\u002Fli>\n\u003Cli>In your theme and in the template you need the featured functionality uses a custom query like this query_posts(\"post_type=professionals&posts_per_page=-1&meta_key=_jsFeaturedPost&meta_value=yes\"); to grad all of the featured posts.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>For Plugin and Theme development requets email us at info@reactivedevelopment.net or go here http:\u002F\u002Fwww.reactivedevelopment.net\u002F. If you have questions or requests for this plugin go here https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ffeatured-posts-custom-posts, for quick and paid support message us here at http:\u002F\u002Fwww.reactivedevelopment.net\u002Fcontact\u002Fsend-message\u002F.\u003C\u002Fp>\n\u003Cp>New in Version 2.0\u003Cbr \u002F>\n1. New js_featured_is_post_featured( postID[int] ) function\u003Cbr \u002F>\n2. short cut is_post_featured( userID[int] ) function\u003Cbr \u002F>\n3. js_featured_return_all_featured() function that returns an array of featured posts\u003Cbr \u002F>\n4. New widget added\u003Cbr \u002F>\n5. Post class “jsFeatured” on archive templates added if the post is featured\u003Cbr \u002F>\n6. New shortcode [jsFeaturedPosts posts_per_page=”1″ wrap_before=”\u003C\u002Fp>\n\u003Cul>” wrap_after=”\u003C\u002Ful>\n\u003Cp>” link_before=”\u003C\u002Fp>\n\u003Cli>” link_after=”\u003C\u002Fli>\n\u003Cp>” link_atts=”rel=’bookmark'” link_title=”Link to”]\u003C\u002Fp>\n","Allows the user to feature posts and custom posts. When a post is featured it gets the post metta _jsFeaturedPost.",100,8902,80,"2015-02-26T16:03:00.000Z","4.1.42","3.1.1","",[28,29,30,31],"custom-post-types","custom-posts","featured","posts","http:\u002F\u002Fwww.reactivedevelopment.net\u002Fsnippets\u002Ffeatured-posts-custom-posts","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffeatured-posts-and-custom-posts.5.0.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":38,"name":39,"version":40,"author":5,"author_profile":6,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":25,"requires_php":49,"tags":50,"homepage":54,"download_link":55,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"disable-delete-post-or-page-link-wordpress-plugin","Disable Delete Post or Page","3.0","\u003Cp>When handing over a WordPress installation to the end-client, there are always certain pages that you may not want them to delete. It could be pages with custom templates, pages with HTML in the WYSWIG editor or for some reason a page that is hooked in and is not dynamic.\u003C\u002Fp>\n\u003Cp>Whatever the reason is the Disable Delete Post or Page Link Plugin removes the ability to delete a post if its option has been previously set. The \"Delete\" links are removed from the following areas:\u003C\u002Fp>\n\u003Col>\n\u003Cli>When viewing the list of All Posts or All Pages.\u003C\u002Fli>\n\u003Cli>When editing a post in the Publish meta box.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Important notes\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>This plugin does not add anything to your current theme.\u003C\u002Fli>\n\u003Cli>It will stop users from deleting posts, pages or other custom posts types if the option has been set.\u003C\u002Fli>\n\u003Cli>The wp_trash_post() or wp_post_delete() functions are not affected and when used posts can and will be deleted.\u003C\u002Fli>\n\u003Cli>The screen options panel is required to use the disable functionality. See \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fsupport\u002Fuser-manual\u002Fgetting-to-know-wordpress\u002Fscreen-options\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fmake.wordpress.org\u002Fsupport\u002Fuser-manual\u002Fgetting-to-know-wordpress\u002Fscreen-options\u002F\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How to\u003C\u002Fh3>\n\u003Cp>When using this \"Disable delete posts or pages\" plugin you can hide\u002Fremove the delete links and delete functionality from the areas shown above. Each post, page or custom post needs to be edited and its option set. To do this follow these steps:\u003C\u002Fp>\n\u003Col>\n\u003Cli>When editing the post click on \"Screen Options\" in the upper right-hand corner.\u003C\u002Fli>\n\u003Cli>After the \"Screen Options\" panel has opened look for the label \"Remove the ability to delete this post\". Then check the checkbox that says \"Remove trash link\".\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Help and support\u003C\u002Fh3>\n\u003Cp>For custom WordPress plugin and theme development requests email us at \u003Ca href=\"mailto:info@reactivedevelopment.net\" rel=\"nofollow ugc\">info@reactivedevelopment.net\u003C\u002Fa> or go to \u003Ca href=\"https:\u002F\u002Fwww.reactivedevelopment.net\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.reactivedevelopment.net\u002F\u003C\u002Fa>. If you have questions or requests for this plugin go to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ffeatured-users-wordpress-plugin\" rel=\"ugc\">https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ffeatured-users-wordpress-plugin\u003C\u002Fa> or for quick and paid support go to \u003Ca href=\"https:\u002F\u002Fwww.reactivedevelopment.net\u002Fcontact\u002Fproject-mind\u002F?plugin=featured-users\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.reactivedevelopment.net\u002Fcontact\u002Fproject-mind\u002F?plugin=featured-users\u003C\u002Fa> to message us.\u003C\u002Fp>\n","A WordPress Plugin that allows the administrator to remove the delete post functionality from the wp-admin area.",10,5480,20,1,"2019-01-15T23:02:00.000Z","4.9.29","5.6",[51,52,53],"delete","delete-page","delete-post","https:\u002F\u002Fwww.reactivedevelopment.net\u002Fdisable-delete-post-page","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdisable-delete-post-or-page-link-wordpress-plugin.zip",{"slug":57,"name":58,"version":59,"author":5,"author_profile":6,"description":60,"short_description":61,"active_installs":43,"downloaded":62,"rating":34,"num_ratings":34,"last_updated":63,"tested_up_to":64,"requires_at_least":25,"requires_php":49,"tags":65,"homepage":67,"download_link":68,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"featured-users-wordpress-plugin","Featured Users","2.1","\u003Cp>While working on a custom WordPress theme we needed the ability to feature users and authors. So we created this ‘Featured users’ plugin which allows the administrator to easily star (feature) users. Then using a custom query in the theme, shortcode or widget; featured users can be displayed by only retrieving users with the custom user meta \u003Ccode>jsfeatured_user\u003C\u002Fcode>. The plugin does not make any changes to your current theme it only does the following:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Adds a featured column in the Users panel of the WordPress Admin.\u003C\u002Fli>\n\u003Cli>When a user is featured the plugin adds or updates the custom field ‘jsfeatured_user’ and sets the value to yes.\u003C\u002Fli>\n\u003Cli>Provides custom widget that echoes out shortcode.\u003C\u002Fli>\n\u003Cli>Provides custom shortcode that echoes ul list of featured users.\u003C\u002Fli>\n\u003Cli>Includes theme functions and filters for developers.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Feel free to use and include in your WordPress Installs, please think of us if you need a custom theme or plugin developed! Use documented code examples on the settings page to modify the expected output.\u003C\u002Fp>\n\u003Ch3>How to\u003C\u002Fh3>\n\u003Cp>After activating and after updating the plugin’s settings go to wp-admin > Users > All Users and feature a few users. To use the ‘Featured Users’ plugin edit a page and add the ‘Featured Users’ shortcode or update a sidebar and add the ‘Featured Users’ widget.\u003C\u002Fp>\n\u003Ch3>Shortcode Paramaters\u003C\u002Fh3>\n\u003Cp>[rd-featured-users role=”administrator,author” avatar=”yes” max=”100″]\u003C\u002Fp>\n\u003Cul>\n\u003Cli>role = A comma-separated list of roles of the users you want to include in the query. Note the settings page can override this. The default is all roles again unless the settings page specifies which to allow.\u003C\u002Fli>\n\u003Cli>avatar = Options are yes or no, specify whether to show or not show the users’ avatar image. The default is no.\u003C\u002Fli>\n\u003Cli>max = The maximum number of users to display.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>WordPress filters allow a ‘developer’ to modify aspects of the ‘Featured Users’ plugin without editing the core plugin. If you are not familiar with filters \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FPlugin_API\" rel=\"nofollow ugc\">please read this\u003C\u002Fa> before continuing.\u003C\u002Fp>\n\u003Col>\n\u003Cli>‘featured-users-args’, \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FClass_Reference\u002FWP_User_Query\" rel=\"nofollow ugc\">https:\u002F\u002Fcodex.wordpress.org\u002FClass_Reference\u002FWP_User_Query\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>‘featured-users-css’, url to css file\u003C\u002Fli>\n\u003Cli>‘featured-users-JS’, url to js file\u003C\u002Fli>\n\u003Cli>‘featured-user-shortcode-row’, user row in shortcode and widget\u003C\u002Fli>\n\u003Cli>‘featured-user-shortcode-return’, shortcode and widget content\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>For custom WordPress plugin and theme development requests email us at \u003Ca href=\"mailto:info@reactivedevelopment.net\" rel=\"nofollow ugc\">info@reactivedevelopment.net\u003C\u002Fa> or go to \u003Ca href=\"https:\u002F\u002Fwww.reactivedevelopment.net\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.reactivedevelopment.net\u002F\u003C\u002Fa>. If you have questions or requests for this plugin go to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ffeatured-users-wordpress-plugin\" rel=\"ugc\">https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ffeatured-users-wordpress-plugin\u003C\u002Fa> or for quick and paid support go to \u003Ca href=\"https:\u002F\u002Fwww.reactivedevelopment.net\u002Fcontact\u002Fproject-mind\u002F?plugin=featured-users\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.reactivedevelopment.net\u002Fcontact\u002Fproject-mind\u002F?plugin=featured-users\u003C\u002Fa> to message us.\u003C\u002Fp>\n","Allows the administrator to make users featured. All it does is give the user a custom meta field called jsfeatured_user. Now available are a shortcod &hellip;",2933,"2019-01-15T22:58:00.000Z","5.0.25",[30,66],"users","http:\u002F\u002Fwww.reactivedevelopment.net\u002Ffeatured-users","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffeatured-users-wordpress-plugin.zip"]