Remove ByLine

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3266
    #3270
    Wes
    Moderator

      To completely remove the post info, add this to your functions.php file of the child theme –

      /** Remove the post info function */
      remove_action( 'genesis_before_post_content', 'genesis_post_info' );

      #3274
      franklozano
      Customer

        Wes, I’d like to KEEP the DATE, just remove the AUTHOR.

        #3275
        Wes
        Moderator

          Replace that with this code –

          (reload page if the above code doesn’t show up)

          #3276
          franklozano
          Customer

            Worked like a charm. Thank you!

            I just love the support here on Appfinite.

            #3277
            Wes
            Moderator

              You’re Welcome!

              Glad I can help!

            Viewing 6 posts - 1 through 6 (of 6 total)
            • The topic ‘Remove ByLine’ is closed to new replies.