Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #343945

    Hi,

    erstmal großes Lob für das hervorragende Theme!

    Frage: Ich möchte gerne das “Teile diesen Beitrag” UNTER “Hinterlasse einen Kommentar” im Single Post steht. In welcher Datei kann ich die Reihenfolge ändern? Im Voraus Danke.

    Gruß, Ralf

    #344429

    Hey CBessler!

    Open up /enfold/includes/loop-index.php and comment out line 212,

    //avia_social_share_links();

    Next open up /enfold/single.php and on line 43 you should see this,

    comments_template();

    Add this beneath it,

    ?> <div style = "padding-right: 50px; height: 120px;"> <?php
    avia_social_share_links();
    ?> </div><?php

    Cheers!
    Elliott

    #344540

    Hi Elliot,

    thanks ;)

    Ralf

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"Teile diesen Beitrag" unter "Hinterlasse einen Kommentar" im single Post…’ is closed to new replies.