nirajmchauhan
11-03-2010, 06:26 AM
I have a plugin to display the taxonomies,
if i type this in my post [taxonomy-list tax='category'] i get all the categories in my post content
but i dont want to write it again and again in my post,
so i decided to paste this in my single.php file
i tried this code but not working
<?php echo ("[taxonomy-list tax='category']"); ?>
what will be the correct way to keep this as default in my single.php file????
:o
if i type this in my post [taxonomy-list tax='category'] i get all the categories in my post content
but i dont want to write it again and again in my post,
so i decided to paste this in my single.php file
i tried this code but not working
<?php echo ("[taxonomy-list tax='category']"); ?>
what will be the correct way to keep this as default in my single.php file????
:o