parthatel
Forum Replies Created
-
Forum: Your WordPress
In reply to: 99flicks.comThanks. The plugins I used were WP-Star-Ratings and Popularity Contest. Only two plugins found right here on www.ads-software.com.
Basically the site features new movie trailers in compressed .flv, so you won’t have to download the Quicktime plugin and it’s also about half the file size with very decent quality.
A news section is not a bad idea, but I’m a full time student and I wouldn’t have much more time than to upload the latest trailers.
Is there anything you didn’t like about the site so that I can improve it?
Thanks.
bump…
when i put
<?php wp_reset_query(); ?>
, only the latest future post shows. All the other future post somehow disappear, almost as if they don’t exist (when I search the future posts, they don’t show up either). Maybe there’s something I’m doing wrong?any help, basically just tell me how to show future posts without messing up the next and previous page links.
Forum: Fixing WordPress
In reply to: I made stupid mistake…Forum: Fixing WordPress
In reply to: How do I change a theme’s image and directory name?The image that appears in my current theme is not located in the theme’s folder. It must be an external link.
Forum: Fixing WordPress
In reply to: How do I change a theme’s image and directory name?yeah, but then how does it link to the image. Do I have to name it something special like “screenshot.jpg”?
Forum: Fixing WordPress
In reply to: Show Posts With Future Datesok, so i put
<?php query_posts('post_status=future,publish'); ?>
in my index page and it worked. But another problem came up that I can’t use the NEXT and PREVIOUS links. In other words, I can’t use page numbers.
How do I fix this or use a different method to get scheduled posts?
Forum: Fixing WordPress
In reply to: Show Posts With Future DatesI’m using WP 2.6 and I tried this:
<?php if (have_posts('post_status=future,publish')) : while (have_posts('post_status=future,publish')) : the_post(); ?>
yet it didn’t display future posts.
Forum: Fixing WordPress
In reply to: How to show draft posts in wordpress….anyone?
Forum: Plugins
In reply to: [Plugin: Popularity contest]same error here.
Forum: Plugins
In reply to: Report Post Plugin?anyone?
Forum: Fixing WordPress
In reply to: Creating an “if exists” for custom field keys@otto, the code doesn’t work
Forum: Fixing WordPress
In reply to: How to create a page displaying posts in order of popularity?is there any way of ordering the posts by using Alex King’s Popularity Contest plugin?
Forum: Fixing WordPress
In reply to: Creating an “if exists” for custom field keysSrry, I’m just a beginner at php. I still have no clue.