Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Keep spiders out of forum categories?


intellivision
Participant

@intellivision

Hmmm still not working. Something’s strange because even this doesn’t show:

<?php
/*
Plugin Name: test stuff
*/

add_action('bb_head', 'my_add_test_tag');
function my_add_test_tag() {
echo '<!-- testing here -->';
}
?>

I’ve tried activating/deactivating these plugins, and I’ve tried 2 browsers to ensure it’s not cache I’m seeing. Grr.

Skip to toolbar