Welcome Guest, Not a member yet? Register   Sign In
how to get meta description dynamically
#4

PHP Code:
$data['description'] = "Your description"
in your controller

then in your layout :
PHP Code:
<meta name="description" content="<?=$description?>" /> 
Reply


Messages In This Thread
RE: how to get meta description dynamically - by cybersven - 12-10-2020, 08:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB