• Resolved ritaantal

    (@ritaantal)


    Dear Support,
    I’d like to show the authors in the list of posts (NOT in an author’s box at the content). I use Oxygen Builder repeater on the site.
    Dynamic data in Oxygen builder doesn’t allow showing multiple authors, they suggested using shortcodes.
    I’ve checked your video and tutorial of the shortcodes but when inserting, not the desired simple list (one or two authors) are shown but all the authors (Users) in a boxed style with avatars. I chose simple lines at “author’s boxes” but that – I guess – doesn’t apply to a simple listing at a blogpost list.
    Is there any way to show the relevant authors at the LIST of posts? You can see the layout at the bottom of the given link.
    Thank you very much for your help in advance.
    Kind regards,
    Rita

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Hi @ritaantal

    If you want to use layout simple list, you need to define it on the shortcode, such as:
    [publishpress_author_box layout="simple_list"]

    Let me know if you still have an issue.

    Thanks,

    Thread Starter ritaantal

    (@ritaantal)

    Hi Riza,
    Unfortunately it doesn’t work. Now you can have a look at the bottom of the above mentioned page, you can see it there (but later I’ll delete it as it does not work). I guess this plugin can override the default 1 author concept at a post, but not at a list of posts or at an author’s archive page with the repeater I’m using within Oxygen builder.
    It is a pity but your plugin is great anyway but not for this purpose.
    Thank you for your help.

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Sorry @ritaantal

    We are not quite familiar with how the repeater on oxygen works. However, we can see your issue now.

    For your need, a code snippet is more appropriate. You can ask Oxygen Builder side if you can use code snippet on the repeater. If yes, this is the tutorial of it: https://publishpress.com/knowledge-base/modify-theme-output-authors/

    Thread Starter ritaantal

    (@ritaantal)

    Hi Riza,
    I can use code snippets and on the front page it looks perfect now!!!
    However, on an author’s page I tried to list all the posts that belong to that specific author with this code: <?php do_action(‘pp_multiple_authors_show_author_box’, false, ‘inline’, false, true); ?>
    But it doesn’t seem to work.
    So please have a look at this page: https://germus.duotone.hu/author/kovacsvitekbrigitta/ What code shall I use (and where?) to list only the posts where this author is present. Thank you very much for your help.

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Basically, the list of posts is automatically generated by WordPress itself.

    For your case, it seems Oxygen is modifying the output since I saw Oxygen code there.

    Our plugin is responsible to show the author, not the posts that belong to author. The author posts is handled by WordPress or page builder if you use any. I believe Oxygen can help you on this one.

    Hope that helps ??

    Thread Starter ritaantal

    (@ritaantal)

    Hi Riza,
    Thank you for your help, I’ll try with Oxygen…
    Have a nice day.
    Rita

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Sure thing Rita, have a very nice week to you ??

    Thread Starter ritaantal

    (@ritaantal)

    Hi Riza,
    Finally, the blog with more authors works perfectly (see here: https://germus.duotone.hu/blog/) Your code works on several different PAGES like Home, Blog, core sector pages, and also in POSTS.
    BUT! I apply the very same “reusable element” (as Oxygen calls) containing the whole blog repeater with the code on the CATEGORY ARCHIVE pages – and there the code doesn’t seem to work, the authors are not shown at all. Please have a look here: https://germus.duotone.hu/category/gyogyszerjog/
    Could you please help me with this issue? What can be the problem?
    I really appreciate your help.
    Kind regards,
    Rita

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Hi @ritaantal

    If you look at this page: https://publishpress.com/knowledge-base/modify-theme-output-authors/

    We have a code example for outputting on archive page in the very bottom of the section. You can try that code instead.

    Thanks,

    Thread Starter ritaantal

    (@ritaantal)

    Hi Riza,
    Thank you for your help, it works perfectly! ??
    Have a nice day.
    Rita

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Show multiple authors in repeater’ is closed to new replies.