Arteaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add avatar to authors list ?I found this code, but Avatar and name are not linked. They are not linked to author page and number of posts are missing.
Also solution, It’s not necessary for Avatar to be linked, but author name and instead Avatar custom image.<?php $blogusers = get_users(); // Array of WP_User objects. foreach ( $blogusers as $user ) { /* Here passing user email and avater size */ echo get_avatar( $user->user_email , 96 ); echo '<span>' . esc_html( $user->display_name ) . '</span>'; } ?>Thanks.
- This reply was modified 3 years, 7 months ago by Arteaster.
- This reply was modified 3 years, 7 months ago by Arteaster.
- This reply was modified 3 years, 7 months ago by Arteaster.
- This reply was modified 3 years, 7 months ago by Arteaster.
- This reply was modified 3 years, 7 months ago by Arteaster.
- This reply was modified 3 years, 7 months ago by Arteaster.
Forum: Fixing WordPress
In reply to: How to add avatar to authors list ?Thanks
for plugins but client already have bunch of other plugins, so he needs just some PHP SnippetMaybe some new PHP code, it doesn’t have to be based on above code.
Forum: Fixing WordPress
In reply to: SearchForm between header and archive containerThanks a lot !
Forum: Fixing WordPress
In reply to: SearchForm between header and archive containerI guess a different script form is needed and/or full path to searchform.php template, because this what I get:
https://images2.imgbox.com/2b/5d/YIaQ0V0G_o.jpg
===
<?php get_search_form(); ?>works fine but that’s not theme searchform.php template`
- This reply was modified 3 years, 8 months ago by Arteaster.
Forum: Fixing WordPress
In reply to: SearchForm between header and archive containerThanks for your response
Your suggest may be useful, but I need seaarchform only on archive pages
Something like:
if ( is_archive() || is_category() || is_search())Forum: Fixing WordPress
In reply to: How to add content above footer in posts from specific categoryForum: Plugins
In reply to: [SrbTransLatin - Serbian Latinisation] Jel mrtav razvoj ovog plugina?Može se izmeniti i u serbian-transliteration-en_US.po
Dok Vam autor ne odgovori, možda Vam ovo može pomoći,
ako ste postavili [rstr_selector] shortcode
onda:
[rstr_selector lat_caption=”Latinica” cyr_caption=”Ћирилица”]
( Iz dokumentacije plugin-a )
—
Vaš sajt koristi englesku WordPress jezičku instalaciju i po default je:
Latin | Cyrilic
Pozdrav
Da, test.
Test na Avada i BeTheme. Jedino Forced prevede sve, i RevSlider.
Hvala,
Pozdrav !
Rešeno, izvinjavam se.
Osim što je i dalje potreban shortcode.
U novoj 1.7.5 verziji
{rstr_skip} ' {/rstr_skip}ne pomaže,navodnici se brišu u ćirilici.
Pozdrav !
Hvala,
Pozdrav !
Jasno,
hvala, pozdrav !
Da, prva poseta je uvek na latinici od 1.5.1
https://ww.wp.xz.cn/support/topic/body-class-u-zavisnosti-od-aktivnog-pisma/
Pozdrav