• 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&rsquo;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)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This is a bug in your theme. I’d try reinstalling it. If that doesn’t help, contact the developer. It seems to be https://www.yoarts.com

    Thread Starter GunnyRet

    (@gunnyret)

    Thanks for the quick reply, sterndata. I’m very new to WordPress (no kidding). If I reinstall it, does that trash my site’s current setup, or just help the backend files reload?

    I will go run a backup first, of course.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    no, that just replaces some files (hopefully, the one that might be missing, too). Your contents will not be changed. Good luck.

    Thread Starter GunnyRet

    (@gunnyret)

    Thanks again. Will let you know shortly how it goes.

    Thread Starter GunnyRet

    (@gunnyret)

    Ok. thought it was going to be a simple fix. I’m using WordPress and hosting on Go Daddy’s cPanel Linux. I have the aforementioned them installed. I thought this Theme would appear in a list so I could uninstall, much like any other plugin.

    I don’t really see “Uninstall” as an option. Am I overlooking something really obvious?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Themes are not plugins. Go to APPEARANCE -> THEMES from the WP dashboard.

    Change to another theme, then delete the theme in question, then reinstall it (as you did initially).

    Thread Starter GunnyRet

    (@gunnyret)

    Right, I was there and it shows the current one as installed, but I don’t see any way to uninstall it.

    I was just trying to draw upon an analogy of how I expected the uninstall to look and feel in Themes.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    select a new theme and activate it. then look at the details for the express theme and there should be a delete button.

    Althgough just uploading a new copy of the theme over what’s already there (via FTP) would suffice; no need to delete anything.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Call to undefined function express_categorized_blog() in’ is closed to new replies.