Forum Replies Created
-
AuthorPosts
-
February 4, 2018 at 11:20 am in reply to: Remove Post Info, Post Meta from Latest Posts template #216068
greatbigterry
MemberI'm not trying to target the homepage, just the chosen page for blog posts
February 4, 2018 at 5:15 am in reply to: Remove Post Info, Post Meta from Latest Posts template #216058greatbigterry
MemberThanks Brad - that didn't work.
Here's my file with the code you suggested.
<?php //* Template Name: Blog //* Show page content above posts add_action( 'genesis_loop', 'genesis_standard_loop', 5 ); remove_action( 'genesis_entry_header', 'genesis_post_info', 12 ); remove_action( 'genesis_entry_footer', 'genesis_post_meta' ); genesis();
greatbigterry
MemberHey Brad - when you say rewrite the widget, what does that mean? Where do we start to look to find this sort of thing out?
greatbigterry
MemberThanks Brad
greatbigterry
MemberThanks Brad - I've got a few other changes I'd like to make as well so I think I'll need to rewrite the widget code - how would I find the name of the hook to start learning how I rewrite this?
greatbigterry
MemberThanks Brad
Newb question, apologies, but how would I find out the name of the hook for the Features Posts widget? I'm actually using Featured Posts Advanced, but any info on how I'd find the name of the hook would be fantastic
greatbigterry
MemberThank you Victor, much appreciated.
greatbigterry
MemberThanks for the reply Victor.
The Academy Pro theme has a pretty basic navigation area containing text, links etc. I'm looking to change the header to hold an image background, SVG logo and hamburger menu, so wish to understand how I do that.
greatbigterry
MemberApologies - I've found the answer - here:
-
AuthorPosts