A helping hand.
-
Hello, could some kind soul point me in the right direction by any chance….?
I have this code added to my functions file. This is to ADD a custom field to the content but it doesn’t seem to work ?? . Can anyone see anything wrong with this code?
function added_content($content) { $customimage = get_post_meta($post->ID, 'Images', true); $content = $content . $customimage ; return $content; } add_filter( 'the_content', 'added_content' );
Thanks for your help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘A helping hand.’ is closed to new replies.