Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K
~385 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for drewpark88

I think, you forgot to add http:// to your custom field value. [CODE] <?php $downloadurl = get_post_meta($post->ID, 'download_url', true); if($downloadurl != ""){ echo '<a href="'.$downloadurl.'"><span>Download</span></a>'; } ?> [/CODE] It works fine :)

Member Avatar for wpmonster
0
103
Member Avatar for harsh93
Member Avatar for ko ko
0
65
Member Avatar for drewpark88

try this: [B]custom field name:[/B] post_image_value [B]value:[/B] yourimageurl [B]custom field name:[/B] post_title_value [B]value:[/B] your post title

Member Avatar for wpmonster
0
118
Member Avatar for Krstevski

create single.php file on theme folder. and use this code: [CODE] <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <?php the_content('devamını oku &raquo;'); ?> <?php endwhile; endif; ?> [/CODE] If everything is ok, that means your post variable is empty. If not, you may change your static page. Control your settings …

Member Avatar for wpmonster
0
99

The End.