Skip to main content
Toggle navigation menu
Home
Submit a request
WeAre8
WeAre8 Features
Creators
Search
Creators
What is a Creator on WeAre8?
Creator tips
Do I get paid for being a creator
How do I delete content?
How do I post content?
How can I become a Creator?
How can I reach more people with my content?
What image and video ratios are best for WeAre8?
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<% if (article.body) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 87) %>
Read more
<% } else { %>
<%= article.title %>
<% } %>
<% }); %>
<% } %>