1 fede Oct 03, 2017 00:49
3 mgsolipa Oct 05, 2017 07:12
@fede the ?p
parameter is supported. Are you getting 404 errors?
Regarding the audio file, the current [audio]
tag is meant to be used with files attached to the post. However, you can use the html5 <audio>
tag to include external files:
<audio controls>
<source src=":http://myblog2.com/audio/aaa.mp3" type="audio/mpeg" />
</audio>
4 fede Oct 06, 2017 17:03
Thanks for your answers. You are right:
- My fault, I was tring to use ?p=... with a page, not a post.
- html5 audio tag works perfectly.
5 fede Oct 19, 2017 01:57
Sorry, another question.
In 693 there are no stubs files anymore?, at least visible ones. How can I do to create a stub file to show only blog 3, for instance, like old blog3.php? I'm converting from 5.2.2, and I need stubs for the sake of old url's...
6 fplanque Dec 01, 2017 03:22
Old stub files continue to work.
Another question: I have my audio files in another domain, so the question is how can I add an external audio file to a post. I tried with but it doesn't seem to work, just work for audios in the media directory, if I'm not wrong.