Email Structure
-
I want to have my emails be sent out like this picture.
https://puu.sh/bW3Li/de03bb2a8a.png
alt: https://i.imgur.com/jXpTXL2.png
Here is my _loop.php<table <?php $this->classes('nopmb ctable'); ?> cellspacing='0' cellpadding='0'> <?php while (have_posts()) : the_post(); ?> <tr> <td <?php $this->classes('nopmb ctd'); ?>> <div <?php $this->classes('cdiv'); ?>> <h2 <?php $this->classes('ch2'); ?>> <a <?php $this->classes('clink'); ?> href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> <?php the_title(); ?> </a> </h2> <small <?php $this->classes('nopmb cdate'); ?>> <?php the_time('F j, Y') ?> </small> <div <?php $this->classes('nopmb'); ?>> <p <?php $this->classes('nopmb cp'); ?>> <div style="margin: 0px;"> <?php $this->the_image(); ?> </div> <?php the_excerpt_rss(); ?> </p> </div> </div> </td> </tr> <?php endwhile; ?> </table>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Email Structure’ is closed to new replies.