add_post_meta($thePostID, 'custom_read_more', 'You need to read this article'); //custom read more value
14
}
15
16
endwhile;
17
endif;
18
?>
customize read more for every wordpress post
Now you are set to use the custom read more value for each post. You need to just copy paste the following code in your index.php and page.php and single.php file.