Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Has anyone figured out how to display the author? (http://forum.bytesforall.com/showthread.php?t=19007)

BrianDouglas Nov 30, 2012 01:06 AM

Has anyone figured out how to display the author?
 
I have been trying find a way to display the author of posts at http://earnmoneyinsider.com

I am not having a lot of luck!

Does anyone here know how to accomplish it? I am thinking about finding a plugin for author bio boxes and just injecting those under body content, but not sure what I will come up with there.

Thanks for any simple solution for this.

Virtualmotorpix Nov 30, 2012 02:17 AM

If it helps I've just installed this plugin http://wordpress.org/extend/plugins/...r/screenshots/

It seems promising with a bit of tweaking.

EDIT: It works. Just need to edit the CSS to get different display.

juggledad Nov 30, 2012 05:41 AM

Known issue (see http://forum.bytesforall.com/showthr...ghlight=author) still waiting for Flynn to respond

BrianDouglas Dec 1, 2012 08:36 AM

That's what I was afraid of, JuggleDad. Thanks for linking the thread to confirm. I had found it in searching at first, but didn't want to necro it.

@virtualmotorpix: Yep, I've installed an author box as well now, I guess it'll be better to do that for now at least. Whole site might get a total overhaul eventually anyhow.

Thanks to you both!

Neut Jan 10, 2013 03:14 PM

Strangely i managed to get the author displayed today (just added
Code:

<?php the_author_meta( 'display_name' ); ?>
by editing 'single.php' in the Montezuma Options).

Some hours later... and it's gone. /confused

juggledad Jan 10, 2013 04:59 PM

That code works in the postformat.php but not if you put it in single.php

Neut Jan 11, 2013 12:00 PM

And it is back, author name is showing in the single posts.

I do not understand why (did not change anything to the theme itself today). I did install the WordpressJetpack plugin, that’s the only difference (I rather not do want to disable it now, to see if the author name then disappears). :confused:

OrangeSN Jan 11, 2013 06:11 PM

Quote:

Originally Posted by Neut (Post 94792)
And it is back, author name is showing in the single posts.

I do not understand why (did not change anything to the theme itself today). I did install the WordpressJetpack plugin, that’s the only difference (I rather not do want to disable it now, to see if the author name then disappears). :confused:

Works on my single.php, too.
Haven't testet it without Jetpack. Jetpack was one of the first plugins I installed.

I splitted and enhanced post-footer and put this part between title and content:
Code:

<div class="post-footer">
<?php the_time( 'd. F Y' ); ?> &nbsp;&nbsp;| <a href="<?php the_author_meta( 'user_url' ); ?>" alt="Seite von <?php the_author_meta( 'display_name' ); ?>"><?php the_author_meta( 'display_name' ); ?></a> |&nbsp;&nbsp; <p class="post-categories"><?php the_category( ' &middot; ' ); ?></p>
</div>

The div-class should now be called poster-header instead of post-footer. However it's not much a problem for me.

juggledad Jan 11, 2013 06:20 PM

interesting, the jetpack plugin is having some effect because without it, nothing will show.

goater Jan 28, 2013 12:25 PM

I've described the solution in this post.


All times are GMT -6. The time now is 06:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.