spindrift-films
Forum Replies Created
-
the blog.php had the needed files…..problem solved…THANKS!!
Thanks for the video…it was great help. Except that my idex.php file does not include any of the information indicated in the video. Below is a copy of my idex.php file…
Would love to learn other ways to remove categories, date stamp and comments from my home page
<?php get_header(); ?>
<!– Show the welcome box and slideshow only on first page. Makes for better pagination. –>
<?php if ( $paged < 1 ) { ?><!– Begin Welcome Box –>
<?php if (is_home()) include (THEMELIB . ‘/apps/welcomebox.php’); ?><!– Begin Slideshow –>
<?php include (THEMELIB . ‘/apps/slideshow-static.php’); ?><!– End Better Pagination –>
<?php } ?><!– Begin Blog –>
<?php include (THEMELIB . ‘/apps/blog.php’); ?><!– Begin Footer –>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: How to rearrange Page order in navigation sidebar?Awesome! That did the trick….thanks for your help.
Forum: Fixing WordPress
In reply to: How to rearrange Page order in navigation sidebar?Thanks for the ideas and suggestions. I have already designated the order of the pages. For the top pull down menus on the site that seems to work great. However, for the sidebar navigation menu where I have inserted the PAGES widget, designating the order seems to have so effect…they are in random order.