Aug
16
Filed under: PHP
I’ve added new plugin that create technorati and deli.cio.us tags for pLog. The plugin create a custom field named tags that will be used to display tags that user enter separated by comma. This will allow you to enter tags with more than keyword .
For example I’ve added with this post
technorati,deli.cio.us,blogging,plog,plugin,php
And you’ll just need to add in your template this piece of code
{if $post->hasField(”tags”)}
{assign var=technoratitag value=$post->getField(”tags”)}
{$tags->CreateTags($technoratitag)}
{/if}
Then the plugin will do the necessary.
Download Tags plugin for pLog v1.0
Tags: No Tags





No Responses
Leave a Response