Forum Replies Created
-
AuthorPosts
-
aks137MemberThanks for your prompt reply.
Will be waiting for future feature updates.
Cheers,
Aakash
aks137MemberThank you,
It solved my problem, also “register_post_type” helped me with my previous problem. Thanks a lot.
I still don’t know whether we can add some fields/text boxes that can hold calculative values?
aks137MemberHi,
I installed the new Beta version of Piklist and was successful to add thumbnails.
I noticed, there is an extra META BOX appearing in the post type titled “piklist_meta_title_select” I’ve attached the picture of my post as well.
Why is this happening? Please help
aks137MemberOk I’ll try to do so. Also can we add some calculative fields like say “FIELD_a=1” “FIELD_b=2” so “FIELD_c”=”FIELD_a”+”FIELD_b”, i.e., “FIELD_c=3”.
I want to add these values when we lost-focus from FIELD_a and FIELD_b to FIELD_c.
It is possible to do so?
Thanks in advance.
aks137MemberThis is my code:
add_filter(‘piklist_post_types’, ‘demo_post_type’);
function demo_post_type($post_types)
{
$post_types[‘clients’] = array(
‘labels’ => piklist(‘post_type_labels’, ‘Clients’)
,’title’ => __(‘Enter Client Name’)
,’public’ => true
,’rewrite’ => array(
)
aks137Member
As you can see in the above image there is “no title” for the client, I would like to add a title for my client.
Cheers,
Aakash
aks137MemberI mean to say that I want to add titles to my Clients with client’s photos but not able to do so.
How do I go about it??
Cheers,
Aakash -
AuthorPosts