Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1735863
change the way of post list on category, and default blog page
Closed

Comments

  • crivillavaz started the conversation

    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 ?

  •  7,095
    Oliver replied

    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

  • crivillavaz replied

    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!

  •  7,095
    Oliver replied

    Hi,

    The simplest way will be edit template:

    /wp-content/themes/thegem/gem-templates/blog/content-blog-item-justified.php

    and remove there:

    <?php if ( !empty( $thegem_post_data['title_excerpt'] ) ): ?>
                            <?php echo $thegem_post_data['title_excerpt']; ?-->
    <!--?php else: ?-->
    

    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