reK1NDLE
Forum Replies Created
-
Forum: Plugins
In reply to: [Taxonomy Metadata] WordPress 4.4 fatal errorHelpful walkthrough, Thomas! Still receiving an error though. I’ve uninstalled my themes and all plugins, then did the steps Thomas suggested.
wp_termmetawas already created so I manually copied over thewp_taxonomymetarows, adding the values fortaxonomy_idtoterm_id, then deletedwp_taxonomymeta.Here’s the error my site is throwing. Site is mcclurefitness.com. Any suggestions?
Warning: require(/home/content/p3pnexwpnas03_data03/14/2286414/html/wp-content/themes/twentyfifteen /inc/custom-header.php): failed to open stream: No such file or directory in /home/content/p3pnexwpnas03_data03/14/2286414/html/wp-content/themes/twentyfifteen/functions.php on line 341
Fatal error: require(): Failed opening required ‘/home/content/p3pnexwpnas03_data03/14/2286414/html/wp-content/themes/twentyfifteen /inc/custom-header.php’ (include_path=’.:/usr/local/php5_4/lib/php’) in /home/content/p3pnexwpnas03_data03/14/2286414/html/wp-content/themes/twentyfifteen/functions.php on line 341
Forum: Hacks
In reply to: Add class to all links created by tinyMCEEnded up going with Robin’s suggestion because it was simpler (though it’d be nice to do it through tinyMCE). Since I was wanting anchors, here’s my final code:
jQuery(document).ready(function(){ $("#content a").addClass("link_color"); });