Tagged Questions
0
votes
3answers
425 views
Force redirect single.php to index
I want to make a force redirect for single.php to index so that it is never reachable by direct access (the site is built in a way that you retrieve all the content on the index page, still need to ...
0
votes
1answer
531 views
Help with a custom rewrite
The following is a snippet from single.php
</div>
<?php endif; ?>
<?php
...