jen2swt
Forum Replies Created
-
Forum: Plugins
In reply to: Rewrite URLs to show Gallery Name and be more SEO friendlyI agree, I too am dying to get this..There is no other plugin to use either that is as good NextGen..I can’t go forward with my site until it has friendly URL’s.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Friendly URL’s & SEOAnyone? I know it’s possible as my other site that is running an older version is using neat URL’s….
Not the permalinks though, which is what I need…
Forum: Fixing WordPress
In reply to: PHP Error in http.phpHi, I’m still having this error. Any idea?
Thanks
Forum: Fixing WordPress
In reply to: Excluding page doesn’t want to work…Nevermind, I figured it out. Ugh, I really should stop coding after hours..lol
I hate to keep bumping, but I have a site that’s waiting to figure this out…
Can anyone guide me? I also have a new problem. If I go to say site.com/gallery/meganfox I get a directory listing….How do I change that?
Forum: Plugins
In reply to: List subcategories if viewing a Category, and brothers if in subcat.No one knows?
Forum: Plugins
In reply to: List subcategories if viewing a Category, and brothers if in subcat.I too need a fix for this. I’ve searched through many threads here and found nothing.
Forum: Fixing WordPress
In reply to: Major Include issue….Here is my complete code: I just added the Start and End code
<?php /* Short and sweet */ define('WP_USE_THEMES', false); require('./wp/wp-blog-header.php'); ?> <? include('header.php'); ?> <div id="content"> <!-- Start the Loop. --> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <!-- The following tests if the current post is in category 3. --> <!-- If it is, the div box is given the CSS class "post-cat-three". --> <!-- Otherwise, the div box will be given the CSS class "post". --> <?php if ( in_category('3') ) { ?> <div class="post-cat-three"> <?php } else { ?> <div class="post"> <?php } ?> <!-- Display the Title as a link to the Post's permalink. --> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <!-- Display the Post's Content in a div box. --> <div class="entry"> <?php the_content(); ?> </div> </div> <!-- closes the first div box --> <!-- Stop The Loop (but note the "else:" - see next line). --> <?php endwhile; else: ?> <!-- The very first "if" tested to see if there were any Posts to --> <!-- display. This "else" part tells what do if there weren't any. --> <p>Sorry, no posts matched your criteria.</p> <!-- REALLY stop The Loop. --> <?php endif; ?> </div> <? include('footer.php'); ?>
If I set the define(‘WP_USE_THEMES’, false); to true it doesn’t do anything except make a duplicate entry on my index page….for the life of me I just can’t get it to call on the wp’s theme css…
Forum: Everything else WordPress
In reply to: Forum search not working@whooami : This post really isn’t appropriate for that. Off topic…..I have however made a post with my issue.
Thanks ??
Forum: Fixing WordPress
In reply to: Major Include issue….Im just using the code above. It’s like it’s not reading the CSS for some reason. When I view the post from the wp directory it’s fine and perfect.
Forum: Everything else WordPress
In reply to: Forum search not workingNo it’s not and I’ve searched google AND yahoo tyvm
Forum: Everything else WordPress
In reply to: Forum search not workingShew, same here….I need to find help with something probably simple and can’t ??
Forum: Plugins
In reply to: Is there a plugin like this?If now, how can I add the videos or what plugin would I need to be able to do that? To make it not look like videos just posted in a post. Ideally what I was hoping for was to have a video section just for videos. Then a gallery, then a news section.