mike-hunt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with WP-PostRatings 1.31 plug inthank you for your input to a new user, but am learning fast. And thank you for the support you just given there, oh thats rigth , you never been new at nothing
Forum: Fixing WordPress
In reply to: Need help with WP-PostRatings 1.31 plug inwell, i have tried hard to get answers here and been writing about this for two weeks here and no one seems to be able to help me. I finally figured it out and if anyone is trying hard like I was to figure this out here is the solution.
After installing and activating WP-PostRatings 1.31 plug, do the following steps:
1 – Open wp-content/themes/<YOUR THEME NAME>/index.php
2 – Find:<?php while (have_posts()) : the_post(); ?>
3 – Add Anywhere Below It (The Place You Want The Ratings To Show):
<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>Play with where you place it under there, as you can put the rating stars anywhere you like, just have to place that code anywhere under there and put it where you want the rating stars to show.
I sure hope this helps others that was as lost as I was and didnt get no help. And here is the link for the plug in.
http://downloads.wordpress.org/plugin/wp-postratings.1.31.zipForum: Fixing WordPress
In reply to: Embed Video swf not playingI didn’t mean embed from another site, i meant that is how you can do your own by using that example.
Forum: Fixing WordPress
In reply to: Embed Video swf not playingWhat ive done and i hope this helps you out, 1- i installed flash player plugin , and then after i convert video to flash and upload it to a folder, I call the folder (musicvideos), on my site , i make the posting and include this in the posting for the video
[flv]http://www.easysharez.com/musicvideos/EXACTNAMEOFFILE.flv[/flv]
where it says exact name of file, meaning the exact name of the file you uploaded,(please remember, they do not like no spacing.
I hope this helps you
If you want to look at some of the videos i have done, you can look here and if I can help you anymore, let me know