• Resolved pilzmart

    (@pilzmart)


    Hello!

    Above my posts page (Settings->Reading->Static Front Page->Posts Page: blog) I want some text or the text I wrote on the blog page but it only displays the latest posts. Anyone knows a solution?

    Thanks for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pilzmart

    (@pilzmart)

    to add this: I also tried editing the Functions.php on my child but it didn’t work

    <?php
    add_action ( ?__before_loop‘, ?add_blog_page_content_before_post_list‘);
    function add_blog_page_content_before_post_list() {
    if ( is_home() ) {
    $post = get_page_by_path( ?/blog‘ );
    echo wpautop($post->post_content);
    }
    }

    Thread Starter pilzmart

    (@pilzmart)

    got it! You have to edit the template under parts/post-list-articles in hueman.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Text above latest posts page / blog’ is closed to new replies.