including a PHP file via shortcode?
-
Hi there,
I am trying to use a shortcode to insert a PHP file, but can’t get the code right.
This is what I have:
function nc_scroll( $atts, $content = null ) { extract( shortcode_atts( array(), $atts ) ); $nc_scroll_c='INCLUDE FILE HERE'; return $nc_scroll_c; } add_shortcode('nc_calendar', 'nc_scroll');Can anyone tell me how I can add the included file here?
$nc_scroll_c='INCLUDE FILE HERE';The path is /wp-content/themes/jobseek-child/inc/new-competition-calendar.php.
Many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘including a PHP file via shortcode?’ is closed to new replies.