<?php if (the_category() != "NAMEOFMYCATEGORY") { the_category(' | '); } ?> Or would I need to work with a new function? To clarify ...
確定! 回上一頁