Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter wagedu

    (@wagedu)

    It seems to be a problem with PAGES (not posts).

    Example: I have 6 Pages tagged “artists” and 2 Posts tagged “testag”.
    [archivist tag=”artists”] returns an empty page
    [archivist tag=”testag”] returns my “testag” Posts

    How can I show a list of PAGES, either using post_parent or tag?

    Thanks in advance

    Plugin Author Eric Teubert

    (@eteubert)

    Try [archivist query="post_parent=13&post_type=page"] or [archivist query="tag=artists&post_type=page"]

    Thread Starter wagedu

    (@wagedu)

    Tried both suggestions, still blank results ??
    I mean, I get the “Thumb Title” header, but nothing below it

    [archivist query=”page_id=13″] -> Works fine, shows that page’s info

    So, I don’t know what elese to try. And “post_parent” not working is weird, since only PAGES are hierarchical…

    Please, more suggestions?

    Thanks in advance

    Plugin Author Eric Teubert

    (@eteubert)

    I finally figured it out. There was a bug with the query parameter. And make sure to specify posts_per_page, like this:

    [archivist query="post_parent=13&post_type=page&posts_per_page=-1"]

    Sorry it took so long to solve it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Archivist – Custom Archive Templates] query=post_parent displays blank page’ is closed to new replies.