How to automatically insert non-breaking space in WordPress In french, we add a space before signs: !?: In order to avoid line breaks before these signs, here’s a function that will automatically add … [+]
How to exclude draft pages from navigation menu in WordPress To hide draft pages from your navigation menu, insert this code on your plugin: /* * Exclude draft pages from the menu * */ add_filter … [+]