Child Theme. Problem change Archive.php
-
Hello!
To change order of decreasing I did everything according to the instructions:
Once your child theme is in place and activated, you’ll want to copy the parent theme’s content-portfolio-archive.php file into your child theme, and edit that copy in your favorite editor.
Just before the line that says while ( have_posts() ), add this line to the code:
<?php query_posts('post_type=jetpack-portfolio&order=ASC'); ?>Print Screen
But all remained still. Where I made a mistake?Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Child Theme. Problem change Archive.php’ is closed to new replies.
