Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the Read More
Post title <?php the_title(); ?> Post content <?php the_content(); ?> Post excerpt <?php the_exerpt(); ?> Post Category <?php the_category(', '); ?> The Read More
Use the following code to remove the default backward and forward icons. Original: <?php previous_post_link() ?> <?php next_post_link(); ?> Change to: <?php Read More
To display field valuses use this code $field = get_field_object('field_name'); $value = get_field('field_name'); $label = $field['choices'][ $value Read More