• Resolved iidemii

    (@iidemii)


    Noob wordpress user needs your help.

    <?php
    echo do_shortcode( “[sp_news limit=’4′ grid=’2′ show_content=’true’ show_category_name=’false’ show_full_content=’false’ show_date=’true’ content_words_limit=’30’]” );
    ?>

    here is my code for trying to display my news items in a grid on my homepage. The problem is that it is not working. On my news page it does work however with the same code to show a list. Even with grid=’2′ it is a list. Help me please I’m a first years student and new to wordpress haha.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    I have test this code in my end and it’s working well.

    <?php			
    echo do_shortcode( "[sp_news limit='4′ grid='2' show_content='true' show_category_name='false' show_full_content='false' show_date='rue' content_words_limit='30']" );?>

    Please try this code as manually typing not copy and past. Because many time single quote(‘) convert to this (’) sign so shortcode is not working.

    Thanks & Regards
    WP Online Support

    Thread Starter iidemii

    (@iidemii)

    I typed it out like you said and I am still not getting a grid, just the same list order. here is my url: https://358286.cmd16a.cmi.hanze.nl/gruno/index

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Thanks for share site link, But i can’t found where you put plugin’s short code. Please give me link of that page.

    Thanks & Regards
    WP Online Support

    Thread Starter iidemii

    (@iidemii)

    I didn’t fix it but worked my way around it so this will do for now. Thanks for the effort and help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grid doesn’t work at all’ is closed to new replies.