Character encoding issue in Prev/Next post navigation (Source Poster Clean)

Hi Stuart,

I’m working with your excellent “Source Poster Clean” project and I’ve encountered a small issue with the Prev and Next post navigation.

The navigation correctly displays the Post Title, but special characters — specifically apostrophes — are being rendered as HTML entities (e.g., 039 instead of ').

It seems like the title string isn’t being decoded properly before being outputted in the navigation links. This happens specifically in the “prev/next” navigation area of the Poster 2 stack within your project.

Could you please help me understand how to fix this so the titles display correctly?

Thanks in advance for your help!

Best regards, Gianluca

Can you show the edit mode?

Hi Jannis, thanks for your help.

I would prefer not to show screenshots of the edit mode or the internal JS code out of respect for Stuart’s work and the project.

However, the issue I encountered with the apostrophe (transformed into code 039) makes me think the problem stems from the JavaScript embedded in the project resources, which interferes with the generation of the post titles next to the ‘Next’ and ‘Prev’ buttons.

I believe only Stuart can correctly modify the project logic to ensure that the generated code is clean.

You should be able to show the edit mode text of the button, especially if it’s {{}} or {{{}}}