[ad_1]
Glad to help:
- Add this code to your theme or via simple plugin, it will simply set the default post title to blank/empty:
function usp_default_title($value) { return ''; }
add_filter('usp_default_title', 'usp_default_title');2. Visit plugin settings, under “Categories & Tags”, enable the option “Hidden/Default Category”. Then just beneath that, enter your category ID and save changes.
3. Not a current feature of the plugin; that sort of thing is best left to the theme template, which is responsible for displaying content on the front end. Ask your theme provider should be able to provide some clues.
I hope this helps, let me know if I can provide any further information.
