Home › Forums › Support › Is it possible to make GP to ignore "more tag"? This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 21, 2019 at 3:15 am #874764 Andrei This is follow up question to my earlier problem – https://generatepress.com/forums/topic/block-archive-view-always-shows-first-picture-from-the-post-along-with-feature/ Removing “more tag” does solve the problem… unfortunately, my site has more than 300 posts and it am really not looking forward editing every single one of them π Is there way to instruct GP to ignore “more tag”? Cheers, Andrei GP Premium 1.7.8 April 21, 2019 at 9:11 am #875026 TomLead Developer Lead Developer Hi there, Try this function: add_filter( 'generate_more_tag', '__return_false' ); Let me know π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development April 21, 2019 at 8:17 pm #875255 Andrei Hi Tom, Thanks for quick reply. Your suggestion worked beautifully (maybe one day you can make this a configurable option?). For future references: I have edited two files: – index.php (we are using “list of recent posts” as an index page) – archive.php In both cases I have added add_filter( 'generate_more_tag', '__return_false' ); just before get_header(); ?> line at the top of the file. April 21, 2019 at 8:28 pm #875259 Andrei Sorry, forget to mark as resolved. April 22, 2019 at 9:01 am #875767 TomLead Developer Lead Developer Instead of adding that to those files, you can add it using one of these methods: https://docs.generatepress.com/article/adding-php/ Glad I could help! π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In