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
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
Hi Elliot,
thanks ;)
Ralf