MX Jumper
MX Jumper allows you to copy pieces of content from one spot in your template into another. Why it is needed? For example to take some information from the entry to the page title. Usually, you need to request the same module twice, but with MX Jumper you just need one request only.
Make a Donation
My add-on is free and freely available, but I encourage donations. Try it out now, there are no strings attached. Pay if you want, especially if you want to see improvements or more software listed here!If you use my add-on on multiple domains, sites or servers, would you consider donating for each use?
Download
Requirements
- ExpressionEngine 2
Example
{exp:mx_jumper:out_global}
<html lang="en">
<head>
<title>EEC.MS - {title}</title>
</head>
<body>
{exp:channel:entries channel="news"}
{exp:mx_jumper:put name="title"}{title}{/exp:mx_jumper:put}
{/exp:channel:entries}
</body>
</html>
{/exp:mx_jumper:out_global}
{exp:mx_jumper:out_global}
{exp:channel:entries channel="news"}
{exp:mx_jumper:put name="author_post"}{screen_name}{/exp:mx_jumper:put}
{/exp:channel:entries}
{/exp:mx_jumper:out_global}
{exp:mx_jumper:out name="author_post"}

