• Resolved colnago1

    (@colnago1)


    How set NoIndex for Posts with a Specific Category?

    /**
     * Allows filtering of the robots meta data.
     *
     * @param array $robots The meta robots directives.
     */
    add_filter( 'rank_math/frontend/robots', function( $robots ) {
    	return $robots;
    });

    How to add category ID to this code?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set NoIndex for Posts with a Specific Category’ is closed to new replies.