Radio Station Wordpress Template

DescriptionWP Radio is a Worldwide Radio Station Directory plugin for WordPress, to create live online radio streaming websites of all the radio stations over the world. FAQ Can I ask/suggest for a new feature?Yes, of course. We do not create products for ourselves. You are always welcome to suggest new features and improvements. Getting error when activate the WP Radio Premium pluginPlease, deactivate the free version first and then activate the premium version.

Why some stations are not playing?There are some station, which can’t be played for many reason. Likes: If the station has been closed,It is important to note that, all the channels might not work for you all the time. Because there are some radio channels who stop streaming after a certain time of the day. So, please if you find an channel not working; try again later. After a couple of hours, you should find that station working.The streaming URL has been changed etc. You can simply delete those station. Is there any ads management feature in this plugin?Currently, there is no ads management feature.

We are planning to add this feature to this plugin very soon. How Can I group stations by country and Genre?Use wpradiolisting shortcode. Where you can pass comma separated countries and genres.Example: wpradiolisting country='us, ru, bd' genre='rock,news'.

DescriptionRadio Station is a plugin to build and manage a Show Calendar in a radio station or Internet broadcaster’s WordPress website. It’s functionality is based on Drupal 6’s Station plugin, reworked for use in WordPress.The plugin includes the ability to associate users (as member role “DJ”) with the included custom post type of “Shows” (schedulable blocks of time that contain a Show description, and other meta information), and generate playlists associated with those shows.The plugin contains a widget to display the currently on-air DJ with a link to the DJ’s Show page and current playlist. A schedule of all Shows can also be generated and added to a page with a short code.

Shows can be categorized and a category filter appears when the Calendar is added using a short code to a WordPress page or post.Posts can be assigned to Shows by creating a Post and using the meta-box to assign it to a specific Show. They will appear below the Show Description and Playlist on a Show page. Please use this function as your archive for each show, so that each Show archive has it’s own URL and can be crawled for SEO purposes.

Download

