My b2evolution Version: 2.x
Hi guys,
I'm wondering how I can either select only some categories to show on the homepage or else if there is any plug-ins available to check/uncheck everytime you write a new post to specify either or not you want it to show on your homepage.
Also, is there any way I can get rid of the flash reader that apparently automatically shows when I publish a podcast in a mp4 format?
Thanks in advance!
If you use stub files you can pick which categories show up in the blog with something like this:
For the "don't show the podcast thing" you can look in /skins/_item_content.inc.php (or maybe /skins/yourskin/same_file_name) for "$Item->url_link" and change podcast to false. Like this:
That'll disable it for all podcasts though - not just mp4 format. Dunno how to do it for only one format.