Did articles per category on home page, but now end user can't see them | Community
Skip to main content

Did articles per category on home page, but now end user can't see them

  • February 2, 2022
  • 1 reply
  • 0 views

Dale11

This is the coding I'm using:

<section class="categories blocks">
  <ul>
    {{#each categories}}
        {{#if ../has_multiple_categories}}
            <li>
          <a href='{{url}}'>
            <h3 class="h3line">{{name}}</h3>
          </a>
            </li>
    {{!-- Here sections for the current category is shown --}}
    <section class="blocks-list">
      {{#each sections}}
          <li class="blocks-item">
          <a href="{{url}}" class="blocks-item-link">
            <img class="icon" src="{{asset 'Purchase.png'}}" />
            {{name}}
          </a>
        </li>
        {{/each}}
    </section>
    {{/if}}
    {{/each}}
  </ul>
  </section>

but for some reason, only admins can view them, it's blank for end users - we don't require you to sign in to see anything either :S - any help is appreciated 

1 reply

Pulkit12
  • February 2, 2022

Hi Dale

Make sure the article is published under the categories that are available to view for end-users.

I think the article settings make sure all of your articles are published under the visible to "everyone".  As shown in the below screenshot.

 

 

Let me know if you need any further assistance 

Thanks 

Pulkit

Team Diziana