Use your favorite SEO plugin to manage SEO on Show pages and Posts. We prefer All in One SEO Pack (are grateful to Nikki Blight for her contribution to creating and developing this plugin for as long as she could maintain the codebase.

FAQ I’ve scheduled all my shows, but they’re not showing up on the programming grid!Did you remember to check the “Active” checkbox for each show? If a show is not marked active, the plugin assumes that it’s not currently in production andhides it on the grid.

I’m seeing 404 Not Found errors when I click on the link for a show!Try re-saving your site’s permalink settings. WordPress sometimes gets confused with a new custom post type is added.

How do I display a full schedule of my station’s shows?Use the shortcode master-schedule on any page. This will generate a full-page schedule in one of three formats.The following attributes are available for the shortcode:‘list’ = If set to a value of ‘list’, the schedule will display in list format rather than table or div format. Valid values are ‘list’, ‘divs’, ‘table’.

Default value is ‘table’.‘time’ = The time format you with to use. Valid values are 12 and 24. Default is 12.‘showlink’ = Display the title of the show as a link to its profile page. Valid values are 0 for hide, 1 for show. Default is 1.‘displayshowtime’ = Display start and end times of each show after the title in the grid. Valid values are 0 for hide, 1 for show. Default is 1.‘showimage’ = If set to a value of 1, the show’s avatar will be displayed.

Default value is 0.‘showdjs’ = If set to a value of 1, the names of the show’s DJs will be displayed. Default value is 0.‘divheight’ = Set the height, in pixels, of the individual divs in the ‘divs’ layout. Default is 45.‘singleday’ = Display schedule for only a single day of the week. Only works if you are using the ‘list’ format. Valid values are sunday, monday, tuesday, wednesday, thursday, friday, saturday.For example, if you wish to display the schedule in 24-hour time format, use master-schedule time='24'.

If you want to only show Sunday’s schedule, use master-schedule list='list' singleday='sunday'. How do I schedule a show?Simply create a new show. You will be able to assign it to any timeslot you wish on the edit page.

What if I have a special event?If you have a one-off event that you need to show up in the On-Air or Coming Up Next widgets, you can create a Schedule Override by clicking the Schedule Override tabin the Dashboard menu. This will allow you to set aside a block of time on a specific date, and will display the title you give it in the widgets.

Please note thatthis will only override the widgets and their corresponding shortcodes. If you are using the weekly master schedule shortcode on a page, its output will not be altered. How do I get the last song played to show up?You’ll find a widget for just that purpose under the Widgets tab. You can also use the shortcode now-playing in your page/post, or use doshortcode('now-playing'); in your template files.The following attributes are available for the shortcode:‘title’ = The title you would like to appear over the now playing block‘artist’ = Display artist name. Valid values are 0 for hide, 1 for show. Default is 1.‘song’ = Display song name.

Valid values are 0 for hide, 1 for show. Default is 1.‘album’ = Display album name.

Valid values are 0 for hide, 1 for show. Default is 0.‘label’ = Display label name. Valid values are 0 for hide, 1 for show. Default is 0.‘comments’ = Display DJ comments. Valid values are 0 for hide, 1 for show. Default is 0.Example:now-playing title=”Current Song” artist=”1″ song=”1″ album=”1″ label=”1″ comments=”0″ What about displaying the current DJ on air?You’ll find a widget for just that purpose under the Widgets tab. You can also use the shortcode dj-widget in your page/post, or you can usedoshortcode(‘dj-widget’); in your template files.The following attributes are available for the shortcode:‘title’ = The title you would like to appear over the on-air block‘displaydjs’ = Display the names of the DJs on the show.

Wordpress Template Photographer

Wordpress

Valid values are 0 for hide names, 1 for show names. Default is 0.‘showavatar’ = Display a show’s thumbnail. Valid values are 0 for hide avatar, 1 for show avatar. Default is 0.‘showlink’ = Display a link to a show’s page. Valid values are 0 for hide link, 1 for show link. Default is 0.‘defaultname’ = The text you would like to display when no show is schedule for the current time.‘time’ = The time format used for displaying schedules.

Valid values are 12 and 24. Default is 12.‘showsched’ = Display the show’s schedules. Valid values are 0 for hide schedule, 1 for show schedule. Default is 1.‘showplaylist’ = Display a link to the show’s current playlist.

Valid values are 0 for hide link, 1 for show link. Default is 1.‘showallsched’ = Displays all schedules for a show if it airs on multiple days. Valid values are 0 for current schedule, 1 for all schedules. Default is 0.‘showdesc’ = Displays the first 20 words of the show’s description. Valid values are 0 for hide descripion, 1 for show description.

Default is 0.Example:dj-widget title=”Now On-Air” displaydjs=”1″ showavatar=”1″ showlink=”1″ defaultname=”RadioBot” time=”12″ showsched=”1″ showplaylist=”1″ Can I display upcoming shows, too?You’ll find a widget for just that purpose under the Widgets tab. You can also use the shortcode dj-coming-up-widget in your page/post, or you can usedoshortcode(‘dj-coming-up-widget’); in your template files.The following attributes are available for the shortcode:‘title’ = The title you would like to appear over the on-air block‘displaydjs’ = Display the names of the DJs on the show. Valid values are 0 for hide names, 1 for show names. Default is 0.‘showavatar’ = Display a show’s thumbnail.

Valid values are 0 for hide avatar, 1 for show avatar. Default is 0.‘showlink’ = Display a link to a show’s page. Valid values are 0 for hide link, 1 for show link. Default is 0.‘limit’ = The number of upcoming shows to display. Default is 1.‘time’ = The time format used for displaying schedules.

Valid values are 12 and 24. Default is 12.‘showsched’ = Display the show’s schedules.

Valid values are 0 for hide schedule, 1 for show schedule. Default is 1.Example:dj-coming-up-widget title=”Coming Up On-Air” displaydjs=”1″ showavatar=”1″ showlink=”1″ limit=”3″ time=”12″ schowsched=”1″ Can I change how show pages are laid out/displayed?Yes. Copy the radio-station/templates/single-show.php file into your theme directory, and alter as you wish. This template, and all of the other templatesin this plugin, are based on the TwentyEleven theme.

If you’re using a different theme, you may have to rework them to reflect your theme’s layout. What about playlist pages?Same deal.

Grab the radio-station/templates/single-playlist.php file, copy it to your theme directory, and go to town. And playlist archive pages?Same deal. Grab the radio-station/templates/archive-playlist.php file, copy it to your theme directory, and go to town. And the program schedule, too?Because of the complexity of outputting the data, you can’t directly alter the template, but you can copy the radio-station/templates/program-schedule.css fileinto your theme directory and change the CSS rules for the page. What if I want to style the DJ on air sidebar widget?Copy the radio-station/templates/djonair.css file to your theme directory.

How do I get an archive page that lists ALL of the playlists instead of just the archives of individual shows?First, grab the radio-station/templates/playlist-archive-template.php file, and copy it to your active theme directory. Then, create a Page in wordpressto hold the playlist archive.

Under Page Attributes, set the template to Playlist Archive. Please note: If you don’t copy the template file to your theme first,the option to select it will not appear. Can show pages link to an archive of related blog posts?Yes, in much the same way as the full playlist archive described above. First, grab the radio-station/templates/show-blog-archive-template.php file, and copy it toyour active theme directory. Then, create a Page in wordpress to hold the blog archive. Under Page Attributes, set the template to Show Blog Archive. How can I list all of my shows?Use the shortcode list-shows in your page/posts or use doshortcode('list-shows'); in your template files.

This will output an unordered list elementcontaining the titles of and links to all shows marked as “Active”.The following attributes are available for the shortcode:‘genre’ = Displays shows only from the specified genre(s). Separate multiple genres with a comma, e.g. Genre=”pop,rock”.Example:list-shows genre=”pop”list-shows genre=”pop,rock,metal” I need users other than just the Administrator and DJ roles to have access to the Shows and Playlists post types. How do I do that?Since I’m stongly opposed to reinventing the wheel, I recommend Justin Tadlock’s excellent “Members” plugin for that purpose. You can find it onWordpress.org, here: the following capabilities to any role you want to give access to Shows and Playlist:editshowseditpublishedshowseditothersshowsreadshowseditplaylistseditpublishedplaylistsreadplaylistspublishplaylistsreaduploadfileseditpostseditpublishedpostspublishpostsIf you want the new role to be able to create or approve new shows, you should also give them the following capabilities:publishshowseditothersshows How do I change the DJ’s avatar in the sidebar widget?The avatar is whatever image is assigned as the DJ/Show’s featured image. All you have to do is set a new featured image. Why don’t any users show up in the DJs list on the Show edit page?You did remember to assign the DJ role to the users you want to be DJs, right?

My DJs can’t edit a show page. What do I do?The only DJs that can edit a show are the ones listed as being ON that show in the DJs select menu. This is to prevent DJs from editing other DJs showswithout permission. How can I export a list of songs played on a given date?Under the Playlists menu in the dashboard is an Export link. Simply specify the a date range, and a text file will be generated for you. Can my DJ’s have customized user pages in addition to Show pages?Yes. These pages are the same as any other author page (edit or create the author.php template file in your theme directory).

A sample can be foundin the radio-station/templates/author.php file (please note that this file doesn’t actually do anything unless you copy it over to your theme’sdirectory). Like the other theme templates included with this plugin, this file is based on the TwentyEleven theme and may need to be modified inorder to work with your theme. I don’t want to use Gravatar for my DJ’s image on their profile page.Then you’ll need to install a plugin that lets you add a different image to your DJ’s user account and edit your author.php theme file accordingly. That’s alittle out of the scope of this plugin. I recommend Cimy User Extra Fields: What languages other than English is the plugin available in?Right now:Albanian (sqAL)Dutch (nlNL)French (frFR)German (deDE)Italian (itIT)Russion (ruRU)Serbian (srRS)Spanish (esES)Catalan (ca) Can the plugin be translated into my language?You may translate the plugin into another language.

Please visit our WordPress Translate project page for this plugin for further instruction: The radio-station.pot file is located in the /languages directory of the plugin. Please send the finished translation to info@netmix.com. We’d love to include it.

Comments are closed.