Title: dustinxsober's Replies | WordPress.org

---

# dustinxsober

  [  ](https://wordpress.org/support/users/dustinxsober/)

 *   [Profile](https://wordpress.org/support/users/dustinxsober/)
 *   [Topics Started](https://wordpress.org/support/users/dustinxsober/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dustinxsober/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dustinxsober/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dustinxsober/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dustinxsober/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dustinxsober/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [links being stripped from post summary & can't change permalink format](https://wordpress.org/support/topic/links-being-stripped-from-post-summary-cant-change-permalink-format/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/links-being-stripped-from-post-summary-cant-change-permalink-format/#post-1728109)
 * [@alchymyth](https://wordpress.org/support/users/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() ) : ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [links being stripped from post summary & can't change permalink format](https://wordpress.org/support/topic/links-being-stripped-from-post-summary-cant-change-permalink-format/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/links-being-stripped-from-post-summary-cant-change-permalink-format/#post-1728089)
 * edited my first post as i found a solution for links being stripped from summaries
   [here](http://wordpress.org/support/topic/links-disappearing-in-a-post).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adding blog to existing flash site?](https://wordpress.org/support/topic/adding-blog-to-existing-flash-site/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adding-blog-to-existing-flash-site/#post-1222608)
 * bump.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [php installation missing mysql extension…](https://wordpress.org/support/topic/php-installation-missing-mysql-extension-1/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-installation-missing-mysql-extension-1/#post-1223097)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adding blog to existing flash site?](https://wordpress.org/support/topic/adding-blog-to-existing-flash-site/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adding-blog-to-existing-flash-site/#post-1222583)
 * now have my blog up at:
    [http://cortlandareatribune.com/blog](http://cortlandareatribune.com/blog)
 * so 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](https://wordpress.org/support/forum/installation/)
   
   In reply to: [php installation missing mysql extension…](https://wordpress.org/support/topic/php-installation-missing-mysql-extension-1/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-installation-missing-mysql-extension-1/#post-1222959)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adding blog to existing flash site?](https://wordpress.org/support/topic/adding-blog-to-existing-flash-site/)
 *  Thread Starter [dustinxsober](https://wordpress.org/support/users/dustinxsober/)
 * (@dustinxsober)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adding-blog-to-existing-flash-site/#post-1222522)
 * 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?

Viewing 7 replies - 1 through 7 (of 7 total)