Home Forums Newsletter Plugin Support Add Preheader on Archive page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341160
    m.elsendoorn
    Participant

    Hello I want not only the subject line put also the preheader text on my archive page

    On the plugin.php I add the following code on line 150
    $buffer .= esc_html($this->replace($preheader_text)).;

    So I get

    if (empty($this->options[‘show’])) {
    $url = NewsletterModule::add_qs($base_url, ’email_id=’ . $email->id);
    $buffer .= ‘‘ . esc_html($this->replace($subject, $preheader_text, $email)) . ‘<br/>’;
    $buffer .= esc_html($this->replace($preheader_text)).;
    }

    But doesn’t work have somebody any suggestions?

    #341181
    Michael
    Keymaster

    Hello,

    we don’t offer support on this kind of customizations, however I’ll leave this thread open so other forums can help you.

    Michael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.