Just comment out the line:
wp_initialize_the_theme_finish();
It’s a shitty theme though, get another one.
Edit functions.php and comment out the line
wp_initialize_the_theme_finish();
Thread Starter
74gee
(@74gee)
Formatting didn’t work I see!
The reson for this was to show only the markers in the current category with a small edit to archive.php in my template
<?
$category = $wp->query_vars['bgmp-category'];
echo do_shortcode('[bgmp-map categories="'. $category .'"]');
?>
And this at the end of my template’s functions.php
add_filter('bgmp_map-shortcode-called', '__return_true' );