Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #347917

    as I can edit the layout for the list category post?

    I would like to add other data that is in custom fields

    • This topic was modified 10 years ago by newmesis.
    #348019

    Hey Luis!

    Open up /enfold/includes/loop-index.php and on line 131 you should see this.

    echo $title;
    

    Add this on the next line.

    echo get_post_meta( $post->ID, 'test', true );
    

    And change “test” with the key of your custom field.

    Cheers!
    Elliott

    #348643

    Thanks, but I do not want the following to appear

    #348851

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive span.post-meta-infos {
    display: none !important;
    }

    if that does not help, please post the link to your website

    Cheers!
    Yigit

    #358167

    solucionado, gracias

    #358312

    Hey!

    De nada :)

    Best regards,
    Yigit

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