Title: Need Help Editing Header Feature
Last modified: February 28, 2017

---

# Need Help Editing Header Feature

 *  Resolved [grownwhole](https://wordpress.org/support/users/grownwhole/)
 * (@grownwhole)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/)
 * Theme: Llorix One Lite
    Stylesheet (style.css)
 * This theme places a post published date on the post entry link (see image). For
   my use, these posts are to share specifics of local events and I’d like to be
   able to edit this feature to display a manually entered date (the date of the
   event, in this case) instead of it displaying the post publish date. I cannot
   edit the publish date to accomplish this because of the obvious “scheduled” dilemma
   run into for notice of future events.
 * I need help modifying this feature so that for pages that are to use a “future
   events” template (need to create based upon the standard/default template) a 
   manual date can be entered.
 * [https://drive.google.com/file/d/0BwtlGzQfSfkMVFA2MjJockNyblU/view?usp=sharing](https://drive.google.com/file/d/0BwtlGzQfSfkMVFA2MjJockNyblU/view?usp=sharing)
   –
   Image 1 – Chrome Inspect Element, Highlighting section in question. I’ve edited
   here to show the date I want, not the date that is auto generated (which, in 
   this case was Feb 24).
 * [https://drive.google.com/file/d/0BwtlGzQfSfkMWjNWY3V6bUdXejg/view?usp=sharing](https://drive.google.com/file/d/0BwtlGzQfSfkMWjNWY3V6bUdXejg/view?usp=sharing)
   –
   Image 2 (stylesheet)
 * ___________________________________________
 * This is the section (header) in question, from the theme’s stylesheet.css
 * }
 * .post-date .post-date-day {
    display: block; color: #fff; font-size: 31px; font-
   weight: 700; line-height: 34px; }
 * .post-date .post-date-month {
    display: block; color: #fff; font-size: 18px; 
   font-weight: 500; line-height: 24px; text-transform: uppercase; }

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8855664)
 * >  I need help modifying this feature so that for pages that are to use a “future
   > events” template (need to create based upon the standard/default template) 
   > a manual date can be entered.
 * If I have understood correctly you need to first create a template (e.g. `future-
   events.php`) and assign it to a page for listing your “future events”.
 * >  For my use, these posts are to share specifics of local events and I’d like
   > to be able to edit this feature to display a manually entered date (the date
   > of the event, in this case) instead of it displaying the post publish date
 * I believe you need to add a meta-data in key-pair in your `wp_postmeta` table
   for this manually entered date when you are creating an “event” and then retrieve
   it in your “future events” page using
    `$event_date=get_post_meta($post_id, '
   event_date', true);` inside a loop.
 * Let me know if this gives you some light.
 *  [andrea626](https://wordpress.org/support/users/andrea626/)
 * (@andrea626)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8857206)
 * Hi guys, I see you are using also Llorix One Lite. Does anybody knows how to 
   set the header in every sub page like now it’s only available on the blog page?
   
   I’m sorry to interrupt your conversation, I hope you don;t mind, I’m desperate
   to solve this…
 *  Thread Starter [grownwhole](https://wordpress.org/support/users/grownwhole/)
 * (@grownwhole)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8859819)
 * subrataemfluence,
 * Yes, I think that makes sense. I may need a bit of extra guidance, but let me
   see if I can implement.
 * Thanks!
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8859905)
 * [@grownwhole](https://wordpress.org/support/users/grownwhole/) No problem!
 * [@andrea626](https://wordpress.org/support/users/andrea626/) Can you please give
   an example please? A screenshot would be a good idea.
    -  This reply was modified 9 years, 2 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).
 *  [andrea626](https://wordpress.org/support/users/andrea626/)
 * (@andrea626)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8860298)
 * Hello, I mean this:
 * [https://docs.google.com/a/ellipsis.nl/presentation/d/1JotPl9CHzF_rHx_8SsGAX2oS7hwBDX1Ud8H906nsV_M/edit?usp=sharing](https://docs.google.com/a/ellipsis.nl/presentation/d/1JotPl9CHzF_rHx_8SsGAX2oS7hwBDX1Ud8H906nsV_M/edit?usp=sharing)
 * Sorry, is it clear now?
    Thank you, Andréa
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8860335)
 * [@andrea626](https://wordpress.org/support/users/andrea626/), I have just sent
   a request to view your doc.
 *  [andrea626](https://wordpress.org/support/users/andrea626/)
 * (@andrea626)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8860593)
 * [@subrataemfluence](https://wordpress.org/support/users/subrataemfluence/), was
   you able to see the image? Thanks
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8860647)
 * Yes, I can see it now. I did not use this theme before so unsure about its layout.
   I have to look into it in more detail to understand the structure so might take
   some time if you are OK with that.
 * Thank you!
    -  This reply was modified 9 years, 2 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Need Help Editing Header Feature’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/llorix-one-lite/0.2.17/screenshot.
   png)
 * Llorix One Lite
 * [Support Threads](https://wordpress.org/support/theme/llorix-one-lite/)
 * [Active Topics](https://wordpress.org/support/theme/llorix-one-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/llorix-one-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/llorix-one-lite/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 8 replies
 * 3 participants
 * Last reply from: [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/need-help-editing-header-feature/#post-8860647)
 * Status: resolved