Nwahs
Forum Replies Created
-
Thanks…I agree it looks good but I would rather not have the page reload every time you click a different name. When I do that a mouse-over makes the text extra bold and changes the width of the line/content.
Any idea how to stop this from happening?Forum: Plugins
In reply to: Change post-order on front page to random?I nailed down the right code. It seems as though I had to enter:
<?php query_posts($query_string . '&orderby=rand') ?>before my wp loop. Now all my posts on my main page (index.php) are displayed in a random order upon load.
Thanks for your help vtxyzzy, couldn’t have realized this was right w/out your help!
Forum: Plugins
In reply to: Change post-order on front page to random?I’m getting this error when reloading the site with the modified index.php:
Parse error: syntax error, unexpected T_ENDWHILE in /home/mspdjcom/public_html/idol/wp-content/themes/videotheme/index.php on line 90Forum: Plugins
In reply to: Change post-order on front page to random?I got read of any head, body, or HTML tags…they came with some code that I had pasted in there and I forgot to remove them. Here is the updated index.php:
Forum: Plugins
In reply to: Change post-order on front page to random?Here is the full URL for the index.php page for the site.
http://wordpress.pastebin.ca/1818612
ThanksForum: Plugins
In reply to: Change post-order on front page to random?vtxyzzy, thanks, the code seems right but I’m having trouble inserting it into the index.html. Whenever I do that I’ll either get an error message, or the code will show up on the page, above the video boxes. This is how I am trying to insert it:
<?php while ( have_posts() ) : the_post() ?> $args = array( 'posts_per_page' => 5, 'orderby' => 'rand' ); $my_query = new WP_Query($args); while ( $my_query->have_posts() ) : $my_query->the_post() ?> <div class="post-content"> <div class="video-content" align="center"> <?php video_blog_function('450','366',get_the_ID()); ?> </div>Any suggestions on how to insert it so it works? Thanks
Forum: Plugins
In reply to: Map with specific needsA map similar to this one is perfect: http://deadcellzones.com/
I just need to be able to view the map for only reports within the last 60 minutes. Any suggestions?
Can users add to Google Maps if I install that?
Forum: Plugins
In reply to: Very specific need for the wpng-calendarI could actually use something like this too. Anyone?