• The following is the existing template for New Post published email template.

    Hello {{NAME}},

    We have published a new blog article on our website : <b>{{POSTTITLE}}</b>
    {{POSTIMAGE}}

    You can view it from this link : {{POSTLINK}}

    How can I edit this template to add some few lines from the post too with a link Read More… As of now it’s just showing the title or subject. Help is appreciated. Thank you in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hiya,
    You can structure your template html to add and use the variable {{POSTDESCRIPTION}} before or after the {{POSTIMAGE}} this will give an excerpt from the begining of the post just as you want but the only thing I have found is that you can’t control the character count except length.

    Note: the {{POSTIMAGE}} picks up on your featured image in your post and has the post link embedded in it (i.e. onclick)

    Then just add your “Read more:” text just before your {{POSTLINK}} too, to give the “more” or “read more” or effect you want aswell as..

    Andrew

    Thread Starter sujithgnair

    (@sujithgnair)

    Thank you for the detail explanation and as advised by you I have modified the template as below and it works fine. How can I control the length of the text?

    Hello {{NAME}},

    We have published a new blog article on our website : <b>{{POSTTITLE}}</b>
    {{POSTIMAGE}}

    {{POSTDESC}}

    Read more of this post

    Thread Starter sujithgnair

    (@sujithgnair)

    Thread Starter sujithgnair

    (@sujithgnair)

    A href=”{{POSTLINK}}”>Read more of this post /a

    • This reply was modified 8 years, 2 months ago by sujithgnair.

    @sujithgnair

    As stated before this is something icegram has to look at as there is no current control option in place to manage the except length. Maybe it is something icegram the plugin author is planning to add later. We will have to wait an see.. 😊

    Andrew

    Thread Starter sujithgnair

    (@sujithgnair)

    I have some problem with the email template. Iam using the following template

    Hello {{NAME}},

    We have published a new blog article on our website : <b>{{POSTTITLE}}</b>
    {{POSTIMAGE}}

    {{POSTDESC}}

    a href=”{{POSTLINK}}”>Read more </a

    Thanks & Regards,
    Soap Skill Studios

    But in the email its just showing till {{POSTDESC}}, its not showing the Read More link. Am i making any mistake? Pls help

    • This reply was modified 8 years, 2 months ago by sujithgnair.
    • This reply was modified 8 years, 2 months ago by sujithgnair.

    @andrewmperryman
    Thank you for giving the best answer. I appreciate you taking time to help people here.

    @sujithgnair
    You may remove the anchor tags and simply use the keywords below.
    {POSTLINK}} – use this to display full post link (clickable) in the email content
    {{POSTLINK-WITHTITLE}} – use this to display clickable post link with the post title.

    @sujithgnair

    Did my suggestion work for you?
    Kindly let me know your views on the same.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘New post published template’ is closed to new replies.