Developers: How to change the placement order for YARPP Automatic Placement

You may want YARPP to appear above or below another plugin or section like the author's bio box. It is possible to customize the order in which YARPP appears. You may add the following filters in your theme’s functions.php file to customize the order:

Customize the priority order for Automatic Placement (the_content)

add_filter( 'yarpp_content_priority', 1 );

Default: 1200

Customize the priority order for RSS Feed Placement (the_content_feed)

add_filter( 'yarpp_feed_priority', 1 );

Default: 600

Customize the priority order for RSS Feed Excerpt Placement (the_excerpt_rss)

add_filter( 'yarpp_excerpt_rss_priority', 1 );

Default: 600

Was this article helpful?
0 out of 0 found this helpful