By Colin Girard on Monday, 31 October 2022
Posted in General Issues
Likes 0
Views 427
Votes 0
Can you suggest how I can get the bloggers profile information up above or to the right of their blog?

PLS & TY
Hey there,

Do you mean that you want this profile information(https://monosnap.com/file/55VhStzcT6EAl2U5S3Wud1MrHDcxnf) to be displayed on the entry page as well?

If yes, you can take a look at this setting and see how it goes as shown in the screenshot. https://monosnap.com/file/Oj89V9fiP4txfiFHrF9lXsU7QEI9ld

EDITED
·
Tuesday, 01 November 2022 12:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Will respect, I don't get it?

My original Question was,
Can you suggest how I can get the bloggers profile information up above or to the right of their blog?


Seems pretty clear. Nothing about, your answer of how to add the profile to the single blog.

This happens, all the time.
It would save everyone a lot of time if, questions where read thoroughly, before sending an irrelevant answer.

Respectfully,
Colin
·
Tuesday, 01 November 2022 22:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I am really sorry for misunderstanding your question.

Do you mean that you want to move this to the above of the post or somewhere else as shown in the screenshot for an example? https://monosnap.com/file/LTeeaiymmUwuz2gXXWz70wpBZUNX0e

If yes, you can go to Backend > EasyBlog > Themes > wireframe > select 'Edit Files' > select '\entry/default/default.php' > start to edit the file.

You can move the following code to the position that you want:

<?php if ($this->entryParams->get('post_author_box', true) && !$post->hasAuthorAlias()) { ?>
<?php echo $this->html('post.entry.authorBox', $post, $this->entryParams); ?>
<?php } ?>


If I still understand you wrongly, can you provide us with some screenshots so that we can have a better understanding of it?
·
Wednesday, 02 November 2022 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
YES!! Thank you Erwin.
Soo much easier and more efficient if the questions is understood. Not just quickly read.
·
Wednesday, 09 November 2022 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 09 November 2022 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post