Title: streetlight708's Replies | WordPress.org

---

# streetlight708

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problem with blog URL structure](https://wordpress.org/support/topic/problem-with-blog-url-structure/)
 *  [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/problem-with-blog-url-structure/#post-2471990)
 * Hey guys,
 * Just had this issue. This post fixed it. If you utilize phpMyAdmin you can alter
   the databases. It was a lifesaver.
 * [http://wordpress.org/support/topic/cant-access-wp-admin-after-changing-url-to-the-website](http://wordpress.org/support/topic/cant-access-wp-admin-after-changing-url-to-the-website)
 * N
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Limiting Characters without cutting a word in half](https://wordpress.org/support/topic/limiting-characters-without-cutting-a-word-in-half/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/limiting-characters-without-cutting-a-word-in-half/#post-2660218)
 * here it is again! Sorry, I put the code brackets in wrong.
 * `<a href="<?php the_permalink(); ?>"> <?php echo substr(get_the_title(), 0, 35);
   if(strlen(get_the_title()) > 20) echo ' ...'; ?></a>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Limiting Characters without cutting a word in half](https://wordpress.org/support/topic/limiting-characters-without-cutting-a-word-in-half/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/limiting-characters-without-cutting-a-word-in-half/#post-2660215)
 * The code actually is:
 * `<a href="<?php the_permalink(); ?>"> <?php echo substr(get_the_title(), 0, 35);
   if(strlen(get_the_title()) > 20) echo ' ...'; ?></a>`
 * Sorry!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change the Title of a Widget Area in the Admin](https://wordpress.org/support/topic/change-the-title-of-a-widget-area-in-the-admin/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/change-the-title-of-a-widget-area-in-the-admin/#post-2660204)
 * ahh — you’re wonderful! Works perfectly. Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Relative Urls for comments](https://wordpress.org/support/topic/relative-urls-for-comments/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/relative-urls-for-comments/#post-2461698)
 * Or, another way to put it — is there a way to write a url that would work like‘/%
   post-name%/#respond’?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Socialize] Change location of Socialize Plugin](https://wordpress.org/support/topic/change-location-of-socialize-plugin/)
 *  [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/change-location-of-socialize-plugin/#post-1850043)
 * Ah, [@kevinlearynet](https://wordpress.org/support/users/kevinlearynet/), I can’t
   seem to get your solution to work? I added your code to the proper files, then
   tried to add it to a certain section of The Loop so it’d float nicely around 
   my title tags.
 * Any suggestions? I would really appreciate them!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Widgets] [Plugin: Flexible Widgets] Not working with all widgets](https://wordpress.org/support/topic/plugin-flexible-widgets-not-working-with-all-widgets/)
 *  [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-flexible-widgets-not-working-with-all-widgets/#post-2397664)
 * I’ve run into this problem before as well. I went and found ‘Widget Logic’, which
   seems to work better. You have to use a very minimal amount of php, but it seems
   to work more often then not.
 * N
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp e-commerce menu help](https://wordpress.org/support/topic/wp-e-commerce-menu-help/)
 *  [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/wp-e-commerce-menu-help/#post-2009210)
 * I’m having the same problem. Has anyone found a solution?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [No comments on specific category pages?](https://wordpress.org/support/topic/no-comments-on-specific-category-pages/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-comments-on-specific-category-pages/#post-2207266)
 * it’s a custom theme we paid someone to make – I’m thinking they just spit it 
   out
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [No comments on specific category pages?](https://wordpress.org/support/topic/no-comments-on-specific-category-pages/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-comments-on-specific-category-pages/#post-2207259)
 * Hmm. I can’t find that in this code:
 *     ```
       get_header(); ?>
   
       		<div id="container">
       			<div id="content" role="main">
   
       			<?php
       			/* Run the loop to output the post.
       			 * If you want to overload this in a child theme then include a file
       			 * called loop-single.php and that will be used instead.
       			 */
       			get_template_part( 'loop', 'single' );
       			?>
   
       			</div><!-- #content -->
       		</div><!-- #container -->
       ```
   
 * Should I just add it in?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [No comments on specific category pages?](https://wordpress.org/support/topic/no-comments-on-specific-category-pages/)
 *  Thread Starter [streetlight708](https://wordpress.org/support/users/streetlight708/)
 * (@streetlight708)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-comments-on-specific-category-pages/#post-2207249)
 * it does! Is the solution in there?

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