How to change ‘with_front” key from an existing custom post type?

I have a CPT called ‘experts’, that has been created in a theme I bought, and I can’t find out where nor where to change it.
I need to change a parameter to ‘with_front’ => false
Because my general permaling structure goes with /blog and I do’nt want experts to be in /blog/experts.
Is there a way I could do that adding something in the functions file?
I have tried this (How to set “with_front’=>false” to a plugin-generated cpt?) and various things, but could not get it to work.
Thanks 🙂

404 on category.php pagination

My blog post page : mysite.com/blog => Work Blog page pagination : mysite.com/blog/page/2 => Work A category post url : mysite.com/blog/cat => Work A post url : mysite.com/blog/cat/postname => Work A category post pagination url : mysite.com/blog/cat/page/2 => 404 🙁 Permalink structure : /blog/%category%/%postname%/ Remove category base with Yoast: ok Category.php : <?php get_header(); ?> … Read more

WordPress permalinks Yahoo hosting(no .htaccess allowed)

I have moved a WordPress install to a client from sub folder to the root folder. Right now, everything works fine, except for the friendly URLs. I currently have to set the Permalink feature in “Common settings” to “Default”, which means URLs with ?p=434… At least they work. Otherewise I get a very short 404 not found error message on a white screen. I was following this tutorial, but I found I cannot write an .htaccess to my Yahoo host account and so I could not follow one of the last steps… I wonder if the 404 not found errors have to do with this problem I have had uploading the .htaccess file… I currently do not have any .htaccess file up there… So maybe MOD_REWRITE is disabled… I have just ran phpinfo() and did not find any entry on mod_rewrite. Before moving the website, when it was still on a subfolder, the friendly URLs used to work, but now they don’t. Has anyone came accross this experience and has successfully restablished the permalinks feature?