Skip to content

Commit 2bd4c33

Browse files
committedMar 1, 2025·
Fixed: feed excerpt setting
Fixed #172
1 parent d223b2c commit 2bd4c33

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎includes/frontend/class-feed.php

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function pop_posts_feed_daily() {
7979
* @return void
8080
*/
8181
public function pop_posts_feed_callback( $daily = false ) {
82-
add_filter( 'pre_option_rss_use_excerpt', '__return_zero' );
8382

8483
set_query_var( 'daily', $daily );
8584

‎readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ When you enabled the scheduled maintenance, Top 10 will create a cron job that w
157157

158158
* Bug fixes:
159159
* Resolved issue where tables were not automatically created during plugin activation.
160+
* Fixed issue where the popular posts feed always displayed the full content of the post even when Excerpt was selected under Reading settings.
160161

161162
= 4.0.4 =
162163

0 commit comments

Comments
 (0)
Please sign in to comment.