• Resolved wordmax

    (@wordmax)


    In the output feed displayed on front-end, what’s the way to change order of title, summary, date or other shortcode variables?

    For example:
    On our site we’d like the feed to show title with summary after title and then date/author under the summary (last thing shown).

    Thanks for your help on this.

    • This topic was modified 5 years, 1 month ago by wordmax.
    • This topic was modified 5 years, 1 month ago by wordmax.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @wordmax as usual, please paste the shortcode so that we can help. This goes for all the other issues you have raised.

    Thread Starter wordmax

    (@wordmax)

    Using the shortcode format example you have on the plugin page.
    [feedzy-rss feeds="<validrssfeedusedhere>" max="5" feed_title="yes" target="_blank" refresh="1_hours" title="50" meta="author, date, time, tz=local" summary="yes" summarylength="300" thumb="no"]

    Plugin Contributor contactashish13

    (@rozroz)

    @wordmax you would need to use the filter feedzy_global_output to do this. This will need familiarity with PHP. You can check it out in the the file includes/abstract/feedzy-rss-feeds-admin-abstract.php

    Thread Starter wordmax

    (@wordmax)

    Aha!

    It’s what I was looking for on lines 704 to 719.

    Thank you for your help.

    Plugin Contributor contactashish13

    (@rozroz)

    @wordmax good to hear it helped you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change order of title, summary, date, author, etc.’ is closed to new replies.