think2wice
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can Someone Tell Me How This Blog Manages To Do This?I helped the owner of that site do that! Hehe. Just make a template called “image.php” and use the code found in the “image.php” template found in the default wordpress template.
http://www.blog-almighty.com/tag/wordpress-25-image-gallery/ – go here for more info if you’re still stumped
And first and foremost, make sure you’ve upgraded to the latest WordPress (which is currently 2.6)
Forum: Fixing WordPress
In reply to: Major loading problem in IEI think this is a wordpress bug. It’s been around for a while, and it happens to LOADS of popular blogs online that use WordPress. I think the best thing for you to do is to somehow reach out to your readers and tell them to use Firefox, which is 1000000000x better than IE anyway!
And what would that do?
So maybe akismet is the problem lol. The one plugin no one disables or is afraid to disable.
Yeah, I think another plugin might be causing the issue, in addition to wp cache. I still get 500 errors with it disabled (but not as much – maybe once a day, or every couple of days). The only difference is that when wp cache causes 500 errors, the entire site is down. When I have it off, and I still get 500 errors, only the top portion of the dashboard shows up.
Donncha, what should I look for in my php error_log? This can be found in /etc/httpd/logs right?
Bump … anyone?
Forum: Fixing WordPress
In reply to: tinyMCE is not defined!Wow, thanks ouranos2! Your wp-config solution fixed it. Such a simple fix. I wouldn’t have ever thought of that in a million years … I swear I’ve re-uploaded my wp-includes folder 100 billion times lol.
Forum: Fixing WordPress
In reply to: WYSIWYG editor disapearshttp://wordpress.org/support/topic/187820?replies=5
Check that out. I had the exact same problem, and the very last solution from “ouranos2” fixed it!
Forum: Plugins
In reply to: Multiple image insertSunscream, will you be updating the media.php file with the 2.6 features?
Forum: Plugins
In reply to: Multiple image insertThis saves so much time! From the checkbox-styled insert, to the default location changing from link url to post url, and “thumbnail” being selected by default. Thanks sunscream!
Thanks but naturally I wouldn’t find that because I wasn’t looking for it. I was actually looking for what I mentioned in my first post. But this solves my issue so I can now use the built-in “static page” feature of wordpress. Thanks!
@ moshu, then how did it work? I never set the permalink to function that way. I never even created the page. Not once did I go to write >> page and make a template. All I did was put some code with a wordpress loop to display one post in home.php and put my regular blog code (with the wordpress loop) in index.php and uploaded. Somehow wordpress automatically gave index.php the “/blog” slug.
This is how my home.php is outlined. I’ll post the code if I need to.
FIRST FULL POST (IF I USE A <!–MORE–> TAG, THE LOOP OBEYS IT)
10 POSTS WITH TITLE AND EXCERPT WITH AN AVATAR
10 POSTS WITH TITLE (NO EXCERPT NO AVATAR)
column #1 – 10 POSTS FROM A SPECIFIC CATEGORY (AVATAR INCLUDED) / column #2 – 10 POSTS FROM A SPECIFIC CATEGORY (AVATAR INCLUDED)
column #1 – 10 POSTS FROM A SPECIFIC CATEGORY (AVATAR INCLUDED) / column #2 – 10 POSTS FROM A SPECIFIC CATEGORY (AVATAR INCLUDED)
Now back to my original statement: “To my knowledge, you cannot include a wordpress loop in a static page.”
I’ve searched high and dry for the ability to include a REAL wordpress loop into a page. The only solution I could come up with was a “mini-loop.” And that doesn’t do what I want it to do. Mini-loops do not obey post breaks with the <!–more–> tag. I’ve tested it, and it instead shows the ENTIRE post (including the content after <!–more–>.
I’m not sure if we’re having the same problem. I’m able to display a “loop” but I can’t get my pages to work right. When using “home.php” and “index.php” as template files in previous versions of WordPress, the software automatically gave “index.php” the “/blog” slug and that’s how I accessed my blog posts. Now when I go to “/blog,” the software displays a blank page. I need to either know what page slug works from index.php or how to get “/blog” to work again.
Also, I do not want to show just an excerpt. The excerpt doesn’t display images. I want the post on “home.php” to show everything up until the post breaks (where I insert <!–more–>). How the heck do I do that on a static page? If I can get something like that to work, I can do a work-around and not even have to use home.php and index.php.
Forum: Requests and Feedback
In reply to: 2.5 Media Library – Argghh please bring back the old one :-)I actually like the new “upload” function of the Media Manager. It’s so fast! But that’s it. It takes so long adding each individual thumbnail, whereas in the previous versions, it only took about 1 second per image. Click the thumbnail, send to editor, select another thumbnail, send to editor, and so on, and so forth.
With this new one, everytime you send to editor, the manager goes away forcing you to have to re-open it for EVERY .. SINGLE .. THUMBNAIL. Very time consuming, to say the least! If there were a way you could mesh the two together (the uploading capabilities of 2.5 with the practicality of 2.3 and lower) it would be awesome!