link to your site and an example please
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.
<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” 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” 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 –>
And the next HTML is topic’s.
I would like to remove “By author_name” in the following HTML.
<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” 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” 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 –>
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?