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
- The topic ‘Subtitle Code to Custom Template’ is closed to new replies.