.php file include in custom fields
-
Hi,
how can i include .php file in to custom fields?
My value is
<?php include(TEMPLATEPATH . '/inc/sl/page_poster/index_page_poster.php'); ?>
In single.php i have this code:
<?php $values = get_post_custom_values('Page poster'); echo $values[0]; ?>
Thanx for help.
Martin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘.php file include in custom fields’ is closed to new replies.