BasePress
Forum Replies Created
-
Hi @sachsongngu,
Can you please tell me if you mean the post title in the widget or the post title when viewing an articles page?
Thanks
Hi @sachsongngu,
I am happy you like BasePress!
To change the widget text you can visit WordPress menu Appearance > Widgets then open the Knowledge Base Sidebar. There you will see a widget for Related Articles. You can change the title from there.
You can also find more widgets to use in your Knowledge Base.Thanks
Version 2.7.3 has been released with a fix for this issue.
Thanks @nightingale323f for your help in debugging this!
Hi @micahjsharp,
we haven’t heard from you yet so I was wondering if you managed to get the pages to appear?
Thanks
Hi @nimrod54,
Thanks for your kind review!
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Article orderHi there,
I am not sure why Dreamweaver would mark any of that code in red but I can reassure you that there are no errors.
Thanks
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Article orderHi @moonyell,
the articles are displayed by date in ascending order.
You can change that by adding the following hooks to your functions.php://Change post order for a single section page add_action( 'pre_get_posts', function( $query ){ global $basepress_utils; if( $basepress_utils->is_section){ $query->set( 'order', 'DESC' ); } }, 9999 ); //Change post order for multiple sections page add_filter( 'basepress_multi_section_query', function( $args ){ $args['order'] = 'DESC'; return $args; } );
In case you need the Premium version allows you to reorder the results manually with drag & drop.
Thanks
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.