Blog Categories - control text

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
7/10/2012 2:22:45 PM
Gravatar
Total Posts 199

Blog Categories - control text

I have a Blog and it has a few categories

each blog post it displays the date and time then the category as a clickable link shown below:
Tuesday, July 10, 2012 2:52:00 PM Categories: location 1

is there a was to control/change the text after the date time for each post to show it like this below:
Tuesday, July 10, 2012 2:52:00 PM: location 1

Thanks in advance

 

7/11/2012 11:10:26 AM
Gravatar
Total Posts 18439

Re: Blog Categories - control text

If you're using the latest version you should be able to do that by adding this in theme.skin or updating it if you already have BlogDisplaySettings in there.

<blog:BlogDisplaySettings runat="server"
OverridePostCategoriesLabel=" "
/> 

Note that it needs to be a space because it won't use that setting if its length is 0

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.