theme-options.php 508 B

12345678910111213141516171819
  1. <?php
  2. if (!defined('ABSPATH'))
  3. exit;
  4. ?>
  5. <p>
  6. This theme requires posts with at least one image and a number of posts like
  7. 3, 6, 9, ...
  8. </p>
  9. <table class="form-table">
  10. <tr>
  11. <th>Max posts</th>
  12. <td><?php $controls->text('theme_max_posts', 5); ?></td>
  13. </tr>
  14. <tr>
  15. <th>Categories</th>
  16. <td><?php $controls->categories_group('theme_categories'); ?></td>
  17. </tr>
  18. </table>
  19. <?php include WP_PLUGIN_DIR . '/newsletter/emails/themes/default/social-options.php'; ?>