glreverb
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Co-Authors Plus] Downgrade to 2.6.4 or revise list_authorsapologies, but i believe i need some help with this. this is what the code looks like on the loop-single.php for me. what areas do i need to modify with “coauthors_posts_links” in order to get the plugin back up and working well? if you can help me with this, i’m pretty sure i’ll be able to figure out the other small areas that might need modification. thanks again daniel and sorry for the trouble!
<?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries ?> <div id="entry-author-info"> <div id="author-avatar"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'synch_author_bio_avatar_size', 60 ) ); ?> </div> <div id="author-description"> <h2><?php printf( esc_attr__( 'About %s', 'synch' ), get_the_author() ); ?></h2> <?php the_author_meta( 'description' ); ?> <div id="author-link"> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> <?php printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'synch' ), get_the_author() ); ?> </a> </div>
Forum: Plugins
In reply to: [Co-Authors Plus] Downgrade to 2.6.4 or revise list_authorsI’ll hold off until then. thanks daniel!
Forum: Plugins
In reply to: [Co-Authors Plus] Downgrade to 2.6.4 or revise list_authorshow can i downgrade back to 2.6.4?
Forum: Plugins
In reply to: [Wordpress Tabs] [Plugin: GT Tabs (formerly postTabs)] tab formating problemhi, absolutely dig the plugin. its working real well for. i am, however, having the same issue as vendistomas. is there a fix for this? please let me know! thanks!
Viewing 4 replies - 1 through 4 (of 4 total)