/ Published in: PHP
e.g. in blog.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // print_r( $this->item ); ?> <?php if ( $this->item->fulltext ) : ?> <?php echo( $this->item->fulltext ); ?> <?php else :?> nein <?php endif; ?>