Forum Replies Created
-
AuthorPosts
-
of course
thank you
PhilippHi I haven’t changed anything, it didn’t work from one day to another.
that’s the code in my functions.php that worked for months:function add_builder_to_posttype($metabox)
{
foreach($metabox as &$meta)
{
if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
{
$meta[‘page’][] = ‘gebaeude’;
$meta[‘page’][] = ‘oblate’;
$meta[‘page’][] = ‘missionsprojekt’;
$meta[‘page’][] = ‘zitat’;
}
}return $metabox;
}Hi, I have the same problem, but the “wp-tinymce.php” can be load.
Please help.
best. PhilippSame for me, please fix!
November 1, 2016 at 12:31 pm in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #706671Hi, I used the Types plugin.
Thank you,
PhilippOctober 31, 2016 at 2:25 pm in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #706160Hi Rikard,
did you find the mistake?
Best,
PhilippOctober 28, 2016 at 8:24 am in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #705189Hi Ismael,
I can select the Taxonomy, but in the “Select Post Type” part my Custom Post Type (Gruppierungen) doesn’t appear.
Best,
PhilippIsmael wrote:
Hi,
Thank you for the info. The posts from the custom taxonomies “zielgruppe” and “gemeinde” are displaying in the page. Is this fixed? How?
Best regards,
IsmaelOctober 27, 2016 at 1:37 pm in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #704815Hi,
What I want is displaying the posts from the CPT “Gruppierung” on this page (Pfarrleben).
• The first segment should display the CT “Erwachsene”
• The second segment should display the CT “Kinder&Jugendliche”
• The third segment should display the CT “andere”
all posts from the CPT “Gruppierung”Thank you for your help.
Best,
PhilippOctober 25, 2016 at 9:39 am in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #703680Hi Rikard,
The Post Type is “Gruppierungen” and I want to display it on “Pfarrleben”.
Thank you so much,
PhilippOctober 24, 2016 at 9:42 am in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #703165What about this login?
Sorry, PhilippOctober 22, 2016 at 5:53 pm in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #702842Do you still have this error?
http://pfarre-krim.at/wp2016/wp-login.php
best,
PhilippOctober 21, 2016 at 2:07 pm in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #702397Hi, I have a similar problem.
I want to post content from a CPT with a specific CT. I entered the code and can see now all Post-Types (Page, Posts, Nav,…) in the blog post element, but not the one I created.
Can you help me.
Best,
PhilippThank you, that worked!
Have a nice day. -
AuthorPosts