Author names always on blocks along with post title

Posted in: Newspaper
Post count: 80

On many of your blocks, such as “big grid 8” and “block 25,” the author name appears just on the larger images. I have a site where author name is of equal importance with post title. Can I alter these blocks so that author name always appears along with post title? There appears to be more than enough room on the images for this. Thanks.

Post count: 23312

Hello jauburn,

If you want to make these modifications, please notice that you should alter the get_title function in order to bring the author after the title. As a quick solution, please notice that you have to follow the next steps, like this -> http://screencast.com/t/WoXD4CtVXZ Please notice that you have to concatenate that code for each case at this function for bringing the good results. As you can see, this is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
The code is -> ' By '. '<a href="' . get_author_posts_url($this->post->post_author) . '">' . get_the_author_meta('display_name', $this->post->post_author) . '</a>'

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.