Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Helpful walkthrough, Thomas! Still receiving an error though. I’ve uninstalled my themes and all plugins, then did the steps Thomas suggested. wp_termmeta was already created so I manually copied over the wp_taxonomymeta rows, adding the values for taxonomy_id to term_id, then deleted wp_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

    Thread Starter reK1NDLE

    (@rek1ndle)

    Ended 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");
    });
Viewing 2 replies - 1 through 2 (of 2 total)