Thanks for sharing this nice theme!
I couldn’t get featured image displayed for page like the snapshot of this theme. Currently I modified the content-page.php and manually added these code to show it:
<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail();
}
?>
I wonder is there any better way to do that?
Also, how to add some text inside footer region, now I modify footer.php to add text.
Thanks
]]>Hi,
I’m trying to create a single-page template for my custom post type.
But how can I include the get_post_meta results in the “<article>” ?
I comes only with “Get_template_part” and I never did this before.
I have all of this to display : https://puu.sh/7RO1T.png
]]>Hello, I’m having a problem with this theme on Chrome and Safari:
There is this little spacing at the top, and it’s not existing on Firefox and Opera, do you know how to fix it?
Thank you very much.
]]>