Search:

Search: Search took 1.00 seconds.

  1. Replies
    11
    Views
    959

    I'll explain how it works. Error messages...

    I'll explain how it works.

    Error messages generates jQuery Validation plugin

    He has a main file with all functions and with a default messages in English....
  2. Replies
    9
    Views
    812

    oouups... "if, elseif, else" is normal I...

    oouups... "if, elseif, else" is normal

    I thought it was : if if if

    In any case "switch" have a command "break;" which interrupts the execution when the condition is true


    ....So about...
  3. Replies
    9
    Views
    812

    Well... As you wish... You will need to...

    Well... As you wish...

    You will need to manually do it all!

    It will not be dynamic.

    So:
  4. Replies
    2
    Views
    303

    You can try the code below;

    You can try the code below;



    <?php if (!is_home()) { ?>

    <a href="<?php echo home_url(); ?>">Home</a>

    <?php } ?>
  5. Replies
    8
    Views
    996

    [SOLVED] Yes, I forgot to call the function...

    Yes, I forgot to call the function "acf_unhook_appthemes_functions"
    Sorry again



    /**
    * Unhook Appthemes core functions.
    */
  6. Replies
    8
    Views
    996

    [SOLVED] That's right /** * Unhook Appthemes core...

    That's right



    /**
    * Unhook Appthemes core functions.
    */


    function acf_unhook_appthemes_functions() {
  7. If it's of any help to anyone I figured out how...

    If it's of any help to anyone I figured out how to do this. In theme-widgets.php you need to modify the parameters for wp_list_categories change the depth parameter to depth=0 like below.
Results 1 to 7 of 7