dustinxsober
Forum Replies Created
-
@alchymyth:
permalinks – yes, .htaccess is writeable.links – fixed that problem. needed to change the first line of:
<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <?php endif; ?>
to
<?php if ( is_search() ) : ?>
edited my first post as i found a solution for links being stripped from summaries here.
Forum: Fixing WordPress
In reply to: adding blog to existing flash site?bump.
Forum: Installing WordPress
In reply to: php installation missing mysql extension…i had been going to that link to do the install, which is where i was getting that error.
i think switching my account to linux did the trick because last night godaddy said it was still ‘changing my services to linux’, and i was getting the error. and now as of early this morning, it’s linux and i have the install page.
thanks for your assistance!
Forum: Fixing WordPress
In reply to: adding blog to existing flash site?now have my blog up at:
https://cortlandareatribune.com/blogso i’m pretty much looking to display just the posts and maybe the archive content within that dark gray area.
any help would be appreciated.
Forum: Installing WordPress
In reply to: php installation missing mysql extension…i actually do want the blog in it’s own directory as it itself is not to be the main so, so unfortunately that article is not helpful to me, but thanks for passing it on.
wp-config.php has the correct db-Host i copied and pasted directly from the mysql database i created.
other thoughts?
Forum: Fixing WordPress
In reply to: adding blog to existing flash site?just realized the link was wrong before…fixed now.
thanks for the info shane…though i’m still confused how i then implement/place the blog within the site?