Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
adding a sidebar photo?
#2
You could use I18N Custom Fields to add an image field to pages (users will be able to select uploaded images)

Then use something like this in the sidebar:
Code:
<?php if (return_custom_field('image')) { ?>
  <img src="<?php get_custom_field('image'); ?>" />
<?php } ?>
Reply


Messages In This Thread
adding a sidebar photo? - by j*z - 2013-08-18, 09:07:40
RE: adding a sidebar photo? - by Carlos - 2013-08-18, 17:22:32
RE: adding a sidebar photo? - by Timbow - 2013-08-19, 02:03:26
RE: adding a sidebar photo? - by j*z - 2013-08-20, 02:32:02
RE: adding a sidebar photo? - by Timbow - 2013-08-20, 03:21:23
RE: adding a sidebar photo? - by j*z - 2013-08-20, 05:07:56
RE: adding a sidebar photo? - by j*z - 2013-11-19, 12:43:20



Users browsing this thread: 2 Guest(s)