Forum Replies Created

Viewing 2 replies - 31 through 32 (of 32 total)
  • Forum: Plugins
    In reply to: Idea: Mailing List Plugin

    How do you set it to an auto digest? I think that’s the ticket — I see you can write a mass email, but that doesn’t help take the work out of it. Is it possible to use Scott’s WP Chron mixed in with this mailing list? Subscriber2 is not advanced enough for what we’re looking for, but mailing list is darn near perfect, the digest is all that’s needed.

    Thread Starter bradyjfrey

    (@bradyjfrey)

    Figured it out:
    So I placed the new file in the root folder, out of the theme folder, and gave it:

    <?php require('./wp-blog-header.php'); ?>
    <?php get_header(); ?>

    Which called the header to make it think it was in the theme folder, or so it seems, and then I could give it the same values as index.php, minus the junk. This gave it the same look/feel as the index all post blog page, and gives me multiple main blog pages of the same type. Since this page doesn’t need editing, it’s irrelevant to have a ‘page’ editable, no problem.

Viewing 2 replies - 31 through 32 (of 32 total)