ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The error that makes me angrylet’s not and say we did.
Forum: Fixing WordPress
In reply to: The search-functionality doesn’t work!ok… I think the solution is simple.
You have a few custom queries in your sidebar, but for some reason your sidebar code in your search template comes BEFORE the content area.
<?php get_sidebar(); ?>
this should go beneath the WHILE loop on that page because the custom queries in your sidebar are destroying the search query.
Forum: Fixing WordPress
In reply to: File Editor in 2.5?I never used it, so I can’t really assist you – but I want to suggest that you try your hand at using an ftp client.
the problem with web-based file editing is that there’s no undo feature and no backup to fall back on.
Forum: Fixing WordPress
In reply to: Where is the gallery code?Like most of wordpress’ most useful little toys, it’s really only a demo allowing the devs to insert some plugin hooks.
the idea with this (as with the user meta information) is for people to throw plugins at it, and make it do stuff. That’s why it sucks so much.
Forum: Fixing WordPress
In reply to: How to ensure one post always stays above others?Unlike Joni, I never say no, I just charge enough to make it worthwhile.
Cut us in and we’ll hold your hand all you like – otherwise it’s probably a good idea for you to try a little research for a change.
At the very least search the plugins if you can’t be arsed doing it yourself.
PS: making you do it yourself is more help than giving you the answer. You’ll thank us one day.
Forum: Fixing WordPress
In reply to: The search-functionality doesn’t work!ok, I’ve tried several keywords from your site, and while the search page DOES load, it shows no results.
that leads me to believe that there’s something wrong with your template’s search.php file.
please paste the entire contents of the file into: http://wordpress.pastebin.com/ then post the link back here.
Forum: Fixing WordPress
In reply to: The search-functionality doesn’t work!I’m on my way to your site – in the mean time, your profile here has a typo in your web address which is why I couldn’t visit your site earlier.
Forum: Fixing WordPress
In reply to: The number of categories disappearedwell if they were there before 2.5 they should be there after 2.5, like mine in my sidebar (on a 2.5.1 blog).
I don’t know, but maybe you’re using a widget or something…if you are, then I can’t really advise you – beyond checking the widget options.
If you’re not using a widget, then check the sidebar.php template in your theme, and look for the wp_list_categories function and make it read something like:
wp_list_categories('show_count=1');you can find a full list of options on the codex page:
Forum: Fixing WordPress
In reply to: Which forum should I use ? WP-Forum or Simple:Press Forum ?A friend of mine installed wp-forum and shortly thereafter his site was hacked. I had to trawl the logs for him because he’s not particularly technical, and sure enough wp-forum was at fault.
Once burned, thrice shy.
Forum: Fixing WordPress
In reply to: Use phpBB session data in WordPress page?actually guys, the problem is phpbb and the use of session variables in the first place. They really shouldn’t be necessary in most cases these days.
Doesn’t it let you turn them off?
Forum: Fixing WordPress
In reply to: The search-functionality doesn’t work!can you be a little more specific about “doesn’t work” or provide a web address in your profile that actually loads?
or … something?…. anything!
“*splutter* doesn’t work *cough* help me!” isn’t really enough information to do anything with.
…
I wonder if road-side assistance gets stuff like this… I bet they do.
> hello, roadside assistance
hi, car isn’t working
> ok, where are you?
next to my freaking car! Help me!Forum: Fixing WordPress
In reply to: The number of categories disappearedwhere? in the sidebar or the admin panel?
I really love it when people barely write a sentence when asking questions. If you can’t express it, then take a screenshot.
This forum is like God – it helps those who help themselves.
Forum: Fixing WordPress
In reply to: Removing generated class in the page list menuI’d like to know why the output is a problem for you.
it validates, it gives you options, but you don’t have to use them, so why is it causing you trouble? – often people focus on the wrong thing to fix, which I think is what you’re doing here.
I asked this of someone the other day, and he immediately turned into a spastic, so I hope you don’t take it the wrong way but:
What do you REALLY want? – choking this output can’t be it.
Forum: Fixing WordPress
In reply to: 1000 plus images not indexed on Google> “I couldn’t find a solution so I’m posting it now.”
What is it you’re posting now?
Anyway, a little information about how long your site has been around, and what you DO get google hits based on, would be nice.
Do you have a stats package running, like analytics or awstats or something? If not, get one so you can see what search terms are actually being used to reach you.
I’ve had people hit my site based on google image searches, but I can’t for the life of me make any of mine show when I try looking for them myself. That doesn’t mean they’re not there.
Forum: Fixing WordPress
In reply to: Using the_content after get_posts on a Pageyou also want to bookmark some codex pages, in particular
the one about The Loop™.Every web guy needs to sleep with that under his pillow.