Return to Snippet

Revision: 29060
at July 20, 2010 10:31 by screamwork


Initial Code
<?php $custommore = get_post_meta($post->ID, 'custom_more', true); ?>
<?php if (!$custommore) { $custommore = 'Read More &raquo;'; } ?>
<?php the_content($custommore); ?>

Initial URL


Initial Description
use 'custom_more' as custom field

Initial Title
custom READ MORE in Wordpress

Initial Tags
wordpress

Initial Language
PHP