Speak to our experts today 0333 004 0333
Speak to one of our experts today

Book Your Free Consultation Today

Get expert advice on how EKM can help you drive more sales, save valuable time, and grow your business effortlessly — all without the hassle.

  • Tailored advice for your business needs

  • Discover how EKM helps you scale with ease

  • No pressure — just expert insights and a clear path forward for your business

Book Your Free Consultation Today

Book a specific time and date for a consultation

or

Enter your details, and we’ll call you back ASAP.

User Guides

EKM Tag: [ekm:back]

This tag outputs a HTML link which goes to the previous page you were viewing. Typically you would include this towards the bottom of a category or product page.

  • Tag Information
  • Nesting This Tag
Basic Use
This tag can be placed anywhere within the HTML and will output a simple HTML link.

[ekm:back][/ekm:back]
                                
Within HTML
The link is output by default as a simple HTML link, if you wished to target this link to apply CSS styling you could target the link in the same way the below example does.

<style type="text/css">
   .back-button a {
         color: #fff;
         padding: 5px 10px;
         background: #fc329c;
         border-radius: 2px;
         font-size: 14px;
         text-decoration: none;
    }
</style>

<span class="back-button">[ekm:back][/ekm:back]</span>
                                
This would output the button with styling as shown below.
« Back

The EKM system allows for some tags to be nested within other tags.

Nesting This Tag

It is rare you will ever need to nest this tag within another EKM Tag however when nesting the tag you do not need to change the tag so it can be nested as in the example below.


[ekm:back][/ekm:back]