monyi

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: adding tags to front page posts #48055
    monyi
    Participant

    Hi @Zed, sorry for the late reply.

    No, at the moment I’m not using a child theme. Just tried your code in the version 0.9.10.

    This is the code I have in functions.php

    <?php
    /*
     * Functions file - Calls all other required files
     *
     * PLEASE DO NOT EDIT ANY THEME FILES
     * unless you are prepared to lose all changes on the next update
     *
     * @package Verbosa
     */
    
    // variables for theme identification - do NOT edit unless you know what you are doing
    define ("_CRYOUT_THEME_NAME", "verbosa");
    define ("_CRYOUT_THEME_VERSION", "0.9.10");
    
    require_once( get_template_directory() . "/admin/main.php" ); 		    // Admin side
    
    // Frontend side
    require_once( get_template_directory() . "/includes/setup.php" );       // Setup and init theme
    require_once( get_template_directory() . "/includes/styles.php" );      // Register and enqeue css styles and scripts
    require_once( get_template_directory() . "/includes/loop.php" );        // Loop functions
    require_once( get_template_directory() . "/includes/comments.php" );    // Comment functions
    require_once( get_template_directory() . "/includes/core.php" );        // Core functions
    require_once( get_template_directory() . "/includes/hooks.php" );       // Hooks

    Thanks in advance for your help.

    Website: monyi.net

    in reply to: adding tags to front page posts #46668
    monyi
    Participant

    Hello!

    I’m also interested in this thread but after doing what Zed has proposed I had no success.

    Would you be so kind to detail it a little bit more?

    Thank you in advance.

    Best regards.

    Website: monyi.net

    in reply to: Translation #42680
    monyi
    Participant

    Hello!

    I just want to inform you all that I’ve translated Verbosa to Spanish (Spain). It’d be great to see it in action in a further update after the review.

    https://translate.wordpress.org/projects/wp-themes/verbosa/es/default

    Best regards.

    Website: monyi.net

Viewing 3 posts - 1 through 3 (of 3 total)