[Plugin: Simple Facebook Connect] Comments in 3.0 and Custom Post Types w/ Publish
-
Hi Otto,
I was wondering if you have different instructions as per the new alternative to work with the comment form. I’m using the following:
$args = array( 'title_reply' => 'Leave a Comment', 'comment_field' => '<textarea id="comment" name="comment" cols="80" rows="8" aria-required="true"></textarea>', 'comment_notes_after' => '', ); comment_form($args);
So I can’t use:
<div id="comment-user-details"> <?php do_action('alt_comment_login'); ?>
Any idea? Or should I ‘hardcode’ everything so to use it..?
Another topic: is there a way to get the Publish module on custom post types? Or am I missing something when I created them? I’d like to see the same functionality (automatically posting posts and custom post types -posts cap, etc).
Thanks!
Chocks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Simple Facebook Connect] Comments in 3.0 and Custom Post Types w/ Publish’ is closed to new replies.