Sam Shelton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My ‘articles’ page insists on having a ‘2’ after it.Yes, I did. I tried following this process.
Forum: Themes and Templates
In reply to: [Go] How do I make a custom 404 pageI’m getting somewhere, I think… I’ve found this:
<?php /** * The 404 template file * * @package Go */ get_header(); Go\page_title(); ?> <div class="content-area__wrapper"> <div class="content-area entry-content not-found w-full m-auto p-x"> <?php get_search_form(); ?> </div> </div> <?php get_footer();But… I want to change the text that shows, which is currently ‘That page can’t be found‘… and I can’t see where in this code to overtype to change that. Can you help please?
Forum: Fixing WordPress
In reply to: My ‘articles’ page insists on having a ‘2’ after it.I’ve checked and I don’t have anything in the trash, or drafts. I have noticed, however, that if I enter https://thetravelwriter.co.uk/articles it takes me to my homepage. But if I enter https://thetravelwriter.co.uk/other it takes me to a ‘That page can’t be found’ page.
So it’s as though https://thetravelwriter.co.uk/articles ‘maps to’ my home page if that makes sense? Is there a setting for that kind of thing that I’m missing somewhere?
Thank you so much for your reply.
In fact… I resolved it. In case you stumble into this… here’s how:
https://stackoverflow.com/questions/42344962/wordpress-pages-redirecting-to-home-page
Forum: Themes and Templates
In reply to: [Go] My ‘articles’ page looks rubbish!Please disregard this… I think I’ve worked it out… the clue was in the word ‘themes’!