joksanen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Some browser not showing some wp_queriesKrhm, it wasn’t about the browsers. It was about Private posts. With only the basic tutorial been read, I’d understood the feature wrong. Another tutorial managed to explain it a little better. Naturally the other browsers I tried didn’t have the login-cookie, and the content wasn’t shown. I learn something every day.
I also found me a plugin more than adequate for my needs: http://ryowebsite.com/?p=46
Forum: Fixing WordPress
In reply to: Comment link not active in IE–help!For some reason I can’t view the source on IE. Is it surely identical with the source parsed out by FF? And how is it done in PHP?
This case is very interesting as I also have problems stuff showing up differently in different browsers and not meaning CSS..
Edit: okay, missing tag end it is.
Forum: Fixing WordPress
In reply to: Some browser not showing some wp_queriesAnyone? Can you please at least confirm if it is necessary to separate queries from one another like I did? Although they’re displayed before another one is made.
Forum: Fixing WordPress
In reply to: new wp_query(parameters not passed)I have to admit I didn’t notice the date. But, someone might still end up on the post with the search and would like to have an answer. I found it with search trying to find an answer for my problem. Not helping me, but maybe someone else.
Why should there be a limit how old a thread to reply to? Unless, there really is a rule of it. In which case I apologize.
Forum: Fixing WordPress
In reply to: new wp_query(parameters not passed)I believe
$my_query = new WP_Query(‘category_id=21&showposts=5’);should be
$my_query = new WP_Query(‘cat=21&showposts=5’);At least it worked for me.
Do you happen to have difficulties making these second queries with IE or Opera? I have and they work just fine with Firefox. Hopefully it’s again something really stupid reason I’m embarrassed to admit.
Forum: Fixing WordPress
In reply to: WordPress Editor Driving Me InsaneDo I feel stupid or not. Yes. I would delete my last if I still had the change.
The “problem” was I was using excerpts instead of content. Which removes some of the html, I now learned. But this is they way one learns, I suppose.
Then I only need to find out how to include some html into excerpts. That not being a topic of this thread.
Over and out, somewhat embarrassed
Forum: Fixing WordPress
In reply to: WordPress Editor Driving Me InsaneHello, is it ok for me to get back on this although it’s marked resolved, as I need a bit of help?
I’m having similar problems. My html is stripped off on index.php. With html I mean li,u,b,a tags, for instance. Tags are there in the database, naturally, and they show up nicely on page.php and on preview.
I’ve switched all the rich text features off and on again (three ticks on Options/Writing and one from MyProfile) but they’re not the ones to blame. After restoring installation files of Kubrick theme, it works. One by one I’ve replaced most of the selfmade-theme files with Kubrick ones and only thing to make a difference is the index.php.
As adviced I checked there are no trails on functions.php and copied it from the Kubrick theme too. No result. I’ve have no combed most of my modifications from the index.php and it still doesn’t work. To make things a little bit more difficult, I have similar problem in the sidebar.php too, but restoring it made no difference.
I think the problem started when I implemented a sticky topic on the bottom of the page (and on the sidebar), but I’ve taken them off already just for the sake of problem solving.
Here it goes, my index.php. Can you find a problem? Please do.
http://turku.wingtsun.fi/wp-content/themes/wtf/indexphp.txt
(I’m not sure how this forum takes on code, so i put the code on a separate text file)many thanks in advance