A few template questions
-
I’ve just downloaded and started configuring the pdf template and i have a few questions
Why does this line work
echo '<div class="post_wrapper" ><a href="'.get_permalink().'">'.get_permalink().'</a></div>';
and this doesn’t as a link?
echo '<a href="'.get_permalink().'">View</a>';
I am also trying this to display an image
echo '<img src="https://s.w.org/style/images/wp-header-logo.png" />';
but it doesn’t work.Any ideas?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘A few template questions’ is closed to new replies.