- This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Hello
I’ve been trying to style my template (results.php). It works almost perfectly, but then I’ll do this code:
Skrevet af <?php echo get_post_meta($post->ID, 'bfo', true); ?><br>
Sprog: <?php echo get_post_meta($post->ID, 'bogens_sprog', true); ?><br>
Udgivet i <?php echo get_post_meta($post->ID, 'udgivelsesar', true); ?><br>
<?php the_tags( 'Subject(r): ', ', ', '<br />' ); ?>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
bfo, bogens_sprog and udgivelsesar are custom fields, that are showing other places (including the filter options), but on the archive page it’s just empty text. Why don’t the text show up?