RCDonovan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: plugin errorThank you it worked
Forum: Plugins
In reply to: [Menu Social Icons] Add email icon to pageYes, it worked, thank you. Can I add something to make the icon smaller
Forum: Plugins
In reply to: [Menu Social Icons] Add email icon to pageIt 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’);?>
Forum: Fixing WordPress
In reply to: Change the name Categories on the menuThat will change Categories to Topics on the menu bar