Forum Replies Created
-
AuthorPosts
-
amberjulesMember
One thing I did was I created a "Page" called Blog and pointed it to the "blog" template and then customized the theme to show the front page a static page. If I chose the option to use my latest posts, it didn't show the featured images, etc. Looked weird.
I just realized that maybe I should have but a "nofollow" on the blog page. So I just did that. Do you think that was the issue or do I have another issue?
Amber
April 5, 2015 at 5:25 pm in reply to: Change Description for "Filed Under", and "Tagged With" #146768amberjulesMemberChristoph! You've done it again my friend. Thank you. Worked like a charm. I did have Genesis Simple Edits installed so I just changed the entry meta as you explained.
Thank you,
AmberApril 4, 2015 at 10:05 pm in reply to: Change Description for "Filed Under", and "Tagged With" #146713amberjulesMemberI tried this but it didn't work. StudioPress says if you are using HTML 5 then go to the Entry Footer code. Here's what I used but it still didn't work.
//* Customize the entry meta in the entry footer (requires HTML5 theme support) add_filter( 'genesis_post_meta', 'sp_post_meta_filter' ); function sp_post_meta_filter($post_meta) { $post_meta = '[post_categories=""] [post_tags="Tagged: "]'; return $post_meta; }
I have no idea what I'm doing wrong. Thankfully I know how to go into my function.php in file manager because of broken my site at least 6 times today. 🙂
Thanks again for your help!
amberjulesMemberChristopher! You are amazing!!! Thank you so much for your help! It worked like a charm. Thanks for the hook guide too. I'll have to do some serious digging into it.
-
AuthorPosts