You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

(Blog Page – Filter Plugin) Make Blog post open in New Tab

#1. First, add this line to the top of the Universal Filter Plugin code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>

Something like this:

blog-page-filter-plugin-make-blog-post-open-in-new-tab-01

#2. Next, find this code (bottom of Universal Filter Plugin code). Each site will has a bit different.

blog-page-filter-plugin-make-blog-post-open-in-new-tab-02

and change it to this:

search: {
                enabled: true,// if false, no Search input will be showed
                text: 'Search By Name',
                  searchFunc: 'title',
                }, 
                hooks: {
                onFilter: function(){$('[class*="blog-"] article.blog-item a').attr("target","_blank");},
            }
        }
    }]
};

blog-page-filter-plugin-make-blog-post-open-in-new-tab-03

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder