← Back to Modular Theme with PAGE BUILDER - Clear Support
roman30845
Hello everybody,
If I create a new post, the first name is always empty. Did I miss to install a specific plugin?
I built a workaround to prevent an icon appearing without any user name:
{% if post.user.first_name %}
<li><i class="lnr lnr-user"></i> {{ post.user.first_name}}</li>
{% endif %}
Charis
roman30845 said:
Hello everybody,
If I create a new post, the first name is always empty. Did I miss to install a specific plugin?
I built a workaround to prevent an icon appearing without any user name:
{% if post.user.first_name %} <li><i class="lnr lnr-user"></i> {{ post.user.first_name}}</li> {% endif %}
You have to go to SYSTEM > Administrator > Select your account > Enter a First name > Save
1-2 of 2