Home Forums Theme support Deleting Facebook and Twitter post links on the enlagement page Reply To: Deleting Facebook and Twitter post links on the enlagement page

Ah, ok, now I know what you mean. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

.pp_social {
 display:none;
}

This CSS code will remove the sharing buttons.

The Portfolio is always linked with the single entry of the work, just click on the title to open it. If you want to change the link of the images you have to edit the php file for the portfolio entry. To you know how to edit php files?