• Hello,

    I absolutely love your plugin, but unfortunately I have to manually add support for the search archives. I’ve done this for quite a few sites now and I’m afraid there will be an update that’s going to break these sites.

    What I did was change this (line 41 in wp-load-more-posts.php):
    if( is_home() || is_archive() || is_tax() ) {
    if( is_home() || is_archive() || is_tax() || is_search() ) {

    Please let me know if you can do this update, or let me know if there’s a way I can override the wp_load_more_posts_init() function to include these changes 🙂

    https://wordpress.org/plugins/wp-load-more-posts/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Please add support for search archives’ is closed to new replies.