diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ca42f64dd..8ca37eee1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,8 +46,6 @@ Thank you! # Ask for Support -If you are looking for professional support, head over to [publisher.podlove.org/support](http://publisher.podlove.org/support/). - We have a community forum for questions, answers and feature discussions at [community.podlove.org](https://community.podlove.org). Please check if your questions are answered in our growing documentation site [docs.podlove.org](http://docs.podlove.org). If you still have open questions, feel free to open a support issue. @@ -57,11 +55,9 @@ Please check if your questions are answered in our growing documentation site [d Unfortunately, many themes are incompatible with [Custom Post Types](https://codex.wordpress.org/Post_Types), which the Podlove Publisher uses for episodes. When you encounter problems, **please go to the theme support first**. -Only if you are sure you encountered a theme-related bug in the Podlove Publisher, post here. Otherwise, ask for help in our [community](https://community.podlove.org) or get [Professional Support](http://publisher.podlove.org/support/). +Only if you are sure you encountered a theme-related bug in the Podlove Publisher, post here. Otherwise, ask for help in our [community](https://community.podlove.org). # Donate We are happy about every donation. Please visit [podlove.org/donations](http://podlove.org/donations/) for details. - -You can also subscribe to [publisher.podlove.org/support](http://publisher.podlove.org/support/) to support us. \ No newline at end of file diff --git a/includes/about.php b/includes/about.php index c4724ef28..0babf6d54 100644 --- a/includes/about.php +++ b/includes/about.php @@ -66,7 +66,7 @@ function podlove_about_page($_) ?>
- This section is relevant if you are using templates with custom variables passed in shortcodes, like this: + This section is relevant if you are using templates with custom variables passed in shortcodes, like this:
[podlove-template template="example" param="foo" dog="wow"]
Before 2.1 you have accessed those variables simply by calling param
and dog
.
- For compatibility, all shortcode options are now prefixed with option.
,
+ For compatibility, all shortcode options are now prefixed with option.
,
so you need to change those calls to option.param
and option.dog
etc.