• Resolved ainocan

    (@ainocan)


    First off, love the plugin. Works great. Was able to set up what I needed in 15 mins. Amazing.

    For the email notifications, I noticed the article link points to the root of the website rather than the article requiring the action. Is there any way the email template can include a direct link to the article? Something similar to below.

    ====

    Hello John,

    Your article <b>Test Page</b> has been published on <b>Test Site</b>

    Thanks.

    ======

    Right now, this is the emails that I’m currently receiving.

    Hello John,

    Your article <b>Test Page</b> has been published on <b>Test Site</b>

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nuggetsol

    (@nuggetsol)

    Thanks for the compliments.

    In regards to the email link, it should have worked. It’s weird, that it’s pointing to the base url. The link should be pointing to the final URL of the post. We use the following to get the permalink of the post – esc_url( get_permalink( $post->ID ) ).

    The code is in oasis-workflow/includes/class-ow-email.php – post_published_notification() function (around line 67)

    Plugin Author nuggetsol

    (@nuggetsol)

    Marking this ticket as resolved due to inactivity.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email Notification Article Link’ is closed to new replies.