// functions.php içerisine
add_shortcode( 'nobetci_eczane', '_nobetciEczaneRender' );
function _nobetciEczaneRender() {
ob_start();
/// ÇALIŞACAK ve EKRANA ÇIKTI BASTIRILACAK PHP KODU BURAYA
$content = ob_get_contents();
ob_end_clean();
return $content;
}wordpresste yazı eklerken görünmesini istediğiniz yere [nobetci_eczane] ilave etmeniz yeterli olacaktır.
** denemedim syntax hataları olabilirkontrol ediniz.