Unable to echo php variable in Top HTML
-
I’m trying to echo the post title in the “Print Page Top HTML” but nothing is being echoed.
Here is the code I’m using.
<table width="100%" style="font-family: Oswald; font-size: 9pt; color: #000000;"><tr> <td width="30%" ><img src="https://i.imgur.com/pjDhHtR.jpg" style="vertical-align:top; float:left"></td> <td width="70%" style="vertical-align: text-bottom; font-size: 14pt; font-weight: bold; color: #000000; text-align: center; vertical-align: text-bottom;"><?php echo $post_title; ?></td>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Unable to echo php variable in Top HTML’ is closed to new replies.