Home / Admin / Search Only Title
Duplicate Snippet

Embed Snippet on Your Site

Search Only Title

Limit the search to post title only, ignore content.

Code Preview
php
<?php
add_filter( 'post_search_columns', function( $columns ) {
    return [ 'post_title' ];
} );    

Comments

Add a Comment