• Resolved u_Oi

    (@arutam)


    Hi,

    Thanks a lot for this great plugin! It is very useful 😉

    I installed the plugin and It works fine. I just have a little issue. I am using a theme which has a custom template to write article from the front-end. The subtitle field doesn´t appear in this form, therefore I guess I should put in by edit the custom template. I try several options but Subtitle Field doesn´t show up. Let me share the code used to write titles in the custom template, I think subtitle code should be similar of this:

    <div class=”field”>
    <label>
    <h4><?php _e(‘Title’,_DEV_)?></h4>
    <input type=”text” class=”text tipped front_post_input” name=”title” id=”file_post_title” value=”<?php if(isset($action_edit_link)){echo $post_edit -> post_title; } ?>”>
    <p class=”info” id=”file_img_post_title_info”>
    <span class=”warning” style=”display:none; ” id=”file_img_post_title_warning”></span>
    <?php _e(‘Be descriptive or interesting!’,_DEV_); ?>
    </p>
    </label>
    </div>

    Any idea?

    Thanks Again!
    BestRegards
    Javier

    https://wordpress.org/plugins/subtitles/

Viewing 1 replies (of 1 total)
  • Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi Javier,

    I’m afraid I wouldn’t be able to help with this, because 1) I have no idea which theme you’re using and 2) I have no idea how I’d integrate that with the front-end posting part of your theme without doing a deep dive into it.

    My suggestion is to look through the developer docs to get a good idea of what’s possible via the plugin API, and go from there and/or ask the theme developer if they have thoughts on how to do this.

    Cheers,
    Philip

Viewing 1 replies (of 1 total)
  • The topic ‘Subtitle Code to Custom Template’ is closed to new replies.