Excerpt Help Please!
-
Hey there Ninja Coder!
My theme use a custom field to input the excerpt. This is the code to call it:
global $post; $project_excerpt = get_post_meta($post->ID, '_nectar_project_excerpt', true); echo $project_excerpt;
There’s a way to tell to TOP10 to get this excerpt instead?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Excerpt Help Please!’ is closed to new replies.