Title: waffles's Replies | WordPress.org

---

# waffles

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Change Posts Date to Now](https://wordpress.org/support/topic/change-posts-date-to-now/)
 *  Thread Starter [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/change-posts-date-to-now/#post-894805)
 * Ok, let me explain myself further. I know how to change the date on a post. What
   I’m looking for is a 1 click solution. Or even better, having a way to say that
   all posts will be published at the same time and all I have to change is the 
   date.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Widget error message](https://wordpress.org/support/topic/widget-error-message/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/widget-error-message/#post-669902)
 * Do you have the widgets.php file in both wp-admin and wp-includes? I was missing
   the one in includes and had that same error message. Uploaded it there and everything
   was fine again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [htaccess to send www to non www not working](https://wordpress.org/support/topic/htaccess-to-send-www-to-non-www-not-working/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/htaccess-to-send-www-to-non-www-not-working/#post-584638)
 * Put this in your .htaccess file.
 *     ```
       Options +FollowSymlinks
       RewriteEngine on
       rewritecond %{http_host} ^www\.yourdomainhere\.com [nc]
       rewriterule ^(.*)$ http://yourdomainhere.com/$1 [r=301,nc]
       ```
   
 * That should do the trick.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Title of Post to Comment Link](https://wordpress.org/support/topic/add-title-of-post-to-comment-link/)
 *  Thread Starter [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/add-title-of-post-to-comment-link/#post-584553)
 * Thanks for your help, that does exactly what I want it to.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Title of Post to Comment Link](https://wordpress.org/support/topic/add-title-of-post-to-comment-link/)
 *  Thread Starter [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/add-title-of-post-to-comment-link/#post-584547)
 * If I can then I have no idea how to get it to work. Right now my my code looks
   like this:
 *     ```
       <div class="postmetadata">
       			<?php _e( 'Filed under' ); ?> <?php the_category( ', ' ); ?> · <br />
       			<?php comments_popup_link( __( 'No comments on <?php the_title(); ?> &raquo;' ), __( 'Comments (1) &raquo;' ), __( 'Comments (%) &raquo;' ), 'commentslink', __( 'Comments are off' ) ); ?>
       			</div>
       ```
   
 * I’ve tried it with and without echo in there, I’ve tried with the marks in the
   parenthesis on the page you linked to. Basically every different combination 
   I can think of and the best I’ve gotten it to do was ignore what I had in the
   PHP tags and just add some text.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Flickr plugin for specific photos?](https://wordpress.org/support/topic/flickr-plugin-for-specific-photos/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/flickr-plugin-for-specific-photos/#post-584111)
 * I’m not sure of a WordPress plugin that does this, but you can alwasy create 
   the Flickr badge and have it restricted to a certain set. If you only put the
   photos that you want displayed in that set then you’re fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Related Posts – can’t get it to work](https://wordpress.org/support/topic/related-posts-cant-get-it-to-work/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/related-posts-cant-get-it-to-work/#post-583386)
 * You need to go play with your theme files in order to get it to work. Place that
   code you mentioned where you want it to appear in relation to the post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [newest pages](https://wordpress.org/support/topic/newest-pages/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/newest-pages/#post-584109)
 * [Does this do what you want?](http://www.coffee2code.com/wp-plugins/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Keep one post always at the top](https://wordpress.org/support/topic/keep-one-post-always-at-the-top/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/keep-one-post-always-at-the-top/#post-584525)
 * [This plugin should be able to do it for you.](http://rudd-o.com/projects/wp-homepage/)
 * I use it on my blog and haven’t had any problems you. You just need to install
   it and add a custom field for the post that you want to stick.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Redirect to get rid of www.](https://wordpress.org/support/topic/redirect-to-get-rid-of-www/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/redirect-to-get-rid-of-www/#post-584524)
 * All you need is this, with the example sites used changed to your site.
 *     ```
       Options +FollowSymlinks
       RewriteEngine on
       rewritecond %{http_host} ^www\.yourdomainhere\.com [nc]
       rewriterule ^(.*)$ http://yourdomainhere.com/$1 [r=301,nc]
       ```
   
 * Place it in your .htacess file, remove anything else that attempts to do the 
   same thing, and you should be good.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [lightbox or no lightbox, feedback please](https://wordpress.org/support/topic/lightbox-or-no-lightbox-feedback-please/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/lightbox-or-no-lightbox-feedback-please/#post-583384)
 * Personally, I hate lightbox and would advise against it. But I just don’t like
   things popping up at me like that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login redirecting to login!](https://wordpress.org/support/topic/login-redirecting-to-login/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/login-redirecting-to-login/#post-500845)
 * Does anyone have a solution for this problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Locked out of my own site: wp-admin strange redirect – help!](https://wordpress.org/support/topic/locked-out-of-my-own-site-wp-admin-strange-redirect-help/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/locked-out-of-my-own-site-wp-admin-strange-redirect-help/#post-552362)
 * I really don’t mean to bump this up, but it hasn’t gotten any replies and the
   problem is really starting to bother me.
 * It only happens on one of my blogs, and I have no idea what could be causing 
   this sort of problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Locked out of my own site: wp-admin strange redirect – help!](https://wordpress.org/support/topic/locked-out-of-my-own-site-wp-admin-strange-redirect-help/)
 *  [waffles](https://wordpress.org/support/users/waffles/)
 * (@waffles)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/locked-out-of-my-own-site-wp-admin-strange-redirect-help/#post-552360)
 * I’m having the same problem, and haven’t found a solution for it yet. Does anyone
   have a fix or know of a possible reason for it happening?

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