Search for <b:if cond='data:post.labels'>
and add below line after first </b:loop>
The Line is
<meta name="keywords" content="<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop>" />
And Save the Template.. You are Done
See the Demo Here
and add below line after first </b:loop>
The Line is
<meta name="keywords" content="<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop>" />
And Save the Template.. You are Done
See the Demo Here
Secure passwords with PHP
ReplyDeleteHow to open a PDF files in web browser using PHP
PHP get MIME type of uploaded file
Convert emoji to unicode PHP
HTTP authentication with PHP
Encode emoji email PHP
Integrate Captcha Validation in Your PHP Website
Import CSV into MySQL command line
Export data in CSV file using PHP