开发者 |
idenovasi
satrya |
---|---|
更新时间 | 2024年7月28日 22:32 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.5.4 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
You can use srpw_default_query_arguments
to filter it. Example:
add_filter( 'srpw_default_query_arguments', 'your_custom_function' ); function your_custom_function( $args ) { $args['posts_per_page'] = 10; // Changing the number of posts to show. return $args; }
Post excerpt now comes with filter to easily dev to change/customize it. apply_filters( 'srpw_excerpt', get_the_excerpt() )
Did you installed any Post or Post Type Order? Please try to deactivate it and try again the ordering.
Your theme needs to support Post Thumbnail, please go to http://codex.wordpress.org/Post_Thumbnails to read more info and how to activate it in your theme.
Default arguments
srpw_default_args
Post excerpt
srpw_excerpt
Post markup
srpw_markup
Post query arguments
srpw_default_query_arguments