Displaying Custom Fields in the Category Ad Listing
I need to display the content of custom fields in the ad listing by categories.
I've used the function <? Php echo get_post_meta ($ post-> ID, 'xxxxxx', true); ?>, But it repeats the custom fields of the first ad at all others.
I can not get the custom fields for each ad to appear.
Can someone help me?