neoblogger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put the_title() in the middle of the_content()?Thanks!! Now it works great!! =)
Forum: Fixing WordPress
In reply to: How to put the_title() in the middle of the_content()?When I use the “the_title()” function in one template file it works great. But I’m trying to get this value in one plugin page, and I don’t know why, but it don’t work.
I can get the post content in my plugin page using this code:
function my_function($content) {
(…)
}the variable $content is the post content. But how to get the post title and the post permalink??
Thanks.
Forum: Fixing WordPress
In reply to: How to put the_title() in the middle of the_content()?the_title() function don’t work in the plugin page…
to get the content I use:function my_function($content) {
(…)
}so $content will be the post content. But how can I get the post title?
Forum: Fixing WordPress
In reply to: How to put the_title() in the middle of the_content()?Oh, no… I’m not talking about styles.
I need explode – using the PHP function explode() – the post content cause I need broke my post in 3 parts and mount it in different places in my template. But there are a lot of ways to do it and I’m trying with one plugin.
So, actually my question is: which variable should I use in my plugin page to get the currently post title? Cause the function “the_title()” don’t work.
Thanks for your reply, and sorry my english. I hope you can understand now.
Forum: Plugins
In reply to: Where download the MyTube plugin?Thanks!! 🙂
Forum: Plugins
In reply to: Where download the MyTube plugin?I continue with this problem. All the scripts in the “mytube” folder require the file on “rane/wp.php” and others files in the “rane” folder.
Can someone upload the full plugin please? 😀
Thanks.
Forum: Plugins
In reply to: Where download the MyTube plugin?Thanks a lot guys!
@dwees really thank you for upload the zip file, but you forget the folder called “rane”. The full plugin is the “mytube” folder and the “rane” folder. I get some PHP errors cause there are a page calling for one function that is in the “rane” folder.
@drmike this plugin don’t show one gallery of videos, no?
Forum: Plugins
In reply to: Where download the MyTube plugin?No one have this plugin??
Forum: Plugins
In reply to: Where download the MyTube plugin?I try but I don’t get any response. 🙁
I also search in Google for others links but I don’t find anyone.
Someone here have this plugin??