mwouters
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page attribute "Parent" has no effectFound the solution: http://wordpress.org/extend/plugins/gecka-submenu/
This looks like a plugin that should be standard installed for user friendlyness! Very good work Gecka!Forum: Fixing WordPress
In reply to: page attribute not working to set parentI guess because it’s using the WP custom menu? (Appearance -> Menu).
I do have the same kind of problem, i.e. that it seems stupid that you need to go to appearance/menu to add a page to the menu. The parent options has no effect and seems useless..I think wp-content/themes/your-theme/content-page.php
Forum: Fixing WordPress
In reply to: give admin access to only certain top level pages and its subpagesLooks like it does the trick.
http://presspermit.com/forums/topic/permissions-to-certain-page-and-its-subpages/Forum: Fixing WordPress
In reply to: give admin access to only certain top level pages and its subpagesMaybe http://presspermit.com is the solution. Looking into it.
Forum: Fixing WordPress
In reply to: give admin access to only certain top level pages and its subpagesok, but then he/she can not create new pages within his/her section..
Just deactivated all plugins, no effect.
Found out the page is using the content.php template, and the code:if ( ! is_singular() ) { the_excerpt(); } else { the_content(__('Continue Reading →', 'woothemes') ); }is removing all HTML.
Replacing the_excerpt(); by the lower code did the trick.
Still having some problems with activating the event menu item on the same page and the detail page of an event.Cheers,
Mark
Thanks.
Looked at the WP settings, but found nothing that could influence it. Do you have an idea of the setting you are talking about?Thanks!
Yes, but then he uses the default WP archive template I think. And I didn’t want the date of publishment to display with the events, which was very confusing.
Cheers,
Mark
Mmm.. it appears to be a conflict with the WooThemes Canvas theme..
Is there a way to make a custom template for this list? Keeping in mind that the category is a variabel?Thanks,
Mark