Add query name to main RSS feed

This commit is contained in:
Tetrakern 2024-11-20 11:45:14 +01:00
parent 6672fdcbcc
commit 68bce00d0c

View File

@ -11,6 +11,7 @@
// Query posts
$posts = get_posts(
array(
'fictioneer_query_name' => 'main_rss',
'post_type' => ['post', 'fcn_story', 'fcn_chapter', 'fcn_recommendation'],
'post_status' => 'publish',
'ignore_sticky_posts' => 1,