Content is set to False but still displays
-
Hi there
I have downloaded your latest version of Latest News plugin with the latest version of WordPress, however I have set the argument for content ie ‘content’ => FALSE, but the content still displays. I only want to show the title in bullet format.,
This is the code I am using:
<?php
$args= array(
‘news_items’ => 3,
‘content’ => FALSE,
‘before_title’ => ‘- ‘,
‘after_title’ => ‘
‘
);
jep_latest_news_loop($args);?>Can you help me ata ll?
Thanks
- ‘,
- The topic ‘Content is set to False but still displays’ is closed to new replies.