BasePress
Forum Replies Created
-
Thanks for your review @dbvienna,
Really appreciated!!
The reported conflict has been fixed on version 2.6.13.
Thanks
Hi,
can you please open a support ticket from the plugin menu BasePress > Contact Us and create an admin account for me so I can take a look at it?
Thanks
Hi @madalina251,
the link to the video doesn’t work. Can you please send the correct one so I can have a look at it?
Have you already tried to disable all other plugins to see if any of them is the cause of the issue?Thanks
Hi there,
I haven’t received any feedback on this so I am closing this ticket.
Feel free to keep posting if you still need help!Thanks
Hi @stone233,
WordPress allows only posts and pages to have a short link as you wanted.
All custom post type must include in the URL the post type slug.
You can change the “knowledge base” slug to something shorter but you cannot remove it.
Also the section slug makes content hierarchy understandable by search engines and users.
For SEO purposes just make sure that your URL slugs are short and contain your main keywords.As mentioned here: https://www.searchenginejournal.com/seo-friendly-url-structure-2/
An example of this would be:
https://example.com/whiskey/irish-whiskey/jameson
The first URL flows logically from domain to category to sub-category to product. The second URL goes from domain to product. Hierarchically, both products should sit at the same level in the site and the Jameson example is better for SEO and users.
I hope this clarifies why the URL structure is as it is and why it is not bad for SEO.
Thanks
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Delete sectionsWe haven’t heard back so I am going to close this ticket.
If you still have issues with this just let us know.Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Delete sectionsThanks @komitaltrade,
Your review is really appreciated!Hi @tmsrxl,
Yes BasePress Premium version does have a Content restriction feature that allows you to restrict the content with great flexibility.
You can restrict access to any portion of content from “Guests” which will include search engines as well.Thanks
Hi @bradvin,
I just wanted to let you know that version 2.6.6 has a fix for the redirections and 404 pages. Once updated you can remove the filter used to prevent the issues.
Thanks
Hi,
thanks for the confirmation!
Someone else already reported this issue so I’ll make our automatic 301 redirection optional in the next release.Thanks
Hi @claytonchase,
That seems to be a conflict with some other plugin causing wrong redirects.
You can get that working by adding this filter to your functions.php:add_filter( ‘basepress_redirect_301_enabled’, ‘__return_false’ );
Do you happen to use any redirect plugin?
Thanks
Hi @claytonchase,
Thanks for your nice review and I hope you’ll enjoy using BasePress!
Hi @bradvin,
Thanks for your follow up and additional info!
You should be good to go with the filter.
I’ll keep in mind the list of plugins you mentioned for future testing.Thanks