I updated the plug in and its working perfectly.
Thanks,
Steve C
Ok, Il try that.
Its a custom made theme, got it from Themeforest its called Made.
Im using WordPress 3.4.1(The Latest version) and PHP version 5.2.17.
And my error log said this:
“[12-Jul-2012 18:34:28] PHP Fatal error: Cannot redeclare get_tag_id() (previously declared in /home2/judgega1/public_html/remake/wp-content/plugins/posts-by-tag/posts-by-tag.php:825) in /home2/judgega1/public_html/remake/wp-content/themes/made/functions/custom.php on line 205”
Line 205 says
);
The group of code that is linked to line 205 is this
// setup custom menu functionality
function register_my_menus() {
register_nav_menus(
array( 'top-menu' => __( 'Top Menu','made' ), 'main-menu' => __( 'Main Menu','made' ), 'sub-menu' => __( 'Sub Menu','made' ), 'footer-menu' => __( 'Footer Menu','made' ))
);
}