how can i disable the "view all poste by un author"

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Sat Feb 07, 2015 12:20 am
HI

i used to creer a site with Photo

but some pages i dont want the funtion "view all postes by xxx", how can i disable this funtion?

thank U very much
User avatar
Fresh Boarder

GK User
Sun Feb 08, 2015 11:54 pm
Hi,

Do you want to remove completely author avatar with link "view all posts by... "? Could you send me direct URL to your site where do you want to remove it? (here or via PM)
User avatar
Moderator

GK User
Tue Feb 10, 2015 12:46 pm
ok, my site is http://www.lavandetown.com

thank you
User avatar
Fresh Boarder

GK User
Tue Feb 10, 2015 4:39 pm
Add the following code into the theme’s css/override.css file:

Code: Select all
.single .item-author, .page .item-author {
  display: none;
}
User avatar
Moderator

GK User
Thu Feb 12, 2015 9:50 pm
ca marche!

thank u very much :D :D :D
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 3:55 pm
HELPFUL :)

But I still see it on the catogorie page?
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 3:56 pm
HELPFUL :)

But I still see it on the catogorie page?
User avatar
Fresh Boarder

GK User
Thu Apr 23, 2015 10:48 pm
Hi,

I can't see " "view all postes by xxx" link on the category page in Photo theme, could you provide your website UR?L (here or via PM)
User avatar
Moderator

GK User
Mon Aug 24, 2015 6:48 pm
Dunno if it's allowed but I got additional question to this topic.

I'd like to keep an avatar on the page but disable link to all post by author, is it possible?
User avatar
Fresh Boarder

GK User
Tue Aug 25, 2015 8:00 am
It's possible, but you have to edit theme files (it's recommended to use Child theme)
Please edit Photo/content-header.php file and change this fragment (around line 87):
Code: Select all
printf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>',

into:
Code: Select all
printf( '<span class="author vcard">%3$s</span>',
User avatar
Moderator

GK User
Tue Aug 25, 2015 8:15 am
cheers! ;-)
User avatar
Fresh Boarder


cron