Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sudar Muthu

    (@sudar)

    This is really strange. Can you look into the PHP error_log and let me know if there are any error entries about this Plugin?

    Also which version of WordPress and PHP you are using?

    Thread Starter arrow816

    (@arrow816)

    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' ))
    
      );
    
    }

    Plugin Author Sudar Muthu

    (@sudar)

    It seems that in your theme, you have a function with the name get_tag_id() in the file /home2/judgega1/public_html/remake/wp-content/themes/made/functions/custom.php on line 205.

    You have to rename the function name to something else.

    BTW is this a custom made theme or is it available in the theme repo?

    Thread Starter arrow816

    (@arrow816)

    Ok, Il try that.

    Its a custom made theme, got it from Themeforest its called Made.

    Plugin Author Sudar Muthu

    (@sudar)

    I have also fixed it in v 2.7.1 of the Plugin.

    Just make the change I suggested before or update the Plugin to the latest version to solve this issue.

    Thread Starter arrow816

    (@arrow816)

    I updated the plug in and its working perfectly.

    Thanks,
    Steve C

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Posts By Tag] Whole admin White After Install’ is closed to new replies.