Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1758892
How to add custom code to this place?
Closed

Comments

  • Jey72 started the conversation

    http://prntscr.com/l9z0fo

    How to add custom code to this place?
    between related post and comments

    or

    Is it possible to insert a "widget area" into this place?

    Its good place for partner teaser.

    PS: Sorry for my google translate

  •  501
    Penci replied

    Hi,

    Unfortunately, current this theme doesn't add custom code to this place between related post and comments. We will consider to add more this feature in the next update versions of PenNews. I'm not sure it will be added - but, I'm sure we will consider about this.

    Best Regards,

    PenciDesign


  • Jey72 replied

    Please tell me which file is responsible for this place, and line?

     it would be very helpful. And I can add the necessary code there.

  •  501
    Penci replied

    Hi,

    If you want  modify file of PenNews theme, please use PenNews child theme.

    Please please check this guide to know how to use child theme.

    This theme have 10 single style, it on pennews/template-parts/single.

    If you want add custom code to this place, please add custom code between :

    get_template_part( 'template-parts/related_posts' );
    get_template_part( 'template-parts/comment-box' );

    Please check screenshot:  http://prntscr.com/la5c6r


    Best Regards,

    PenciDesign

  • Jey72 replied

    Big Thanks!