plugin-icon

Sticky CPT

作者:Kantari Samy·
Add the possibility of "sticky" CPT. (Gutenberg compatibility)
评级
5/5
版本
2.0.0
活跃安装
50
最后更新
Mar 19, 2020
Sticky CPT

The plugin allows to highlight the CPT in the same way as would the WordPress core functionality for posts. You can highlight new content created for your CPT. It is also possible to highlight the content quickly thanks to bulk actions.

Start example

$args = array( 'post_type' => ['project'], 'post_status' => 'publish', 'posts_per_page' => -1, 'post__in' => get_option( 'sticky_posts' ) ); $stickyProject = new WP_Query( $args );

Hook available

add_filter( 'sticky_cpt_add_cpt' , 'add_cpt' ); function add_cpt( $post_types ) { $post_types['newcpt'] = 'newcpt'; return $post_types; }
免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 5.3.20
这个插件是可用的下载,适用于您的站点。