Forum Replies Created
-
AuthorPosts
-
mjim
MemberAh, I see now that I missed the is_singular( 'post' ) condition in function minimum_after_entry(), which led me to wonder why it was only showing up on posts.
Thanks Brad!
mjim
MemberThanks bandj and Sirdhar.
I did create a custom page from the landing page template.
Removing elements wasn't going to work for me because I needed a completely new design.
I knew it was something extremely simple but couldn't find the documentation anywhere.
Here is how I solved it.
<?php /* Template Name: Magazine Subscription */ //REMOVE POST TITLE remove_action('genesis_post_title', 'genesis_do_post_title'); ?> My custom header here <?php genesis_loop(); ?> My custom footer here
mjim
MemberYes, it does have a landing page but there are still elements from the original design that are visible so I can't use it.
As well, it doesn't give me the custom loop that I need to just show the page content within custom html.
Here is what the page looks like with the landing page http://www.westernhorsereview.com/magsubscriptions2/
mjim
MemberNevermind, I will use another content slider instead.
mjim
MemberI tried this and it did change the slug but I get a 404 page:
http://www.demoriata.com/pekisko/stallions/maisies-boon-bar/
-
AuthorPosts