• Resolved Arteaster

    (@arteaster)


    Pozdrav

    @seebeen @pedjas

    Postavio sam funkciju u child temi i napravio “sticky menu” Script selector. Da li je mogu?e da se u ovo doda

    [‘active_script’] style ?

    add_action('get_footer', 'your_function');
    
    function your_function() {
    $content = '<div class="lngs">
    <a href="?lng=cir" class="cir_sub" title=""><span class="cir_abb">?ир</span><span class="cir_sfx">илица</span></a>
    <a href="?lng=lat" class="lat_sub" title=""><span class="lat_abb">Lat</span><span class="lat_sfx">inica</span></a></div>';
        echo $content;
    }

    Hvala,

    • This topic was modified 4 years, 7 months ago by Arteaster.
    • This topic was modified 4 years, 7 months ago by Arteaster.
Viewing 2 replies - 1 through 2 (of 2 total)
  • U verziji 1.7 je imala funkcija stl_get_current_script() koja ti vrati koje je pismo prikazano korisniku pa su na onsovu toga mogao da urpavlja? sadr?ajem.

    Trebalo bi da isto ima i u novoj verziji.

    • This reply was modified 4 years, 6 months ago by pedjas.
    Thread Starter Arteaster

    (@arteaster)

    @pedjas

    Zahvaljujem, Pozdrav !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Script selector – aktivno pismo link’ is closed to new replies.