Pretty good; idea for improvement…
-
Thanks for a great theme: WPML compatibility and responsiveness both working well.
Could be more pluggable. Instead of:
function catchbox_filter_wp_title...
Use:
if ( !function_exists('catchbox_filter_wp_title') ) {
function catchbox_filter_wp_title...
But there is a way around this using the
after_setup_theme
action hook if you can find it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pretty good; idea for improvement…’ is closed to new replies.