Thread Starter
tut222
(@tut222)
wiew counter and ratings bar is there by plugin (not in the post)
and video and text is in post
on the posted screen is what what I want.
I want this plugin bar between video and text, because plugin s setup shows that bar after end of the post
So will I need put some code into post to show that bar between video and text or is there any alternative?
Thread Starter
tut222
(@tut222)
More info:
On on this pic http://i55.tinypic.com/244zhio.png you can see there what I need.
Area of “red rectangle” is showing at the end of every post and I want to show that things in “red rectangle” right under the video – not at the post end.
Thread Starter
tut222
(@tut222)
This is the line that edit order. How can I change it to show post in random order?
<?php $recent = new WP_Query("cat=-67&showposts=12"); while($recent->have_posts()) : $recent->the_post();?>