So I've just downloaded WooCommerce and i'm having a really strange issue with my permalinks. They are all set to default, however when I go to any of the pages the default link it brings me to brings up a blank page. The link looks like this:
http://primefitnessrx.com/wp/?page_id=464
However, if I remove the /wp/ prefix and have the link like this:
http://primefitnessrx.com/?page_id=464
It works perfectly. Anyone have any ideas why?
Thanks!
Related
I'm facing this weird issue on my WordPress site. I'm using SEOPress for my SEO stuff and generate an error saying
https://www.sitename.com/blog/xyzpath/e,baseURI
But if I remove the e,baseURI everything works fine. Mostly this happens in my blog pages and my permalinks structure looks like
/%category%/%postname%/
I don't know where it comes from and don't know how to get rid of this.
The title says it. I renamed a page in wordpress along with the permalink (the slug also changed) and now I can't find it on my site.
The menu updated along with my changes, but the page content isn't there when I click on it.
Here's the offending page
If anyone can tell me what I did wrong and particularly how to fix it, I'd really appreciate it.
Thanks in advance!
Try regenerating permalinks - editing permalink settings triggers that regeneration.
Also, if you have any kind of cache plugin running, purge it's data too.
This was a conflict with a portfolio feature in my theme (Bello by WeGraphics)... I renamed the permalink and it works fine now
I have a clean installation of latest Wordpress version on my local webserver.
Twenty Twelve Theme by default and WP-Pagenavi plugin installed for Numeric pagination.
I set permalinks for my categories and postslike this:
http://wordpress352ru/%category%/%postname%/
Now I can access category "shows" archive with link http://wordpress352ru/shows/
Pagination links on that page now look like:
http://wordpress352ru/shows/page/2/ and it doesn't work.
If I open index page and then click on category shows link then pagination links on shows category page look like this:
http://wordpress352ru/category/shows/page/2/ and it works.
But I'd like to pagination links would look like this instead and worked:
http://wordpress352ru/shows/page/2/
Without word "category" in the link. How can I set this to work? Thanks in advance!
There are plugins out there for this, but here is one very easy way of doing it: http://www.wprecipes.com/how-to-remove-category-from-your-wordpress-url
EDIT
Once you've done the above, your pagination should work just fine.
My wordpress site is acting weird. The problem is like this:
The page www.mysite.com/about-us is not showing, but showing the homepage content.
Also when you type some not exiting pages like www.mysite.com/abcdef also show the homepage, not a 404 error.
(I am using the link structure /%category%/%postname%.html. and a plugin called no parent categories which removes the parent categories from the link.)
I tried to set the link structure to default and disable the plugin, still no use.
can anybody kindly help?
I don't know why I am having difficulties finding an answer for this, but I was. I am hoping it's quick and painless.
This is my first attempt at a WordPress site. I created a number of pages which reside in a standard navigation. Currently the nav links look like such:
?page_id=2
I want link to be friendly such as:
/restaurant/
I went into the permalinks and tried messing around with the options and I got the URLs to change but on click I get a 404. What am I doing wrong?
two things i could think of
Wordpress can't write the .htaccess file (a warning should be displayed on the permalink page). In that case update it by hand with code shown on the site.
mod_rewrite is disabled on your server http://httpd.apache.org/docs/current/mod/mod_rewrite.html