Scot's Scripts Miva Merchant Module Support

Scot's Scripts Miva Merchant Module Support

Support for our Miva Modules.
Find answers to your installation and usage questions.
This is the place to start if you have questions about our modules. Most of our Miva Modules are fully documented. Do not hesitate to contact us if you can't find the answer you're looking for!

Looking for something? Start typing here:

Scot's Blogger is used to created this support system.

How to Remove the Author Name

Sometimes you don't need to display the author in your blog posts.
last updated

The Scot's Blogger template is a store page and can be customized like any other store page.

First, find the blog template. 

If you installed with version 3.002 or later the blog template will be found in the "content" area of your main blog page in the  section in the Miva Merchant admin. Find the "LOAD POST DATA" section.

If you installed before version 3.002 then your blog content is probably in a page with the code SCOTSBLOGGER_TEMPLATE in your Miva Merchant admin.

After you have the template open find the word "by" and then comment out the author.

It will probably look something like:

by <span itemprop="author">&mvt:scotsblogger:currentpost:penname;</span>

Comment it out like this:

<mvt:comment>
by <span itemprop="author">&mvt:scotsblogger:currentpost:penname;</span>
</mvt:comment>

If you want the schema seo data to still be present then instead of commenting out the author, change the "by" line to:

<meta itemprop="author" content="&mvt:scotsblogger:currentpost:penname;">

This way the author data is still visible to search engines but no one reading the article will see it.