brookjacoby
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Custom_post_type slug + category in permlalink?Yes, thank you!
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page not working…There have been some customization made and I found this in the function page :
add_filter(‘pre_get_posts’, ‘sort_my_archive’);
function sort_my_archive($q) {
if ($q->is_archive) {
$q->set( ‘posts_per_page’, -1 );
$q->set(‘orderby’, ‘post_title’);
$q->set(‘order’, ‘ASC’);
}
return $q;
}Forum: Plugins
In reply to: [Custom Post Type UI] Archive page not working…Hi Michael
thanks for the reply. Indeed, I posted a search result page, but I got the same issue with the real archives CPT page : http://continuetaformation.com/formation/ (my cpy is formation)
I’m going to have a look at the page you sent!
RegardsForum: Plugins
In reply to: [Custom Post Type UI] Custom_post_type slug + category in permlalink?Hi Michael,
Thanks for the quick answer! I gonna have a look at this.
Regards
Forum: Plugins
In reply to: [Download Monitor] Download for members only doesn't work anymore…Ok, found the answer/problem. Since the installation of my site, I installed a SSL certificate. So my url used to point to my downloads are no longer the same : https://mysite.com/download/#### instead of http://mysite… So it was giving me an 404 error.
On the other hand, the plugin still generate a http:// url when I upload a file, so I must used only the /download/#### part of the url.
Forum: Plugins
In reply to: [Download Monitor] Download for members only doesn't work anymore…Does it related to the fact that the url to the file should only be /dowmload/#### instead of http://mysite.com/download/####?
Forum: Plugins
In reply to: [Download Monitor] Download for members only doesn't work anymore…… And If I uncheck the Member only option, it works.
Forum: Fixing WordPress
In reply to: How to turn dashboard button fixed?Thank folks, but doesn’t seem to work over here.
Have you tried it (I supposed, just asking)?:/
Forum: Plugins
In reply to: [Media Library Assistant] PDF gallery with icon and titleWorks pretty fine! Thank you very much!
Forum: Plugins
In reply to: [Media Library Assistant] PDF gallery with icon and titleLooks like i’ve found the answer to show the title : mla_caption=”{+title+}. But how to have a link on both the icon and title?