Bigul Malayi
Forum Replies Created
-
Hi Tien,
Can you please share your admin/ftp details for debugging and tracing the issue. Hope you are in a development environment.
You can send the details to my mail -> bigul.m@wpml.org
[ Signature moderated. ]
Hi Tien,
Please remove
return $queryfrom end of the function. It is not required.You can also remove this:
if (!$query->is_main_query()) {
return;
}Please check where filter posts using is_category(‘blog’)
[ Signature moderated. ]
Hi Tien,
How many published posts you have. Looks like post and page queries is different.
Please add following code at the end of the function.
return $query;[ Signature moderated. ]
Hi Hube2,
Types don’t have this feature. But you can choose Parent Post for a Child Post from Post Edit screen of Child Post. Like this http://d7j863fr5jhrr.cloudfront.net/wp-content/uploads/2012/12/selecting-parents-for-appearances.png
Please check this link for more details http://wp-types.com/documentation/user-guides/many-to-many-post-relationship/
[ Signature moderated. ]
Hi Hube2,
Sorry this feature is not included now. But you can view the fields in Post edit screens.
[ Signature moderated. ]
Hi Mark,
We are debugging the issue for a solution and update you soon. Please wait.
[ Signature moderated. ]
Hi Hube2,
Please include include: embedded/frontend.php. Because function is in frontend.php. That is not included to admin pages, it is only for front end page.
[ Signature moderated. ]
Hi wpwebdlr,
Can you please share the query code you have used. Hope you are using WordPress 3.5.1 and Types 1.2.2
[ Signature moderated. ]
Hi Hube2,
You can create Custom Fields Groups under Post/Page. From Post/Page Edit Screen you add field values.
You can also assign Multiple Parent for a Custom Post Type. For an example you can choose Post and Page as parent of a custom post type P1.
Can you please explain little more about “I could add a select box to pick pages/posts but I don’t see how this is possible” for a better understanding.
[ Signature moderated. ]
Hi shamiradnan & kietzer,
Try with
echo types_render_field(“my-select”, $parameters);Please check following link for more details. http://wp-types.com/documentation/functions/#Select
[ Signature moderated. ]
Hi Cynthusia,
Please confirm it happens on all screens or just some specific one.
[ Signature moderated. ]
Hi Twansparant,
Please check it is happening with Types latest version(Upgrade after a backup). If issue exist, Please create a new thread. Because this one is resolved.
[ Signature moderated. ]