archive.php

spacing only for archive.php

Hello, For my website i have this .site-content{padding: 40px 40px 40px 130px;} no problem But how i can have a other thing, for exemple .site-content{padding: 40px 40px 40px 40px;} only for archive.php ? Thx

archive.custom-post-type.php not working?

I’ve copied and renamed from the parent theme to the child theme… This is all I get… Oops! That page can’t be found. It looks like nothing was found at this location. Maybe try one of the links below or a search?

How to add code and text/html before and after the category title

Add this code in your child theme functions.php to add code and/or text/html before and after the category title without editing the archive.php. Look at the code below to edit as you wish. // Add Shortcode for php code before category title function code_before_cat_title_custom_shortcode() { // start php code echo '</h1>'; echo '<p>Any php can … Read more