* Graham * Lordeagle The title is not set for non existing posts so that would not work but you can set it in the blog twig
at the bottom of the twig file is the bit that outputs for non existing entries

{% block no_entry %}
<div class="xt_blog xt_list">No blog entry found</div>
{% endblock %}

You can add the redirect here
{% block no_entry %}
      <script>window.location.replace("/404");</script>
{% endblock %}

Copy code
2015-11-26 19:52 (edited 2015-11-26 19:53 by Graham ) · (0)

Online: Guests: 1