// Single Doctor Display add_shortcode('single_doctor_profile', function() { if(!is_singular('doctors')) return; ob_start(); the_title('

','

'); $speciality = get_field('speciality'); $phone = get_field('phone'); echo '

Speciality: '.$speciality.'

'; echo '

Phone: '.$phone.'

'; return ob_get_clean(); });

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comments

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *