-
Problems
This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.
Step one-Click 'Layout' tab
Step two -Then Click the 'Edit HTML' Subtab
Step 2 -Now click 'Expand Widget Templates to expand the CSS code.
Step 3 -Find the following code in your template.
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if>
# Now Delete the Code
The above solution just work fine
No comments:
Post a Comment