Search:

Search: Search took 1.00 seconds.

  1. If you don't mind changing core php templates you...

    If you don't mind changing core php templates you can always edit form-listing.php. That's what I'm doing.

    Just find this code (almost at the bottom): <?php _e( 'Feature in Category', APP_TD ); ?>...
  2. It depends on what you want to include/exclude in...

    It depends on what you want to include/exclude in your theme.You can completely change the template files in your child themes.Vantage will look for the file content-listing.php.It doesn't matter...
  3. You can create a functions.php file in your child...

    You can create a functions.php file in your child theme and add all the extra coding there.The same applies for style.css.

    You can read more information about child themes in the documentation...
  4. In your child theme folder, open your style.css...

    In your child theme folder, open your style.css file and you should have this in the folder:

    @import url("../vantage/style.css");
    @import url("../vantage/styles/green.css"); <--For 'green' insert...
Results 1 to 4 of 4