How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Category description – Casino Ace Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18322
    Eli
    Participant

    Hi. Category description text is placed on top of the category on the Casino Ace Theme. How do I put it on the bottom?
    Do you have a code for this you could add here? And where should I insert it?

    #18325
    admin
    Keymaster

    Hi Eli,

    Here you are the steps you should follow:

    1) Install and activate CasinoAce child theme
    2) Copy category.php from parent theme folder and paste in into child theme folder
    3) Open category.php (the one in the child theme folder) in a code/text editor
    4) Select this code and cut it:

    <?php get_template_part( 'inc/loops/loop', 'style1' ); ?>
    

    5) Paste the above code it right after:

    <h1><?php echo single_cat_title( '', false ); ?></h1>
    

    6) Save category.php and upload the new category.php in your child theme folder.

    • This reply was modified 1 month, 4 weeks ago by admin.
    #18330
    Eli
    Participant

    How do I Install and activate the CasinoAce child theme?

    #18331
    admin
    Keymaster

    The child theme is included in the ZIP you can download from your account.

    You can install and activate it from Dashboard > Appearance > Themes.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.