- This topic has 12 replies, 2 voices, and was last updated 8 years, 3 months ago by
aks137.
-
AuthorPosts
-
-
October 17, 2013 at 2:11 pm #1161
aks137MemberHi,
I’m new with Piklist. How can I make use of Piklist Demos?
Please help.
I want to create a Custom Post Type and name it as “Clients”. However, I’m successful to do so, but I’m not able to add titles to my “Clients”.
Waiting for your response.
Thanks,
Aakash -
October 18, 2013 at 10:30 am #1162
SteveKeymasterPiklist Demos is a great way to see how many of our features work. Once you find something you like, you can copy/paste the code into your own project.
What do you mean you can’t add titles?
-
October 18, 2013 at 11:01 am #1163
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 -
October 18, 2013 at 12:11 pm #1164
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 -
October 18, 2013 at 1:15 pm #1165
SteveKeymasterWhen you registered the Post Type, did you add the “supports” parameter, with “title” set?
-
October 19, 2013 at 2:00 am #1166
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(
) -
October 21, 2013 at 11:44 am #1171
SteveKeymaster -
October 22, 2013 at 9:20 am #1181
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.
-
October 24, 2013 at 10:27 am #1189
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
-
October 24, 2013 at 11:47 am #1190
-
October 25, 2013 at 1:05 am #1191
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?
-
October 25, 2013 at 9:06 am #1193
SteveKeymasterGlad that worked. Calculative values are not supported, but on our future feature list.
-
October 25, 2013 at 9:16 am #1195
aks137MemberThanks for your prompt reply.
Will be waiting for future feature updates.
Cheers,
Aakash
-
-
AuthorPosts
- You must be logged in to reply to this topic.