elena. perin@teletu.it
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add LogoThanks I will go for the first one though it is not exactly what I needed.
Second one too difficult for me….
Thanks for your helpForum: Themes and Templates
In reply to: Remove "Posted by " onGreat I did it !!! thanks thanks a lot your help has been great ! Now it works !
Forum: Themes and Templates
In reply to: Remove "Posted by " onThanks a lot I will try
I found the function you mentioned I hope so ! I need to remove “Posted on” and ” by “
function onlinemarketer_posted_on() {
printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date” datetime=”%3$s” pubdate>%4$s</time><span class=”byline”> <span class=”sep”> by </span> <span class=”author vcard”>%7$s</span></span>’, ‘online-marketer’ ),
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() ),
esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
esc_attr( sprintf( __( ‘View all posts by %s’, ‘online-marketer’ ), get_the_author() ) ),
esc_html( get_the_author() )Forum: Themes and Templates
In reply to: Remove "Posted by " onThis is what I could find in the funciotns.php template
<?php comment_author_link(); ?>
Might this be the one??
Thanks to let me know
Forum: Themes and Templates
In reply to: Remove "Posted by " onIn which Page pls. ? I looked in index.php page.php single.php I can’t find it.
Thanks