Search:
Search took 1.00 seconds.
-
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 ); ?>...
-
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...
-
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...
-
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...