• How can use the wp_title in the url to include a template?

    <?php locate_template( array( ‘social[wp_title].php’ ), true, false ); ?>

Viewing 1 replies (of 1 total)
  • I wouldn’t advise you on using the wp_title as the function depends on the file name and wp_title isn’t part of the file name. So it’d be better to use the slug name of the file name if possible.

Viewing 1 replies (of 1 total)
  • The topic ‘Use wp_title as url to include template’ is closed to new replies.