Adding a sub-title to my posts
-
I’m trying to figure out how to add a subtitle to a blog that I want to do in two parts, for example:
Writing a Blog
Part 1I’m not able to find anything about doing this in the support categories, if anyone has any tips please let me know!
-
The blog linked to your username is not a free hosted wordpress.COM blog so I’m sorry but so we cannot help you with it. WordPress.COM blogs and wordpress.org installs operate on different code. The correct support forum to get support for that blog is here > http://wordpress.ORG/support
For more clarity please read the sticky post at the head of this forum or the summary provided by Staff in the support documentation.
https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
For more on the difference: http://support.wordpress.com/com-vs-org/
-
Add a custom field named as “subtitle” and add a value.
In the theme page use the following code
‘$display_subtitle = get_post_meta($post->ID, ‘subtitle’, true);’
-
@pittosh, it is better not to post self-hosted wordpress.ORG solutions here in the wordpress.COM forums, since at some point in the future a wordpress.COM user will find it and will think we can do it here, and we cannot. We can’t do custom fields, and the code you posted will be stripped out of the posts and pages here.
- The topic ‘Adding a sub-title to my posts’ is closed to new replies.