My thoughts exactly Amolin – and i’d love to be able to create themes to support WPGeo, but at the moment although it works with Genesis, it’s not “compatible” – it just outputs everything in a block.
I’d love to see a structure where i can do things like:
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
add_action( 'genesis_entry_header', 'do_wpgeo_title' );
etc etc
and the plugin doesn’t play nicely with the structure of genesis when it comes to creating templates.
The WPGeo templates have get_header(); and get_footer(); which we don’t want as our genesis(); at the end of a template takes care of all that stuff.
I’d like to see all the building blocks of wpgeo being wrapped up in separate functions, so i can create a template and just output what i want, where i want, like this:
add_action( 'genesis_entry_header', 'wpgeo_do_detail_title' );
add_action( 'genesis_entry_content', 'wpgeo_do_detail_content' );
add_action( 'genesis_before_sidebar_widget_area', 'wpgeo_do_detail_sidebar' );
Of course that may be something that can happen as the plugin evolves…
Get the latest news, tips, and exclusive content directly in your inbox.
Confirm your email address, and instantly receive the discount code :)