I want to change the way to display the post per category or the default blog page, i want to be able to use justify X3 style, but i dont know where to change it.
oh! ok I understand, I will do the changes and if its everyting working fine, i wont border you anymore, jajaja for now i have a new question, very simple.
how can I quit the text excerp on my posts, i mean if I chose justify X3 design, in those elements, how can I delete the text excerpt.
Hi
I want to change the way to display the post per category or the default blog page, i want to be able to use justify X3 style, but i dont know where to change it.
Can you help me ?
Hi,
You need to edit template:
/wp-content/themes/thegem/index.php
Example of changing default style you can see in the template:
/wp-content/themes/thegem/search.php
Before the editing copy file index.php to the child theme for the safety updates.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
oh! ok I understand, I will do the changes and if its everyting working fine, i wont border you anymore, jajaja for now i have a new question, very simple.
how can I quit the text excerp on my posts, i mean if I chose justify X3 design, in those elements, how can I delete the text excerpt.
i hope you understand me.
Thanks!
Hi,
The simplest way will be edit template:
/wp-content/themes/thegem/gem-templates/blog/content-blog-item-justified.php
and remove there:
in the lines 108-110
(Copy this file to the child theme before the editing.)
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver