How do i put this php code:
<? echo($cortam); ?>
inside of this one: (where it says HERE)
<?php include (TEMPLATEPATH . '/HERE.php'); ?>
sorry im not familiar w/ php
How do i put this php code:
<? echo($cortam); ?>
inside of this one: (where it says HERE)
<?php include (TEMPLATEPATH . '/HERE.php'); ?>
sorry im not familiar w/ php
Use a text editor and create a file called here.php, and put this in the file:
<?php
echo($cortam);
?>
Then upload that file to your theme folder:
Or maybe this : `
<?php echo( $cortam ); {include(TEMPLATEPATH.'/single-portfolio.php');
} ?>
`
This topic has been closed to new replies.