Archived topic
Post title before contents
3 replies · Started by IU on March 11, 2020
Now, the post title is on the header which is used by the Element feature.
Then, it shows the post title on the header.
Eventhough it shows, I'd like to set the post title before contents, Again.
It means that the post title shows twice(like duplicate) what I want.
So, I tried to apply it by using the Hook feature of the Elements(eg. {{post_title}}), but it doesn't work...
Please, help me. Thank you.
Hi there,
in your Hook add this:
<h2><?php the_title(); ?></h2>
and Check Execute PHP.
You can change the H2 tags to whatever you need.
Lovely!!! Thank you :)
Glad to be of help