Forum Replies Created

Viewing 10 posts - 5,191 through 5,200 (of 6,341 total)
  • Author
    Posts
  • in reply to: Page background #3025
    You must have valid license to access this content.
    in reply to: Clear space under navigation #3024
    You must have valid license to access this content.
    in reply to: Remove references to categories? #3023

    Yes, 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
      }
    }
    in reply to: Wallpaper Page #3021
    You must have valid license to access this content.
    in reply to: Google fonts #3020
    You must have valid license to access this content.
    in reply to: Portfolio search items #3018

    It’s my pleasure.

    in reply to: Slider shortcode: links. #3017

    Please tell me your wordpress login information with private reply, OK? Let’s me see your theme codes.

    in reply to: Cannot change Portfolios page meta title #3016

    when I disactive this plugin, all that is fine, so have you set any field value to “Portfolios”?

    in reply to: Portfolio search items #3000

    Hi

    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');
    in reply to: Cannot change Portfolios page meta title #2999

    Can you send me your website link and login information? I need to check your setting.

Viewing 10 posts - 5,191 through 5,200 (of 6,341 total)