Wordpress Pagination: WP-PageNavi and Permalinks doesn't work - wordpress

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.

Related

Cannot create Elementor Posts page in Wordpress although I have selected in Reading page

I want to use my Posts page with Elementor modules.
I have done my Homepage like that
but cannot do the same with Posts page.
I have created an empty page,
added some modules.
And selected this page as Posts page in Reading page.
But when I click a page on my website,
my Elementor Posts page is not seen,
the default Wordpress page is seen.
Update :
I'm using Neve theme on Wordpress v5.8
My website address is Tubefavorites.com
My homepage with Elementor and posts page with default Wordpress has different fonts
and my homepage and posts page's components are in different order.
(In homepage its Tags, Categories, ...
In my posts page its Tags, Last Posts, ...
I'm working online in browser (its not local).
There is no error on Chrome Console.
Update end.
Currently I'm trying this in Turkish pages.
I will make the English Elementor page after I fix this.
How can I fix this?
Thanks
Do you have Elementor enabled for post?
Thus, if I understood correctly, you have created a page post and want to add it as homepage. You should go to settings - reading and select via dropdown the page you have created! Then, you will see your page as homepage and not the default one
There is also an explanation in support forum, that someone has the same problem. Please read below:
"Looks like you’re trying to edit your Posts page that has been assigned in your WordPress Reading settings (Settings > Reading). If this is the case, you may not be able to edit the assigned Posts page directly with Elementor (Basic version).
You can try deselecting the page (in the “Posts Page” box within your Reading settings) then try editing this page with Elementor"
link to the source: https://wordpress.org/support/topic/cannot-load-posts-page-with-elementor/
Thus, disable your page through Settings - Reading, edit/modify (whatever you want) your Post page. After that, you could add your page blog posts URL to the meny item (or use this URL to wherever is nessecary)
EDITED
What plugin are you using for the translations?
I saw your homepage playing correct, right? Thus, you have selected your custom page correctly, through the Settings - Reading.
Now, if you want to see the same results in Turkish, you need to translate your home page too! So, add the translation in turkish language too, or duplicate the english version for turkish one and it will play!
UPDATED
I think there is an issue with the blog page (and single post template, as I am reading in WP forum for this theme). Try to check inside Appearence -> Customize, if there is any options there, thus could change the blog template. Somehow the theme overwrites your options. Furthermore, take a look at the blog theme's doc here:
https://docs.themeisle.com/article/1306-neve-blog-archive-options
I have learned that, I have to use Templates page, in Elementor Pro.
I didn't have been selected it.
Thanks to Hakkı Uçar for this
and for installing and for helping.

WooCommerce category page is blank

I'm usgin WP 4.3.1 and WooCommerce 2.4.6.
After installed almost everything works fine. I go to /shop page and products list there.
I clicked to /product-category/digital-product which is Digital product category but it is blank page. Empty page with just sidebar!
What i have to do to make it show products or sub categories?
Here are permalink settings.
Common Settings
http://localhost/wp/%postname%/ where /wp is my WordPress root.
Product category base: product-category
Product tag base: product-tag
Product permalink base
http://localhost/wp/shop/%product_cat%
1st method:
Disable all plugins ( except WooCommerce ) and check if your issue solved.
If this fix your issue, then try to activate your plugins one by one and locate the plugin which is responsible for this issue.
2nd method:
Try to switch your theme and check to see if this solved your problem.
If this fix your issue, then inform about this issue to your theme developer and ask them to fix it.
find, if there is a file inside your theme root path named woocommerce.php, if you found it, just delete it or rename it to woocommerce.del.php then retry,
This thing fixed my blank page issue.

Wordpress WooCommerce permalinks issue

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!

Setting up wordpress categories URLs

I am working on a Wordpress application. I have created a custom page for articles landing page. The permalink for articles is working fine but I have problems when I click on a category name. For example: If I click on "jobs" category the URL looks like http://www.mysite.com/category/articles/jobs/. I want it to look like http://www.mysite.com/jobs/.
I am not sure if this is something I did that is causing this or just default wordpress behaviour. So, any ideas/suggestion how I can fix this?
Thanks.
I think your solution is either in this plugin or in its source code:
http://wordpress.org/plugins/wp-no-category-base/
It will work as long as you don't use the same slug for a page and a category (because they will in this case have the same permalink).

wordpress "Pages" permalinks not working, all redirect to homepage

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?

Resources