Hide post footer links pins etc info

You could hide them, and then display them only for staff using something like this:

.small-action.onscreen-post {
    Display:none;
}

.staff .small-action.onscreen-post {
    Display :initial;
}
2 Likes