Hi,
I recently noticed that magic fields, in main.php, contains the following lines of code:
if ( is_robots() ) :
do_action('do_robots');
return;
This causes my robots.txt file to be duplicated. Is there any solution to this (apart from commenting it out) please? What is the reasoning behind it?
Regards,
Michelle