• Resolved hasantaqvi

    (@hasantaqvi)


    Hi!

    I am currently using this shortcode to show delivery time on the website, but the issue is that it shows ‘Sunday’ too despite I have only added Mon-Sat in the shortcode. Please rectify and provide a working one, thanks!

    [wp-dt-custom format=”l, jS F” days=”+0″ next=”Mon,Tue,Wed,Thu,Fri,Sat”] – [wp-dt-custom format=”l, jS F” days=”+3″ next=”Mon,Tue,Wed,Thu,Fri,Sat”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Denra.com

    (@denra)

    Hello @hasantaqvi,

    The attribute days is always added or subtracted at the end after all the other calculations. So, if you want to add days you may use the following code in your case:

    [wpdts-custom format="l, jS F" next="Mon, Tue, Wed, Thu, Fri, Sat"] – [wpdts-custom format="l, jS F" start="+3 days" next="Mon, Tue, Wed, Thu, Fri, Sat"]

    Please let me know if that makes sense and helps you.

    Thanks!

    Plugin Contributor Ivaylo Tinchev

    (@itinchev)

    Hello again @hasantaqvi,

    Hopefully we have solved your issue. I am closing the support thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode without Sunday’ is closed to new replies.