PHP 8.2.31
Preview: theme-options.php Size: 2.38 KB
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/themes/default/theme-options.php

<?php
defined('ABSPATH') || exit;
?>

<table class="form-table">
    <tr><td colspan="2">General options for header, social links and footer sections could also be set in <a href="?page=newsletter_main_info">Blog Info panel</a>.</td></tr>
    <tr>
        <th><?php _e('Primary color', 'newsletter') ?></th>
        <td>
            <?php $controls->color('theme_color'); ?>
            <p class="description" style="display: inline">Hex values, e.g. #FF0000</p>
        </td>
    </tr>
    <tr>
        <th><?php _e('External background color', 'newsletter') ?></th>
        <td>
            <?php $controls->color('theme_background'); ?>
            <p class="description" style="display: inline">Hex values, e.g. #FF0000</p>
        </td>
    </tr>
    <tr>
        <th><?php _e('Disable social links', 'newsletter') ?></th>
        <td><?php $controls->checkbox('theme_social_disable', ''); ?></td>
    </tr>

</table>

<h3><?php _e('Posts', 'newsletter') ?></h3>
<table class="form-table">
    <tr>
        <th>Language</th>
        <td>
            <?php $controls->language('theme_language'); ?>
        </td>
    </tr>
    <tr>
        <th>&nbsp;</th>
        <td>
            <?php $controls->checkbox('theme_posts', 'Add latest posts'); ?>
            <br>
            <?php $controls->checkbox('theme_excerpts', 'Add post excerpts'); ?>
            <br>
            <?php $controls->checkbox('theme_thumbnails', 'Add post thumbnails'); ?> 
            <?php $controls->select('theme_image_size', array('thumbnail'=>'Thumbnail', 'medium'=>'Medium')); ?>
            <br>
            
        </td>
    </tr>
    <tr>
        <th><?php _e('Categories', 'newsletter') ?></th>
        <td>
            <?php $controls->categories_group('theme_categories'); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Tags', 'newsletter') ?></th>
        <td>
            <?php $controls->text('theme_tags', 30); ?>
            <p class="description" style="display: inline"> comma separated</p>
        </td>
    </tr>
    <tr>
        <th><?php _e('Max posts', 'newsletter') ?></th>
        <td>
            <?php $controls->text('theme_max_posts', 5); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Post types', 'newsletter') ?></th>
        <td>
            <?php $controls->post_types('theme_post_types'); ?>
        </td>
    </tr>
</table>

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-06-03 14:57:28
Edit Download
682 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
71.38 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
1.15 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
3.40 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
2.34 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
182 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
2.38 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
282 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
8.25 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).