Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@egnsh98– I reviewed your code and it worked for me. The fastest way to resolve this is to email us your code.
SteveKeymasterAwesome! Glad you love Piklist. Let us know if you need help with anything else.
SteveKeymasterIf you want us to look at your plugin please zip it up and email to [email protected]
SteveKeymasterGot your email and zip. You just need to add:
Plugin Type: Piklistto the comment block of your main plugin file, in your case members.php. The full tutorial is here >Let me know if you still have issues, but it’s working fine for me.
SteveKeymasterIf you want to zip up the plugin/theme and email to [email protected], we can take a look.
SteveKeymasterMake sure your folder structure is correct >
SteveKeymasterYou registered the post type members ( plural), but the comment block is set to member (singular). They need to match.
SteveKeymasterPlease post the code for creating your post type.
SteveKeymasterPlease post the code for creating your post type.
SteveKeymasterHow do you know it’s not working? When you save the form are you checking the post meta?
SteveKeymasterTry changing your functions to STATIC:
public static function get_user()You should be able to use:
'value' => main::get_user()
SteveKeymasterDid you try enabling wp_debug? Guessing there is a syntax error somewhere.
SteveKeymasterPlease post the full code for file: /parts/settings/twitter.php
-
AuthorPosts