Blog

This topic contains 10 replies, has 2 voices, and was last updated by  Kor 7 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #336234

    janine dodge
    Expired Member
    Post count: 153

    Hi guys,

    How can I post without displaying the authors name? Thanks.

    ~Janine

    #336236

    Kor
    Moderator
    Post count: 16516

    Hi Janine,

    We can hide the “Authors name” with custom CSS, could you please share the URL of the site in question so that I could tell you the correct CSS snippet to do this?

    Thanks!

    #336807

    janine dodge
    Expired Member
    Post count: 153
    This reply has been marked as private.
    #337093

    Kor
    Moderator
    Post count: 16516

    Hi janine,

    Sorry but I can’t seem to locate any “Authors name” on the listings. Could you probably send us a URL link of where I can see it or even a screenshot would help?

    Thanks!

    #338670

    janine dodge
    Expired Member
    Post count: 153
    This reply has been marked as private.
    #339680

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #339775

    janine dodge
    Expired Member
    Post count: 153

    Hi Kor,

    It’s probably because I have it on pending mode. Please see the picture below. This is the preview mode. You can see the author’s name. How can I remove it? THanks.

    #340149

    Kor
    Moderator
    Post count: 16516

    Hi Janine,

    I get what you mean now thanks to the screenshot. Kindly insert this code below into your Website using the “Code Snippet” plugin. https://wpgeodirectory.com/docs/useful-plugins/#snippets

    
    
    /** Customise the post info info function */
    add_filter( 'genesis_post_info', 'genesischild_post_info' );
    function genesischild_post_info($post_info) {
     if (!is_page()) {
     $post_info = 'Posted on [post_date] [post_comments] [post_edit]';
     return $post_info;
     }
    }

    Thanks!

    #345378

    janine dodge
    Expired Member
    Post count: 153

    Hi Kor,

    What a great plugin thanks. The snippet worked too! Can this snippet pretty much replace Filezilla because I have no idea how to use FTP’s like Filezilla. Thanks again.

    ~Janine

    #345414

    janine dodge
    Expired Member
    Post count: 153

    Also, since we’re on the blog topic, which plugin would you recommend to add the share buttons and an area for other blogs? (see picture example)

    Thanks!

    #345513

    Kor
    Moderator
    Post count: 16516

    Hi Janine,

    FTP and the code snippets plugin are two different things. FTP is used for accessing your server files and the code snippets plugin is used for inserting custom PHP/JS codes into your Website separately so that you can update your themes and plugins without losing the custom PHP/JS codes. I hope this clears it up.

    As for the social links icons plugin, I’d like you to know that mostly works similarly. Try searching here https://wordpress.org/plugins/ and test a few with higher ratings.

    Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket