• November 22, 2018

    Actions

    Functions.php
    // Add some text after the header
    add_action( '__after_header' , 'add_promotional_text' );
    function add_promotional_text() {
      // If we're not on the home page, do nothing
      if ( !is_front_page() )
        return;
      // Echo the html
      echo "<div>Special offer! June only: Free chocolate for everyone!</div>";
    }<br>
    
    header.php
    do_action ( '__after_header' )


เวอไนน์ไอคอร์ส

ประหยัดเวลากว่า 100 เท่า!






เวอไนน์เว็บไซต์⚡️
สร้างเว็บไซต์ ดูแลเว็บไซต์

Categories