• Resolved stephanmonecke

    (@stephanmonecke)


    Hey,

    it would be great if there was any possibility to view old news-entries. Without wanting to make the widget thaaat long, 5 posts are rapidly overcome with a continuous news-output. 😉

    Something like RSS or a seperate page or whatever would be really cool! 🙂

    Cheers,
    Stephan

    https://wordpress.org/plugins/kush-micro-news/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kush Sharma

    (@kushsharma)

    You could do this by creating a separate page manually and adding the following code.(Don’t forget to increase number of news to show.)

    <?php if(function_exists('kush_micro_news_output')){kush_micro_news_output();} ?>

    I know you have to make your hands dirty a little, but surely i will try to find a better way in future updates.

    Thanks
    Kush Sharma

    Thread Starter stephanmonecke

    (@stephanmonecke)

    Thank you for your answer! But that code does not seem to work.

    There is no output although I set up the number of news to display. :/

    Plugin Author Kush Sharma

    (@kushsharma)

    Well you can’t do it through wordpress code editor, you have to open the php file through text editor and then manually add this function. I will try to create a shortcode to easily add news wherever you want, if possible in future updates.

    Thanks
    Kush Sharma

    Plugin Author Kush Sharma

    (@kushsharma)

    Hey,

    I have added shortcode option, use [kushmicronews] in page and you will get the desired output. Read FAQ for more details, it has two attribute :
    1) news : number of news
    2) header : heading visibility

    for eg:
    [kushmicronews news="8" header="true"]

    Thanks
    Kush Sharma

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RSS’ is closed to new replies.