Title: breakingball's Replies | WordPress.org

---

# breakingball

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 83 total)

1 [2](https://wordpress.org/support/users/breakingball/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/breakingball/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/breakingball/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/breakingball/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/breakingball/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/breakingball/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] [Plugin: WP SlimStat] Removed the plugin, what tables to delete?](https://wordpress.org/support/topic/plugin-wp-slimstat-removed-the-plugin-what-tables-to-delete/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-slimstat-removed-the-plugin-what-tables-to-delete/#post-2477494)
 * All the tables containing `slim_` can be deleted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tag, Category, and Taxonomy Manager - Autotagger Automatically Add Terms] [Plugin: Simple Tags] Category Archive – WordPress 3.1](https://wordpress.org/support/topic/plugin-simple-tags-category-archive-wordpress-31/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-tags-category-archive-wordpress-31/#post-1934481)
 * > Try v2.0-beta1 🙂
 * I love you, man! 😉
 * Is there a timeline on this v2? Do you plan on replacing the removed features?
 * Thanks again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change display order for single category](https://wordpress.org/support/topic/change-display-order-for-single-category/)
 *  Thread Starter [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years ago](https://wordpress.org/support/topic/change-display-order-for-single-category/#post-1570444)
 * Thank you. I think that’s a good suggestion, but I’m not sure I understand how
   to implement it here. :\
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change display order for single category](https://wordpress.org/support/topic/change-display-order-for-single-category/)
 *  Thread Starter [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years ago](https://wordpress.org/support/topic/change-display-order-for-single-category/#post-1570392)
 * No sleep till Brooklyn.
 * I finally figured out that I just needed to merge the original query array into
   the new parameter array, like so:
 *     ```
       global $wp_query;
       query_posts(
       	array_merge(
       		array('cat' => 79,
       			'order' => ASC),
       		$wp_query->query
       	)
       );
       ```
   
 * Thanks to John and the Codex.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change display order for single category](https://wordpress.org/support/topic/change-display-order-for-single-category/)
 *  Thread Starter [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years ago](https://wordpress.org/support/topic/change-display-order-for-single-category/#post-1570361)
 * 😉 Thanks, but naming the template was the easy part.
 * I seem to have a problem with pagination with the new template.
 * This category has 7 posts, but where I display 6 posts per page, Page 2 of the
   category I’ve modified shows the same first 6 posts as Page 1 in the category
   rather than showing the 7th post as I’d expect.
 * I’m wondering whether I need to include `get_query_var( 'paged' )` somewhere 
   in there, but I’m not clear about the syntax for including that in the query 
   I inserted into the new template….
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change display order for single category](https://wordpress.org/support/topic/change-display-order-for-single-category/)
 *  Thread Starter [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years ago](https://wordpress.org/support/topic/change-display-order-for-single-category/#post-1570296)
 * Thanks, John. First impression is that your suggestion worked perfectly. I went
   with category-slug.php, and reading the Codex article, I’m pretty sure that no
   other parameters are needed.
 * I appreciate the help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Filling in the blanks in Admin, Settings, General?](https://wordpress.org/support/topic/filling-in-the-blanks-in-admin-settings-general/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/filling-in-the-blanks-in-admin-settings-general/#post-1441996)
 * > There will be no one else writing on the blog – ever.
   > No one will be “registering” to my blog.
   > No one will be “subscribing” to the blog.
   > Just me writing everything.
   > So what do I write in that blank?
 * If there won’t be any new users then it doesn’t make any difference which role
   you set as the default. Subscriber is fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed Blog Folder Name Already](https://wordpress.org/support/topic/changed-blog-folder-name-already/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/changed-blog-folder-name-already/#post-1427401)
 * > I have that button (!) but hadn’t noticed it before. This process is short 
   > compared to the other directions. Will this work in my situation?
 * It might. I was just suggesting that the manual upgrade process via ftp is pretty
   much foolproof if you follow the instructions.
 * > I made some changes to the php files to remove/change date structures, etc.,
   > and made lots of CSS changes. I assume that I will just restore those back 
   > to the appropriate folder?
 * You shouldn’t upgrade or replace or delete your wp-content directory or its contents.
   Just back it up via ftp and then verify that everything is in the backup.
 * If you changed anything in core WordPress files, those changes will be lost in
   the upgrade as those files will all be replaced with new versions. If you just
   changed the code in your theme files, those changes won’t be affected by upgrading
   because they are in your wp-content folder.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to edit the web browser title bar](https://wordpress.org/support/topic/how-to-edit-the-web-browser-title-bar/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/how-to-edit-the-web-browser-title-bar/#post-1427263)
 * Have you looked in your WP Dashboard under Settings > General in the Title and/
   or Tagline fields? That’s where you would have entered this information.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed Blog Folder Name Already](https://wordpress.org/support/topic/changed-blog-folder-name-already/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/changed-blog-folder-name-already/#post-1427257)
 * > I go to my host and the Install facility still thinks WP is installed in directory
   > wordpress.
 * Upgrade your install manually. It only takes a few minutes.
 * [http://codex.wordpress.org/Upgrading_WordPress_Extended](http://codex.wordpress.org/Upgrading_WordPress_Extended)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant login anymore .. please help!!](https://wordpress.org/support/topic/cant-login-anymore-please-help/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/cant-login-anymore-please-help/#post-1423998)
 * This will only be useful if you have logged into your site from your Mac at least
   once:
 * In OS X, look in your ~/Applications/Utilities/ folder for Keychain Access.app,
   open it, then look for your site in the list. It will probably be listed under
   All Items as something like
 * fodiographer.com – Internet Password
 * Select (highlight) that item, then press Command-I. In the small window that 
   opens, check the Show Password box. You’ll then be asked to enter your admin 
   password (your computer’s admin password); choose Allow, and your site’s login
   password should appear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Lightbox Gallery](https://wordpress.org/support/topic/lightbox-gallery-1/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/lightbox-gallery-1/#post-1406891)
 * > so that the lightbox centers itself on the screen
 * I only have that well-documented problem with the latest versions of Opera (10.10,
   10.5b). You might try the Lightbox support forum for help on that, though.
 * [http://www.huddletogether.com/forum/](http://www.huddletogether.com/forum/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Lightbox Gallery](https://wordpress.org/support/topic/lightbox-gallery-1/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/lightbox-gallery-1/#post-1406757)
 * There are several ways to do this:
 * [http://zollinhofer.com/lightbox-faq#agallerysingle](http://zollinhofer.com/lightbox-faq#agallerysingle)
 * [http://www.huddletogether.com/forum/comments.php?DiscussionID=711](http://www.huddletogether.com/forum/comments.php?DiscussionID=711)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Looking for a plugin that emails a form to the user who fills it out.](https://wordpress.org/support/topic/looking-for-a-plugin-to-email-a-form-to-the-user-who-fills-it-out/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/looking-for-a-plugin-to-email-a-form-to-the-user-who-fills-it-out/#post-1374586)
 * Try [this](http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Simple Tags (RC1.2)] Getting Fatal Error After Installing RC 1.2](https://wordpress.org/support/topic/plugin-simple-tags-rc12-getting-fatal-error-after-installing-rc-12/)
 *  [breakingball](https://wordpress.org/support/users/breakingball/)
 * (@breakingball)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-tags-rc12-getting-fatal-error-after-installing-rc-12/page/2/#post-1351720)
 * 1.7.4.2 works for me. Just needed to replace the widget and its settings.

Viewing 15 replies - 1 through 15 (of 83 total)

1 [2](https://wordpress.org/support/users/breakingball/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/breakingball/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/breakingball/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/breakingball/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/breakingball/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/breakingball/replies/page/2/?output_format=md)