投稿フッターのリンク、ピンなどの情報を非表示にする

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