ifelse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loading Oddity“Dude. I don’t know if you’re deliberately being sarcastic/caustic, I’ll assume not. In any case: That’s highly unhelpful.”
Whilst it could have been phrased better, what Macmanx is saying is actually very helpful.If you *temporarily* remove the suspicious areas and an improvement shows up, that would definitely identify it as the area of concern. If not, then you carry on looking, knowing that it was a red herring.
In other words, you are honing in on the problem. Try it. Don’t be so quick to anger;)
Forum: Plugins
In reply to: Plugin Competition Winners !Congratulations to the winners!
There were some fantastic plugins developed as a result of the contest so I have to say the real winners were us guys:)
Forum: Fixing WordPress
In reply to: Sidebar.php edit has killed my site“If anyone could answer exaclty where to place the Google code within sidebar.php, I would greatly appreciate it.”
You can place the code for Google Adsense anywhere you like al long as it’s outside of<?php ?>tags.It depends on how/where you want to display the ads; there’s no right answer.
Forum: Fixing WordPress
In reply to: blog.url problemsGlad to hear it:) Could you mark this topic as resolved?
Thanks
Forum: Fixing WordPress
In reply to: blog.url problemsThis is a typo that had managed to get though to an earlier release. It’s fixed in the latest package so you can either:
- download the latest version of the flex theme
- or change
bloginfo('blog_url');tobloginfo('url');
Forum: Plugins
In reply to: A complete tagging system built on WordPress CategoriesNice work!
Forum: Installing WordPress
In reply to: Adsense everywhere but main pageThat’s because you’re using WP 1.2 instead of the latest version (WP 1.5.1.3)
Forum: Fixing WordPress
In reply to: matching the wordpress to my layout“what source code were you looking at ..i wont get much help having ‘what’ there?”
The first line in your code where you placed a comment<!--WHAT THE F*** ARE YOU DOING! GET OUT OF HERE-->BTW, are you using WP on iamhollywood.org? It doesn’t look like it…
Forum: Themes and Templates
In reply to: Theme Twins Identification Band, the boyish style problemThe link to the button image is incorrect.
/wp-content/themes/identification-band-twins-boyish/img/search.png
should be changed to
/blog/wp-content/themes/identification-band-twins-boyish/img/search.pngForum: Fixing WordPress
In reply to: Sidebar align…Without a link, there is not a lot we can do to help. Hence, can you provide your site’s URL?
Forum: Fixing WordPress
In reply to: WordPress database error: [Got error -1 from table handler]This is another hosting issue. Going to your site, the error now appears to have been rectified and posts are showing correctly. Can you update this thread to “This topic has been resolved”?
Forum: Fixing WordPress
In reply to: Content gone but still in the databaseTry deleting your browser cache and doing a force refresh (CTRL + F5). If the problem still persists, it may be down to a problem with your ISP.
Forum: Fixing WordPress
In reply to: Member profile pages“I’ve searched until my fingers have bled for this and keep coming up with stuff relating to authors profiles – but I’m the only author on my site.”
Since you’ve made it mandatory for registration before comments can be posted, there is no distinction between an author and a commenter. A registered commenter is just an user without the ability to post.Forum: Fixing WordPress
In reply to: Gallery inside main pageNot easily. You’ll either have to modify the gallery to look like your WP theme or make a custom page that calls the gallery code.
Forum: Installing WordPress
In reply to: How to install two identical blogs“If so, there is a way to keep just one control panel and two identical blogs but in different languages.”
Why not just maintain them in different categories? You can then navigate to the two respective section via example.com/spanish and example.com/english“Where is the password?, that is, in which file I can find it via http://FTP.”
It’s not stored in a file. It’s stored in the database in a secure format. There is no way to see it in plain text.