• I have a child theme working with Notes Blog Core by TDH. I want to have two pages for the posts based on categories. I can do it with a category template but I want pages. I don’t know how to do it. I have tried posting for help on the getting started/how to board but after trying my best, have to throw in the towel.

    If anyone has done this with Notes Blog Core and wouldn’t mind telling me how, I would appreciate it.

    Thanks

    Martin

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

    (@hotmale)

    Thanks esmi

    I have tried that code on the page you link to but it doesn’t work. This is the page: https://www.pictopoetry.co.uk/poem-2-2/

    There is no link to it in the site menu because I use category archive templates there. I want a page template because those menu items don’t appear in the menu of the facebook app that a plugin called WP Book uses.

    So, I tried that code in the Page of Posts Links as it was. It doesn’t show anything. There’s a line in the page of the codex like this:

    <?php
    if (is_page() ) {
    $category = get_post_meta($posts[0]->ID, 'blog', true);
    }

    I put the “blog” in that because that’s how I read it and my custom fields look like this: https://flic.kr/p/a18zFb

    I also tried the code without changing that line.

    Thanks

    Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notes Blog Core: Page of Posts’ is closed to new replies.