There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
First you need a plugin like 'exec-php' inorder to have php in the page.
the first example you show is meaningless since the custom field has nothing to do with Atahualpa and '$bfa_ata[...]' is the Bytes For All (the theme) array of variables .
your second try should work.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Dec 17, 2011 at 06:24 AM.
#3
Dec 19, 2011, 03:22 AM
_kimberley
51 posts · Dec 2011
Amsterdam
Oke exec-php is installed, but don't know what you mean after that.
Which code do I must use to echo a custom field?
Last edited by juggledad; Dec 19, 2011 at 04:55 AM.
the PHP function 'echo()' will echo a field - for example
HTML Code:
<?php echo "hello world"; ?>
will echo 'hello world'.
To echo custom fields you need to know how to access them. You should look thru the wordoress codex (http://codex.wordpress.org/) to find a function that and/or instrctions to find the filed.
This has nothing to due with the theme since you are doing it in a post it will apply to all themes.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support