breakingball
Forum Replies Created
-
All the tables containing
slim_
can be deleted.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
In reply to: Change display order for single categoryThank you. I think that’s a good suggestion, but I’m not sure I understand how to implement it here. :\
Forum: Fixing WordPress
In reply to: Change display order for single categoryNo 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
In reply to: Change display order for single category?? 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
In reply to: Change display order for single categoryThanks, 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
In reply to: Filling in the blanks in Admin, Settings, General?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
In reply to: Changed Blog Folder Name AlreadyI 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
In reply to: how to edit the web browser title barHave 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
In reply to: Changed Blog Folder Name AlreadyI 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.
Forum: Fixing WordPress
In reply to: cant login anymore .. please help!!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
In reply to: Lightbox Galleryso 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.
Forum: Plugins
In reply to: Lightbox GalleryThere are several ways to do this:
https://zollinhofer.com/lightbox-faq#agallerysingle
https://www.huddletogether.com/forum/comments.php?DiscussionID=711
Forum: Plugins
In reply to: Looking for a plugin that emails a form to the user who fills it out.Try this.
Forum: Plugins
In reply to: [Plugin: Simple Tags (RC1.2)] Getting Fatal Error After Installing RC 1.21.7.4.2 works for me. Just needed to replace the widget and its settings.