echo "<!--news_pre_readmore-->";
// Set Meta Function used to Set the Description of Page to Empty.
set_meta('description', '');
set_meta('keywords', '');
// Add to Meta Function used to Set the Description of Page to page related - By Ankur
$keywords = strip_tags($news_news);
$skipwords = array("\n", "\r\n", "\r", " ", " : ", " the ", " The ", " in ", " this ", " This ", " at ", " will ", " it ", " It ", " is ", " to ", " for ");
$keywords = str_replace($skipwords, ", ", $keywords);
$description = str_replace(array("\n", "\r\n", "\r"), "", strip_tags($news_news));
add_to_meta('keywords', $keywords);
add_to_meta('description', $description);
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
4 participants
Notifications
You are not receiving notifications from this thread.
Related Questions