• Hi

    Is it possible to move the author and post date to under the entry-title? I mean, through css or functions.php without creating a custom page to the child theme.

    I’ve already implemented the mod which moves the entry-meta to the bottom of the post.

Viewing 1 replies (of 1 total)
  • Thread Starter typofi

    (@typofi)

    I can achieve the result like this:

    1. In child theme’s functions.php:
    a) Create customised twentysixteen_entry_meta function which does not include the Author & Date info.
    b) Create a new function custom_entry_meta which contains only the Author & Date info.

    2. Create custom page content-single.php to the child theme:
    a) Which enters the new custom_entry_meta to the entry-header after the entry-title.
    b) Which enters the modified twentysixteen_entry_meta into the entry-footer.

    But I would love to know if this can be done only with the child-theme’s functions.php or something lke that. Or if anyone has better suggestions on how to do this.

    Basically I’m trying to avoid creating custom pages to the child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Moving author and date under entry-title?’ is closed to new replies.