Menu with customfields
-
Hi all.
I have a page with a customfield. In the custom filed i have a URL for a picture.
I would like that picture to function as a button in the menu where the page is linked.
Im using the “new” menu function.I have had succes with some thing like it before.
That was with posts. I used this:
<?php if( get_post_meta($post -> ID, “ref_thump”, true)); ?>
<img src=”<?php echo get_post_meta($post -> ID, “ref_thump”, true); ?>” border=”0″ width=”230″ height=”170″/>Hope it makes sence 🙂
Can any one help me?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Menu with customfields’ is closed to new replies.