Maganizer

Maganizer by WPSmart is a premium WordPress theme. And it is compatible with Molongui Authorship right out of the box.

However, when attributing a post to multiple authors, you might experience an issue regarding author delimiters being displayed at the end of your posts byline. Something like:

That’s because how the theme marks up the post byline. Making author names floating elements. There is an easy workaround. Just follow these steps:

  1. Go to Appearance > Customize > Additional CSS
  2. In the textarea, add the code below:
.post-meta-data {font-size: 12px;}
.post-meta-data .posted-by {margin-right: 4px;}
.post-meta-data .meta-links {float: none;}
.post-meta-data .meta-links.author {margin: 0 3px;}
.post-meta-data .meta-links.post-date {margin-left: 20px;}
  1. Click on the Publish button to save and apply changes.

That’s it! Now your bylines should look like this:

You can edit px values to fine-tune the final result to your liking.

Updated on January 21, 2022

Did not find a solution? We are here to help you succeed.
Open a support ticket