Can’t change permalink url after hitting ‘ok’ and ‘update’
I am trying to change some of the titles of my posts and their respective permalinks. After I edit the title and permalink … Read more
I am trying to change some of the titles of my posts and their respective permalinks. After I edit the title and permalink … Read more
How can I remove custom post type slug from my base url ? for eg : mywebsiteurl.com/custom-post-slug/postname I would like to make it … Read more
Is there a function that will return the permalink to a custom post types archives that is available to use in WordPress? Something … Read more
e.g. curl -I http://ma.tt/blog/wp-config.php 200 OK The wp-config.php is not public facing file, since it currently just return blank page, so why not … Read more
In my plugin, I’m creating a custom post type that has an archive and uses the rewrite parameter to choose a slug: $args … Read more
I have a WordPress site using pretty permalinks. I want to filter a string to that the it ends up with the exact … Read more
When changing the slug for a page (clicking OK) an ajax call is made to check if the slug is available and to … Read more
I have a custom post type named houses. Inside my custom post type I have several custom fields which I created using ACF. … Read more
I have this line … <div class=”permalink”><?php the_permalink(); ?></div> and the result on my page looks like this … http://mysite.com/whatever/post-or-so I guess it … Read more
I have a WordPress website with 20+ categories. To make it easier to navigate I want to decrease the categories, but at the … Read more