Custom content within custom page
-
Hi all,
Ive added a custom page to my wordpress site and added the standard header\footer. But how should I be adding content as if I try to add it after the footer as below the structure goes wrong.
<?php /* Template Name:Test */ ?> <?php get_header(); ?> <?php get_footer(); ?> <tr> <td>Current User</td> <td> <input type="text" size ="40" name="contactname" readonly="readonly" id="contactname" class="secondary-bfe-inputs" value=></td> </tr>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Custom content within custom page’ is closed to new replies.