In our blog options, we can turn blog meta data on or off. When turned on it appears at top under title. Can we move it to the bottom of the blog post?
Hello David,
Thanks for writing in!
You can add following JS code under X > Theme Options > CSS:
jQuery(".single-post .p-meta").insertAfter(".single-post .entry-content.content");
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.