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

    (@kushsharma)

    I guess you want to show Micro News on a custom page. See the installation section of this plugin, on the 3rd step i have shown a php function.

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

    Add this function inside the code of your page where you want to display it.

    Hope this will solve your issue. Let me know for any query or suggestion.

    Is this working with WP 3.9.1? and just a noob question, I really don’t know where to put the php code. Where can I place the code? please help.

    Plugin Author Kush Sharma

    (@kushsharma)

    If you don’t want to get your hands dirty in coding, you can always add Widget of this plugin by just drag and drop like any other widget.

    But if you manually want to place these news feeds then open appearance>editor and your desired page then copy paste the above snippet in your preferable location.

    Happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Install on page’ is closed to new replies.