nemanja.radevic
Forum Replies Created
-
Forum: Plugins
In reply to: [Manual Related Posts] Not getting any results!yeap and after i pressed search it worked!
the developer deserves a nice donation! he made a great job!!!
Forum: Plugins
In reply to: [Manual Related Posts] Not getting any results!me neither ?? no results in search!
i hope the developer is ok and he replies!
most probably he is busy
Forum: Plugins
In reply to: [UnPointZero Slider] Не работает для версии WP 3.8.1he said is not working on wp 3.8.1 and also confirm that it got broken all my setting on it on version 3.9.1 i uninstalled… do you plan to support because it s a nice slider
Forum: Plugins
In reply to: [Simple Image Widget] Link title witht he custom link[Moderator Note: Please do not post in uppercase & shout at us. Post de-capped.]
yeah could you provide me a tutorial somewhere or how to start?
Forum: Plugins
In reply to: [Featured Video Plus] Featured Image as thumbnail not showinghowwwwww????????????
?? lol you are right… and i had to remove some stuff from the plugin not to strip the titles!
thanks i am so st*pid!
thanks
Forum: Plugins
In reply to: [Cyclone Slider] Updating the slideshowcan i still use my custom template in the theme?
Forum: Plugins
In reply to: [Recent Posts Slider] Title in the backend get s strippd off why?after struggling couple of hours i got it working!!!!
can you embed this in your core so i can update my plugin with no worries?
it was like this echo $before_title . $title . $after_title;and i made it like this
echo ‘<h3 class=”title”>’ . $title . ‘</h3>’ ;and now the title works with [el:]greek title[en:]english title
can oyu please have it in your core so the plugin works with other languages? otherwise i will have to hack your plugin so it s not updatable and it s a pity
Forum: Plugins
In reply to: [Recent Posts Slider] Title in the backend get s strippd off why?no man i mean the title in the backend of wp in the widget title the title gets stripped off and i don t know why!
Forum: Plugins
In reply to: [List category posts] Class (CSS) for plugin[Moderated – please do not use these forums to solicit work –
https://codex.www.ads-software.com/Forum_Welcome#Helping_Out ]Forum: Plugins
In reply to: [List category posts] Class (CSS) for plugin[catlist id=”341″ date=”yes” date_tag=”p” date_class=”news-date” dateformat=”l F dS, Y” excerpt=”yes” excerpt_overwrite=”yes” excerpt_size=”30″ excerpt_strip=”yes” thumbnail=”yes” thumbnail_class=”thumbnews” thumbnail_size=”100,100 ” orderby=”date” order=”desc” posts_morelink=”Read More”]
this is how it worked for me
CAN ANYONE HELP HOW TO MAKE THIS BETTER???????????
<?php foreach( get_coauthors() as $coauthor ) : ?> <div id="authorinfo" class="columns alpha omega marT30 marB20"> <?php echo get_avatar( $coauthor->user_email, '80' ); ?> <h5 class="marB10"><?php _e('By', 'contempo'); ?>: <?php printf('<a href="%s" title="%s" rel="author">%s</a>', get_author_posts_url( $coauthor->ID, $coauthor->user_nicename ), sprintf( __( 'Posts by %s', 'co-authors-plus' ), $coauthor->display_name ), $coauthor->display_name ); ?></h5> <p><?php echo(substr($coauthor->description, 0, 140) . sprintf(' <a href="%s" title="Read more" class="bio-readmore">%s</a>', get_author_posts_url( $coauthor->ID, $coauthor->user_nicename ), "Read more" )); ?></p> <div class="clear"></div> </div> <?php endforeach; ?>
I managed but i could not link the avatar also… can someone please help here and if any better ways of doing this i am open to suggestions!
<?php foreach( get_coauthors() as $coauthor ) : ?> <div id="authorinfo" class="columns alpha omega marT30 marB20"> <?php echo get_avatar( $coauthor->user_email, '80' ); ?> <h5 class="marB10"><?php _e('By', 'contempo'); ?>: <?php echo(coauthors_posts_links_single($coauthor)); ?></h5> <p><?php echo $coauthor->description; ?></p> <div class="clear"></div> </div> <?php endforeach; ?>
Still problematic ! ouf anyone out there?
<?php foreach( get_coauthors() as $coauthor ) : ?> <div id="authorinfo" class="columns alpha omega marT30 marB20"> <?php echo get_avatar( $coauthor->user_email, '80' ); ?> <h5 class="marB10"><?php _e('By', 'contempo'); ?>: <?php coauthors_posts_links(); ?></h5> <p><?php echo $coauthor->description; ?></p> <div class="clear"></div> </div> <?php endforeach; ?>
So far i came up with this but the avatar i cannot get it correctly linked
please anyone some help?
and also there is the avatar and under it the names!
it should be avatar,name of autor,bio of author and on next line second author and third and so on and also avatar image and name linked
to coauthors_posts_links page