Arteaster
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error after last updateThanks !
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 2 years, 1 month ago by Arteaster.
- This reply was modified 2 years, 1 month ago by Arteaster.
- This reply was modified 2 years, 1 month ago by Arteaster.
- This reply was modified 2 years, 1 month ago by Arteaster.
- This reply was modified 2 years, 1 month ago by Arteaster.
- This reply was modified 2 years, 1 month 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 2 years, 2 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?Forum: Plugins
In reply to: [Transliterator] Jezik selektoraMo?e se izmeniti i u serbian-transliteration-en_US.po
Forum: Plugins
In reply to: [Transliterator] Jezik selektoraDok 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
Forum: Plugins
In reply to: [Transliterator] Forced transliterationDa, test.
Test na Avada i BeTheme. Jedino Forced prevede sve, i RevSlider.
Hvala,
Pozdrav !
Forum: Plugins
In reply to: [Transliterator] ?irilca bri?e navodnike u delu JavaScriptRe?eno, izvinjavam se.
Osim ?to je i dalje potreban shortcode.
Forum: Plugins
In reply to: [Transliterator] ?irilca bri?e navodnike u delu JavaScriptU novoj 1.7.5 verziji
{rstr_skip} ' {/rstr_skip}
ne poma?e,navodnici se bri?u u ?irilici.
Pozdrav !
Forum: Plugins
In reply to: [Transliterator] Contact form 7Hvala,
Pozdrav !
Forum: Plugins
In reply to: [Transliterator] Polje ‘Skripta’ u media uploadJasno,
hvala, pozdrav !