Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterYes, you have to edit the php file, but you must also edit it again when you update the theme to next version,
In theme-functions.php which is under “incudes” folder. Find the first function:/*Post meta info*/ if( !function_exists( 'van_posted_on') ){ function van_posted_on(){ ?> <span class="blog-article-info"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><?php printf(__('By %s','OldCar'),get_the_author());?></a> / <?php printf( __( 'in %2$s', 'OldCar' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> / <?php the_time(get_option('date_format'));?></span> <?php } }Replace it to:
/*Post meta info*/ if( !function_exists( 'van_posted_on') ){ function van_posted_on(){ ?> <span class="blog-article-info"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><?php printf(__('By %s','OldCar'),get_the_author());?></a> / <?php the_time(get_option('date_format'));?></span> <?php } }You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterIt’s my pleasure.
FocuxTheme Support
KeymasterPlease tell me your wordpress login information with private reply, OK? Let’s me see your theme codes.
FocuxTheme Support
Keymasterwhen I disactive this plugin, all that is fine, so have you set any field value to “Portfolios”?
FocuxTheme Support
KeymasterHi
Edit theme-init.php which is under “/wp-content/themes/oldcar/includes”, find the following code:
add_filter('pre_get_posts','van_searchFilter');Comment out it as below:
//add_filter('pre_get_posts','van_searchFilter');FocuxTheme Support
KeymasterCan you send me your website link and login information? I need to check your setting.
-
AuthorPosts
