Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #363290

    Hi,

    I just added a custom post type “Job” for having a dedicated content type for job offers. Next, I want to adjust the template and have made a copy single-job.php in the child theme.

    In the Blog Area, I want to display beside the categories additional metainformation, for ex. the author. In the Job-Area, I won´t display the author. So, how is it possible to change the single-job.php Template without disturb the template logic and affect the display of the single blog post?

    #363436

    Hi twaelde!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css to display the author on the custom post type job:

    .single-job .av-blog-meta-author-disabled .minor-meta.blog-author {
    display: block;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.