bareman
Forum Replies Created
-
Forum: Plugins
In reply to: Add custom field to each postor can [cft format=0] somehow be embedded in the index.php instead of manually adding it to each post?
Forum: Plugins
In reply to: Add custom field to each postis there any way I can make the values actual email links WITHOUT the shortcode option? I am building this for somebody and he will struggle with adding variables in the post itself. I liked the idea that with this plugin you can just tick the option you want in the post, and it will display in the front end.
Forum: Plugins
In reply to: Add custom field to each postHoly smoke this works perfect, wow thanks guys. As soon as I added <?php the_meta(); ?> it finally displayed in the front end. I realise now that this plugin is related to the custom fields plugin, and thus you need to add the php code in your index.php
Forum: Plugins
In reply to: Add custom field to each postThanks, it looks great but sofar but I cannot get the entries to display in the front end.
It’s what I wanted in the sense that I can define two options:
– email 1
– email 2and I can just select either one in the backend and post it. This is great because I need to have such an option, where with custom fields one has to re-enter each value everytime, as a key cannot be without the value.
But as I said I am having a hard time getting the entry to actually display, am I missing something ?
Yes I am still novice ..