PhotoDune

Problem with pages

2955 posts
  • Community Superstar
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States
  • Exclusive Author
chrisakelley says

Default works fine but I need my users to be able to use any permalink structure that they want so I need another solution =/

are they changing the htaccess when they change the permalink’s?

327 posts
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Exclusive Author
  • United States
CadenGrant says

No I don’t think so. I don’t think that’s possible. I went into my functions.php and deleted all the admin files that I’m including (out of like 15) and now it’s working just fine – so now I know it’s one of the scripts/files that I’m including in my functions.php… now I just need to narrow it down and find the exact file causing the problem.

Although it’s weird because I’ve used all the same files in all of my themes.. but oh well I’ll just be glad to have it fixed.

Edit: Apparently the slider custom post type I had created was causing the problem some how =/

2354 posts
  • Grew a moustache for the Envato Movember competition
  • Community Moderator
  • Elite Author
  • Contributed a Blog Post
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Has been a member for 4-5 years
+8 more
dtbaker moderator says

Yep I created a “products” custom post type which caused issues. Not sure how it resolved itself, but it’s not happening any more. The “default” permalink structure threw 404 errors but a custom one worked fine.

Something about trying to access the custom post type maybe.

Not sure if I changed some code to fix that or if a wordpress upgrade fixed the issue.

2955 posts
  • Community Superstar
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States
  • Exclusive Author
chrisakelley says

Yep I created a “products” custom post type which caused issues. Not sure how it resolved itself, but it’s not happening any more. The “default” permalink structure threw 404 errors but a custom one worked fine.

Something about trying to access the custom post type maybe.

Not sure if I changed some code to fix that or if a wordpress upgrade fixed the issue.
  'rewrite' => array(
    'slug' => 'YOURSLUGNAME'
by
by
by
by
by