-
Hi Team,
I need your help for adding page title on custom php files. As per wordpress standard i include wp-load.php file on custom php file but unfortunately rank math seo default functions nothing included in that file.
[moved to sensitive data section]
Our website having a sub-directory (daily-angel-tarot) having index.php file where i use filter :
// Include wp libraries and function
require_once( ‘../wp-load.php’ );add_filter( ‘rank_math/frontend/title’, function( $title ) {
$title=”Angel Oasis – Daily Angel Tarot”;
return $title;
});get_header();
But this will not work can you please help me the solution.
Regards
Aman
The ticket ‘Rank math on custom.php file not working’ is closed to new replies.