Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Links list in homepage sorted by Menu Priority
#5
tommy Wrote:how do i output a custom field called "myimage" for each of the subpages in the custom rendering?
i tried the code below but no image generated.

<li class="<?php echo $item->classes; ?>">
<a href="<?php echo htmlspecialchars($item->link); ?>">
<?php echo htmlspecialchars($item->text); ?>
</a>
<?php get_custom_field('$item->myimage'); ?>
</li>

Assuming that the custom field contains the full image URL:
Code:
<img src="<?php echo htmlspecialchars($item->myimage); ?>" title="My Image"/>
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Links list in homepage sorted by Menu Priority - by mvlcek - 2012-07-30, 05:54:35



Users browsing this thread: 1 Guest(s)