Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove author name below forum or topic title?


  • cmhur
    Participant

    @cmhur

    When clicking a forum name in forums, it shows small forum author name below the big forum name on the top of the page.

    When clicking a topic name in forum, it shows small topic author name below the big topic name on the top of the page.

    How can I remove these author names?

Viewing 7 replies - 1 through 7 (of 7 total)

  • Robin W
    Moderator

    @robin-w

    link to your site and an example please


    cmhur
    Participant

    @cmhur

    Thank you Robin!

    That site can not be accessed now.
    So I paste HTML of part of forum.
    I would like to remove “By author_name” in the following HTML.


    cmhur
    Participant

    @cmhur

    <header class=”entry-header has-text-align-center header-footer-group”>

    <div class=”entry-header-inner section-inner medium”>

    <h1 class=”entry-title”>Forum Title</h1>
    <div class=”post-meta-wrapper post-meta-single post-meta-single-top”>

    <ul class=”post-meta”>

    <li class=”post-author meta-wrapper”>
    <span class=”meta-icon”>
    <span class=”screen-reader-text”>Post author</span>
    <svg class=”svg-icon” aria-hidden=”true” role=”img” focusable=”false” xmlns=”http://www.w3.org/2000/svg&#8221; width=”18″ height=”20″ viewBox=”0 0 18 20″><path fill=”” d=”Omitting”></path></svg> </span>
    <span class=”meta-text”>
    By author_name </span>

    <li class=”post-date meta-wrapper”>
    <span class=”meta-icon”>
    <span class=”screen-reader-text”>Post date</span>
    <svg class=”svg-icon” aria-hidden=”true” role=”img” focusable=”false” xmlns=”http://www.w3.org/2000/svg&#8221; width=”18″ height=”19″ viewBox=”0 0 18 19″><path fill=”” d=”Omitting”></path></svg> </span>
    <span class=”meta-text”>

    </span>

    <!– .post-meta –>

    </div><!– .post-meta-wrapper –>

    </div><!– .entry-header-inner –>

    </header><!– .entry-header –>


    cmhur
    Participant

    @cmhur

    And the next HTML is topic’s.
    I would like to remove “By author_name” in the following HTML.


    cmhur
    Participant

    @cmhur

    <header class=”entry-header has-text-align-center header-footer-group”>

    <div class=”entry-header-inner section-inner medium”>

    <h1 class=”entry-title”>Topic_Title</h1>
    <div class=”post-meta-wrapper post-meta-single post-meta-single-top”>

    <ul class=”post-meta”>

    <li class=”post-author meta-wrapper”>
    <span class=”meta-icon”>
    <span class=”screen-reader-text”>Post author</span>
    <svg class=”svg-icon” aria-hidden=”true” role=”img” focusable=”false” xmlns=”http://www.w3.org/2000/svg&#8221; width=”18″ height=”20″ viewBox=”0 0 18 20″><path fill=”” d=”Omitting” /></svg> </span>
    <span class=”meta-text”>
    By author_name </span>

    <li class=”post-date meta-wrapper”>
    <span class=”meta-icon”>
    <span class=”screen-reader-text”>Post date</span>
    <svg class=”svg-icon” aria-hidden=”true” role=”img” focusable=”false” xmlns=”http://www.w3.org/2000/svg&#8221; width=”18″ height=”19″ viewBox=”0 0 18 19″><path fill=”” d=”Omitting” /></svg> </span>
    <span class=”meta-text”>

    </span>

    <!– .post-meta –>

    </div><!– .post-meta-wrapper –>

    </div><!– .entry-header-inner –>

    </header><!– .entry-header –>


    cmhur
    Participant

    @cmhur


    cmhur
    Participant

    @cmhur

    I found editting author_link function become to remove author link.
    After that, I would like to remove the author name.
    How can I remove the author name?

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar