• Hi,
    Is it possible to add a button to the opposite side of entry-title specific page?
    button ex. https://www.website.it/contatti/

    Many thank’s

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter martyn

    (@marty2010)

    sry, button ex.
    <a href="https://www.website.it/contatti/" class="button">Contattaci</a>

    Thread Starter martyn

    (@marty2010)

    I also tried to add some text next to the tile but is wrong.

    function content_next_title() {
    if ( !is_page( '3154' ) ) ){
    	echo 'test';
    }}
    add_filter ('tc_content_title_tag', 'content_next_title');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding button to the opposite side of entry-title’ is closed to new replies.