Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: plugin error
    Thread Starter RCDonovan

    (@rcdonovan)

    Thank you it worked

    Yes, it worked, thank you. Can I add something to make the icon smaller

    It didnt seem to work, in my functions.php file. It says

    <?php
    define(‘PUNCH_FUNCTIONS’, TEMPLATEPATH . ‘/functions/template’);
    define(‘PUNCH_JAVASCRIPT’, get_template_directory_uri() . ‘/js’);
    define(‘PUNCH_CSS’, get_template_directory_uri() . ‘/css’);

    /* Core Theme Functionality */
    require_once(PUNCH_FUNCTIONS . ‘/theme_pluginsnotice.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_support.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_functions.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_pagination.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_breadcrumbs.php’);

    /* JavaScripts, Widgets, Sidebars, Shortcodes */
    require_once(PUNCH_FUNCTIONS . ‘/theme_javascript.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_widgets.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_sidebars.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_shortcodes.php’);

    /* Post Comments, Custom Post Types */
    require_once(PUNCH_FUNCTIONS . ‘/theme_post_comments.php’);
    require_once(PUNCH_FUNCTIONS . ‘/theme_post_customtypes.php’);

    /* Page Options */
    require_once(PUNCH_FUNCTIONS . ‘/theme_page_options.php’);

    /* Site Options*/
    require_once(PUNCH_FUNCTIONS . ‘/theme_admin_panel.php’);

    ?>

    Thread Starter RCDonovan

    (@rcdonovan)

    That will change Categories to Topics on the menu bar

Viewing 4 replies - 1 through 4 (of 4 total)