Search:

Search: Search took 1.00 seconds.

  1. Replies
    4
    Views
    781

    View Post

    <?php if (is_home()) {

    if (has_term( 'estate', APP_TAX_CAT )){

    echo get_post_meta($post->ID, 'cp_rooms', true);

    }else if (has_term( 'cars', APP_TAX_CAT )){

    ...
  2. [TUTORIAL] Looks nice!, good job :)

    Looks nice!, good job :)
  3. Hi everyone!, Checkout this tutorial...

    Hi everyone!, Checkout this tutorial add-delete-button-dashboard-alert-window
  4. [TUTORIAL] Add delete button to the dashboard with alert window

    Hi everyone!

    Note : Before editing the file make sure you have a duplicate
    First is first, I recommend using a child theme part 1 and part 2 tutorials, so you well not lose you changes.

    1....
  5. [TUTORIAL] Child Theme : Unhook ( remove hook ) default appthemes functions

    Add this code to your child theme ( functions.php )




    // Unhook default appthemes functions
    function unhook_appthemes_functions() {

    //this will disable the ( theme_header.php ) file
    ...
  6. Replies
    5
    Views
    1,414

    [TUTORIAL] 1 - Go to you theme directory and find file (...

    1 - Go to you theme directory and find file ( featured.php ).
    2 - Open it, you well find at the top a script tag

    <script type="text/javascript">
    // <![CDATA[
    /* featured listings slider */...
  7. Replies
    5
    Views
    1,414

    [TUTORIAL] Move Wordpress JavaScript to the Footer

    It’s easy to do this in Word*Press, just add the fol*low*ing to your theme’s functions.php file.


    /*
    * Move al JavaScript file to the footer.
    */
    remove_action('wp_head', 'wp_print_scripts');...
Results 1 to 7 of 7