hi! Thanks for the plugin. I installed it and it works so far. But I can't call any "custom fields"
I used this code '<?php echo $Blog->getSettingsData("customfieldhere"); ?> ' but I can't see anything.
Another question with TAGS. I tried to get the Tags in a custom layout - But i can only get a url link to all tags at one time, not seperated. I tried to find the original code inside the plugin's php files, but I didn't find it. Could you be so kind and post it here? Thank you!
AD
and thanks again for developing!
[undefined=undefined]ok! Got it...:
[/undefined]
<?php echo $post->CUSTOMFIELDNAME; ?> ....
I used this code '<?php echo $Blog->getSettingsData("customfieldhere"); ?> ' but I can't see anything.
Another question with TAGS. I tried to get the Tags in a custom layout - But i can only get a url link to all tags at one time, not seperated. I tried to find the original code inside the plugin's php files, but I didn't find it. Could you be so kind and post it here? Thank you!
AD
and thanks again for developing!
[undefined=undefined]ok! Got it...:
[/undefined]
<?php echo $post->CUSTOMFIELDNAME; ?> ....