@evasquez07 to do it from PHP…at least in the Twenty-Twenty theme just remove the line that reads:
twentytwenty_the_post_meta( get_the_ID(), 'single-top' );
This is a temporary solution that would likely get overwritten if you update your Twenty-Twenty template. For a more permanent solution, you should a create a child theme (see instructions here: https://kinsta.com/blog/twenty-twenty-theme/#child-theming).
-
This reply was modified 5 years, 11 months ago by sshakir.
-
This reply was modified 5 years, 11 months ago by sshakir.