Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Forum: Fixing WordPress
    In reply to: Subpages v Posts

    Using pages instead of posts will eliminate the dates yes. You could also modify your template file to remove (or comment out) the <?php the_time(); ?> or <?php the_date(); ?> which will remove the date as well.

    If you have all of the same information on the new page/subpage and the url remains the same then there would be no need for a 301, this would actually cause a redirect loop as the page would be trying to redirect to itself.

    Categories are only used for posts and not for pages, so yes once you have moved the post to a page you could remove the unused category as well.

    I am having a similar problem. I am only posting to confirm that this is definitely an issue and not an isolated problem. I tried reverting to 3.9.2 and that didn’t help. I’m going to keep working on it and if I don’t find a solution, switch to a new cart.

Viewing 2 replies - 16 through 17 (of 17 total)