<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[linked page for WIP project pages]]></title><description><![CDATA[<p dir="auto">Hi Armin,</p>
<p dir="auto">I'm working on and compiling some project pages that I haven't finished yet. I'm fine with having thumbnails of these projects show up in the thumbnail grid view, but I'd like them to link to a sort of maintenance page when clicked.</p>
<p dir="auto">It would be great to have something like a maintenance mode option for WIP project pages.</p>
<p dir="auto">Is this possible in some way?</p>
]]></description><link>https://laythemeforum.com/topic/11995/linked-page-for-wip-project-pages</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 06:23:23 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/11995.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jul 2026 20:26:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to linked page for WIP project pages on Tue, 14 Jul 2026 08:30:25 GMT]]></title><description><![CDATA[<p dir="auto">ah ok cool! well done</p>
]]></description><link>https://laythemeforum.com/post/47804</link><guid isPermaLink="true">https://laythemeforum.com/post/47804</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Tue, 14 Jul 2026 08:30:25 GMT</pubDate></item><item><title><![CDATA[Reply to linked page for WIP project pages on Tue, 14 Jul 2026 08:23:31 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Armin,</p>
<p dir="auto">I solved it (Claude) in this way via custom js</p>
<p dir="auto">// DOVREBBE REDICTARE I PROGETTI<br />
document.addEventListener('click', function(e) {<br />
var link = e.target.closest('a.thumb[data-id]');<br />
if (!link) return;</p>
<p dir="auto">var wipIds = ['93', '101']; // 93 Ventrice Odontoiatria 101 Psinel<br />
var wipUrl = '[Custom link for WIP placeholder page]';</p>
<p dir="auto">if (wipIds.indexOf(link.getAttribute('data-id')) !== -1) {<br />
e.preventDefault();<br />
e.stopImmediatePropagation();<br />
window.location.href = wipUrl;<br />
}<br />
}, true);<br />
// DOVREBBE REDICTARE I PROGETTI</p>
<p dir="auto">When the thumbnail is clicked this autoredirect to a specific work in progress page. When the page is finished i will remove the id number from this</p>
<p dir="auto">var wipIds =</p>
]]></description><link>https://laythemeforum.com/post/47803</link><guid isPermaLink="true">https://laythemeforum.com/post/47803</guid><dc:creator><![CDATA[Starc]]></dc:creator><pubDate>Tue, 14 Jul 2026 08:23:31 GMT</pubDate></item><item><title><![CDATA[Reply to linked page for WIP project pages on Tue, 14 Jul 2026 08:03:03 GMT]]></title><description><![CDATA[<p dir="auto">but it seems like when layout cache is enabled, setting a project back to private if it was already published may not remove it.<br />
that will be fixed with the next update.<br />
you may also set the project to password protected</p>
]]></description><link>https://laythemeforum.com/post/47801</link><guid isPermaLink="true">https://laythemeforum.com/post/47801</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Tue, 14 Jul 2026 08:03:03 GMT</pubDate></item><item><title><![CDATA[Reply to linked page for WIP project pages on Tue, 14 Jul 2026 07:50:11 GMT]]></title><description><![CDATA[<p dir="auto">hey Starc, I would suggest you leave a project as private or as a draft and then just click preview in the project without publishing it. This way it won't be in the project thumbnail grid.</p>
<p dir="auto">Here is where we make a project private:</p>
<p dir="auto"><img src="/assets/uploads/files/1784015382458-9719e829-ce01-4d65-b26f-a67c217ec951-grafik.png" alt="grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://laythemeforum.com/post/47797</link><guid isPermaLink="true">https://laythemeforum.com/post/47797</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Tue, 14 Jul 2026 07:50:11 GMT</pubDate></item></channel></rss>