faaiq
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom post type custom field] Front end integration how to?You can create template file for any content type in your theme folder.
like if you content type is stories then you need to create file
archive-stories.php.
$custom = simple_cck::get_post_custom($post_id) this function only returns field and value of custom fields in array. you need to use this array in your template file. use print_r function to see what the $custom variable contains.Single posts of a custom post type will use single-{post_type}.php
and their archives will use archive-{post_type}.phpForum: Reviews
In reply to: [Custom Category/Post Type Post order] Nice and simpleThanks
Forum: Plugins
In reply to: [Simple Custom post type custom field] Fatal error on activationThanks.
It has fixed now.Hi waveminded.
Thanks for using my plugin.Change the order of any post in drag n drop list and then re order that post on the same previous position. This action will update the table.
also check the you have added post in right category.
and let me know what happened
ThanksForum: Reviews
In reply to: [Custom Category/Post Type Post order] Great PluginThanks for using my plugin. Please like it on facebook too.
ThanksHI,
Thanks for using my plugin and like it on facebook page.
can you tell me that all posts of selected category is being listed in admin side of plugin (wp-admin/admin.php?page=ccpo) or it is also removed from admin side.This problem may be due to other plugins. can you check it by disabling other plugins and enable it one by one each.
i will include this feature in the next release.
thanksHi,
I want to test it at your side. if you can allow me to check it. please send detail at [email protected]Thanks
hi,
Did you add these three post after plugin activation?
I think this may be some jquery/js problem, can you check it through firebug. updating WordPress will not create problem.
Thanks
Forum: Plugins
In reply to: [Smooth Slideshow] Doesn't workwhich type of problem you are getting????
Forum: Plugins
In reply to: Flutter makes the category box blank in normal ‘add post’ pageHi,
I installed flutter on my wordpress blog and after some time in found thet only post title, description and tag field was getting displayed.i resolved this problem by deleting following row from wp_usermeta.
wp_usermeta` VALUES (’11’, ‘1’, ‘wp_metaboxorder_page’, a:3:{s:4:\”side\”;s:23:\”submitdiv,pageparentdiv\”;s:6:\”normal\”;s:48:\”postcustom,slugdiv,commentstatusdiv,revisionsdiv\”;s:8:\”advanced\”;s:0:\”\”;}’);
i think this can help you.Category box not getting display in wordpress