Call to undefined function express_categorized_blog() in
-
I had a client try to create a simple user account. She received an email asking her to click a link to activate her account, and received the following error:
What’s the fix?
“Fatal error: Call to undefined function express_categorized_blog() in
server address/website.org/wp-content/themes/express/404.php on line 15″So, I went to the 404.php Template, and copied these lines of code.
////////////////////////////////<?php get_header(); ?> <div class="wrap container" role="document"> <div class="content"> <div class="content-inner"> <div class="row"> <main class="main col-md-8" role="main"> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'express' ); ?></h1> </header> <div class="page-content"> <p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'express' ); ?></p> <?php get_search_form(); ?> <?php the_widget( 'WP_Widget_Recent_Posts' ); ?> <?php if ( express_categorized_blog() ) : ?> <div class="widget widget_categories"> <h2 class="widgettitle"><?php _e( 'Most Used Categories', 'express' ); ?></h2> <ul>
my website is https://www.neovets.org
Thanks in advance!
Bryan
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Call to undefined function express_categorized_blog() in’ is closed to new replies.