-
AuthorPosts
-
August 4th, 2016 at 09:40 #38114
After upgrading to Tempera 1.4.2 the footer meta for single posts (the Edit link, bookmark tag meta) disappears from single post pages when the meta bar setting is set to TOP. However setting the meta bar to BOTTOM the footer meta reappears but unfortunately this causes the meta bar to appear at the bottom for archive, cat pages which is not good for me.
Since I do heavily modify Tempera core files directly to fit my specific needs (a child theme does not work for what I do) I verified the necessary hook is still in single.php after I changed what I needed to both in my working theme and also checked the original unaltered source theme. The following code in question is the following….
<footer class=”entry-meta”>
<?php tempera_posted_in(); ?>
<?php edit_post_link( __( ‘Edit’, ‘tempera’ ), ‘<span class=”edit-link”><i class=”icon-edit icon-metas”></i> ‘, ‘</span>’ ); cryout_post_footer_hook(); ?>
</footer><!– .entry-meta –>This should be appearing when I am logged in and view a post, but it doesn’t anymore unless I set the meta bar to BOTTOM, again which fouls my archive/cat pages by putting the meta bar at the bottom of those items.
When the meta bar is set to TOP and I pull up a post then view the source code I do see the HTML/CSS code for it but for some reason it simply does not render at all on the screen.
- This topic was modified 8 years ago by myrecipepicks.
August 15th, 2016 at 10:53 #38378ZedCryout Creations mastermindThanks for pointing this out. The issue is fixed for update 1.4.3.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 16th, 2016 at 02:52 #38399No problem. I’ve updated to Tempera 1.4.3 and applied my custom items (via a new method) and confirmed the fix for the meta bar is working. Now I can easily edit posts without having to scour my admin dashboard.
-
AuthorPosts
The topic ‘Footer Meta Hook missing in single post after update to 1.4.2’ is closed to new replies.