Removing Username Page Links?
-
When you post a… post it says by ______ and that links back to a user page. I’m trying to remove that link so it just says the by ____ in bold.
The code for this is:
<?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( 'By [entry-author] | [entry-published] [entry-edit-link before=" | "]', hybrid_get_textdomain() ) . '</div>' ); ?>
Is there a way I can edit what [entry-author] creates? Because the rest of it works exactly the way I want it to.
- The topic ‘Removing Username Page Links?’ is closed to new replies.