Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
are there examples for keywords-/tags-using - with different plugins?
#6
You don't need to do that ob_start etc. You can do this instead:
PHP Code:
$keywords get_page_meta_keywords(false); 

For an array of tags you can do something like:
PHP Code:
$keywords get_page_meta_keywords(false);
$keywords_array array_map('trim'explode(',',$keywords)); 
Reply


Messages In This Thread
RE: are there examples for keywords-/tags-using - with different plugins? - by Carlos - 2017-10-17, 04:24:13



Users browsing this thread: 1 Guest(s)