Title: Subtitle Code to Custom Template
Last modified: August 31, 2016

---

# Subtitle Code to Custom Template

 *  Resolved [u_Oi](https://wordpress.org/support/users/arutam/)
 * (@arutam)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/subtitle-code-to-custom-template/)
 * 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/](https://wordpress.org/plugins/subtitles/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * (@philiparthurmoore)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/subtitle-code-to-custom-template/#post-7115681)
 * 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](https://github.com/professionalthemes/Subtitles#adding-subtitles-support-into-custom-post-types)
   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.

 * ![](https://ps.w.org/subtitles/assets/icon-256x256.png?rev=1063614)
 * [Subtitles](https://wordpress.org/plugins/subtitles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subtitles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subtitles/)
 * [Active Topics](https://wordpress.org/support/plugin/subtitles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subtitles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subtitles/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [front-end](https://wordpress.org/support/topic-tag/front-end/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 1 reply
 * 2 participants
 * Last reply from: [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/subtitle-code-to-custom-template/#post-7115681)
 * Status: resolved