Quote:
Originally Posted by ebony76
Hi Shabu and thanks for getting back to me. I was able to resolve my problem and things are fine now. I do have one question and something I thought would have been easy to guess but after looking at all your *.php files I can't seem to figure out where to change the default of only displaying 2 posts on the main page? I also have another question but this one is probably one that you'de like to charge for. I was wondering how I would go about creating a new custom key so that I can add youtube videos instead of the large images? I am open to consultation fees for this question depending on the fee of course.
Thank you.
Chris
|
File name:
index.php under CSSGallery folder
Find this:
Code:
<?php while (have_posts()) : the_post(); ?>
Replace with:
Code:
<?php $recent = new WP_Query("showposts=2"); while($recent->have_posts()) : $recent->the_post();?>
It will show only 2 post for home page.
And if you don't need to show large Image on single page then you can use
image field for adding YouTube videos. Otherwise you have to use different custom field.
PM me your ftp and WP password.
Quote:
Originally Posted by suspence
actually i have the similar problem. my url is www.bigdaddyclay.com
I figured out the thumbnail part but the rating still wont work and I cant type an actual blog entry. I wanted to use it to post pictures, blog entries and post videos and allow viewers to vote on them. can you help? thanks for the kickass layout!!
|
Uninstall your PostRating plugin and upload a fresh copy.
I think you still did not figured out the thumbnail and large image part. Nothing showing on your site.
Adding a blog entry required modification of this theme, take any expert help on this part.