How do I remove this from posts? Not hide we want to remove. See print in secure note.
Hi @bracas,
Thanks for writing in.
you could follow this thread below on how to remove the category buttons.
Hope it helps.
Let us know how it goes.
Thanks.
Thanks, but I’ve already tried this and it doesn’t work.
Hi @bracas,
I believe the code in the thread that I shared is correct or maybe just lacking something from your setup. In this case, we would like to check your setup further.
Please share us your admin credentials and FTP so we could check your setup closer.
Don’t forget to set it in a secure note.
Thanks.
Ok will share cpanel login for the dev domain which have a replicated environment expect updated to the latest PRO version. But let’s test there anyway.
Hello There,
How do I remove this from posts? Not hide we want to remove.
- Nico’s response with the thread: https://theme.co/apex/forum/t/removing-blog-category-buttons/36176/2, should have work. I checked your site and you haven’t added any file at all. So I went ahead and created the file and made the changes. I added this code into the file:
<?php
// =============================================================================
// VIEWS/INTEGRITY/_CONTENT-POST-FOOTER.PHP
// -----------------------------------------------------------------------------
// Standard <footer> output for various posts.
// =============================================================================
?>
<?php if ( has_tag() && !is_single() ) : ?>
<footer class="entry-footer cf">
<?php echo get_the_tag_list(); ?>
</footer>
<?php endif; ?>
The problem is that my changes did not take effect because you are using CloudFlare. Please login to your CloudFlare account and purge your site first before testing your site.
Please let us know how it goes.
Why there was no files was since I removed them due to not working. While I of course cleared all cache instances after the code was implemented. But maybe you did the code right now so I will check later on.
Purged the cache and still there
Hello There,
The code works but only in your staging site. Please do the same thing in your live site since we do not have any ftp access of your live site.
You can check out the working test page with no footer tags in it in the url added in the secure note.
Thanks.
Yes you´re right sorry about that.
thanks!
Glad we were able to help
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.