Ein Problem bleibt. :-?:(
Ich habe das Plugin runtergeladen und installiert. Also Punkt 1, 3 und 4 erledigt. Bei Punkt 5 komme ich ins stocken. Wo muss ich die php-Schnippsel genau einsetzen?
ZitatAlles anzeigen1 Download the file get-custom.zip and unzip it into your wp-content/plugins/ directory.
-OR-
Copy and paste the the code ( get-custom.phps ) into a file called get-custom.php, and put that file into your wp-content/plugins/ directory.
2 Optional: Add filters for 'the_meta' to filter custom field data (see the end of the file for commented out samples you may wish to include) *NEW*: Add per-meta filters by hooking 'the_meta_$field'
3 Activate the plugin from your WordPress admin 'Plugins' page.
4 Give a post a custom field with a value.
5 Use the function c2c_get_custom somewhere inside "the loop" and/or use the function c2c_get_recent_custom outside "the loop"; use 'echo' to display the contents of the custom field; or use as an argument to another function
Dank & Gruß