Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #104410
    Soledad
    Participant

    Hi! How can I add a title to post section? Kind of “Last News” title?

    http://centroestudioshistoricos.ubo.cl/

    Many thanks!,

    Soledad

    #104446
    Pratik
    Keymaster

    Hi @soledad-gonzalex-diaz,
    Do you mean title to Quiénes somos, Investigación and Publicaciones, if thats so, goto Appearance=> Customize=>Theme Options => Featured Content => Headline for Featured Content

    Let me know how it goes.

    Regards,
    Pratik

    #104516
    Soledad
    Participant

    Hi Pratik!

    Thanks but no, I mean above “CEH en Seminario de Historia Moderna de la UNAB”.

    Thanks again!,

    Soledad

    #104544
    Mahesh
    Keymaster

    @soledad-gonzalez-diaz: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme, copy index.php from the main theme and just below <?php if ( have_posts() ) : ?>, add the following codes:
    <?php echo '<h1 class="custom-blog-title">Last News</h1>'; ?>
    For centering the title, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .custom-blog-title {
        text-align: center;
    }
    #104573
    Soledad
    Participant

    Thanks Mahesh!!

    #104621
    Mahesh
    Keymaster

    @soledad-gonzalez-diaz: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add a title to post section’ is closed to new replies.