Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hi,

    It works , thank you

    in reply to: Add Custom terms avia magazine #514523

    I have this custom terms:

    <div class=”custom-item”>Source : <?php
    $terms = wp_get_object_terms($post->ID, ‘type-source’);
    if(!empty($terms)){
    if(!is_wp_error( $terms )){

    foreach($terms as $term){
    echo ‘slug, ‘type-source’).'”>’.$term->name.’ ‘;
    }

    }
    }
    ?> </div>

    For add this custom category in via magazine i tried change line 583 for this code:

    $output .= “<div class=’av-magazine-content-wrap’>”;
    $output .= “<header class=’entry-content-header’>”;
    $output .= “<time class=’av-magazine-time updated’ {$markupTime}>”.$time.”</time>”;
    $output .= $separator.$author_output;
    $output .= “<{$titleTag} class=’av-magazine-title entry-title’ {$markupTitle}>{$title}</{$titleTag}>”;
    $output .= “</header>”;
    if($excerpt)$output .= “<div class=’av-magazine-content entry-content’ {$markupContent}>{$excerpt}</div>”;
    $output .= “</div>”;
    $output .= “<footer class=’entry-footer’></footer>”;
    $output .= “</article>”;

    return $output;
    }
    }
    }

    It’s not good!

    Best regards,

    in reply to: Changed text for the captcha #461342

    Thanks!!

    Best regard

    in reply to: Changed text for the captcha #461182

    Hello,

    The link of the site: http://www.clafg.ch/contact/

    I want to change the phrase of capchka…

    Pour prouver que vous êtes un humain, donnez le résultat de cette simple opération

    Best regards

    atelierssud

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