• It would be great if the plugin generates the Author Panel output as a Loop-Like and not Login/Signup code. I mean something like :

    <?php
    /*
    Template Name: Author panel
    */
    get_header(); ?>
    <div><?php if (function_exists('article_directory_author_panel')) article_directory_author_panel(); ?></div>
    <?php get_sidebar();
    get_footer();
    ?>

    Also some WordPress like hooks for adding and saving extra fields on the submission form.

Viewing 1 replies (of 1 total)
  • I’m looking to do that too.

    To be able to add extra fields for saving.

    One for uploading attachments, and one for adding other info from text fields.

    Did anyone work this stuff out?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Article Directory] More control over layout and editing’ is closed to new replies.