I am trying to organize my urls on https://br.biawatanabe.com/ by categories for both blog and portfolio.
I would like to use the fallowing structure
( XXX category name, YYY article name)
https://br.biawatanabe.com/portfolio — porfolio home
https://br.biawatanabe.com/portfolio/XXX — portfolio category page
https://br.biawatanabe.com/portfolio/XXX/YYY/ — portfolio post
https://br.biawatanabe.com/blog — blog home
https://br.biawatanabe.com/blog/XXX — blog category page
https://br.biawatanabe.com/blog/XXX/YYY/ — blog post
First i would like to change this page url https://br.biawatanabe.com/portfolio-da-bia/ for https://br.biawatanabe.com/portfolio/, but the page https://br.biawatanabe.com/portfolio is already use for an other pages. I would like to disactivate the default portfolio page, and then it is easy change my page url.
I can set the blog Category base to blog/ but i don’t know how to set the portfolio Category base (currently https://br.biawatanabe.com/portfolio-category/XXX )
Currently i am using the following /%category%/%postname%/ Custom Structure
Article url in the portfolio are https://br.biawatanabe.com/portfolio/YYY/
When changing the Custom Structure to blog/%category%/%postname%/ it also change my portfolio url form https://br.biawatanabe.com/portfolio/YYY/ to https://br.biawatanabe.com/blog/portfolio/YYY/ which i don’t want to change. Also i don’t know how to make the portfolio category appeared in the url.
Thanks for the help !!
Claude
]]>https://www.ads-software.com/extend/plugins/wordpress-seo/
]]>I’ve upgraded to wordpress version 3.4.1 a week ago.
I can’t see anything in the Permalink Option page.
Need Help!
I have 3 installation. All of them face the same problem.
I can’t change the permalink structure.
https://kakuleter.com/
Upgraded from 3.4
Existing permalink (%postname%) works fine.
New blog post permalink (%postname%) works fine
Can’t see permalink option page
Can’t change permalink setting
https://kakuleter.com/blog/
Upgraded from 3.4
Existing permalink (%postname%) works fine.
New blog post permalink (%postname%) works fine
Can’t see permalink option page
Can’t change permalink setting
https://tips.my/
New installation.
Can’t see permalink option page
Can’t change permalink setting
I’ve did this
– Disable all plugins
– Reset themes to twenty eleven
None work
I did contacted the hosting provider, they said it’s not the database problem.
Am I the only person facing this?
Can anyone please help?
If you need more info, you can e-mail me at [email address moderated – this forum does not provide support via email]
]]>Have you notice the change? What a mess! I actually had ad the “/” back to the end for my permalink setting. But it seems not working.
Would you please tell my how to fix this problem?
]]>custom structure
/%day%/%monthnum%/%year%/%postname%/
default archive url
/03/2010/
but if i click on /03/2010/ it shows 404 error! I have .htaccess with
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
so do i need to change my .htaccess code? please can anyone sort this problem out?
]]>