loauc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts outside wp directoryDid that and now it’s working wonders.
Thanks again.
Forum: Fixing WordPress
In reply to: Posts outside wp directoryThanks moshu.
I had already done that and that’s how I got my Loop working. But how do I get my loop to display posts when a user clicks on a link on the sidebar that’s pointing to something like:
mydomain.com/blog/?cat=7
I get sent to the default theme inside /blog and I need to keep a consistent look with the other sections of my site.
Felixe.
Forum: Fixing WordPress
In reply to: Pages and permalink structurePage, with capital P. I tried mydomain.com/index.php?page=pageID (where pageID was the ID of my desired Page) but I got redirected to my home page.
It was an error on my theme files. page.php was missing so it was defaulting to index.php
Thanks moshu.
Forum: Fixing WordPress
In reply to: Title attribute missingAnd yes, it worked fine with WP 2.0.5
Thanks again.
Forum: Fixing WordPress
In reply to: Title attribute missingsketchbunny: I’m applying this patch right now. Thank you for sharing it.
Forum: Alpha/Beta/RC
In reply to: WP Beta-1 releasedI’m using an old test server and I get the following:
Fatal error: Call to undefined function: glob() in c:\ibserver\www\wordpress\wp-includes\cache.php on line 225
Could it be apache, php or mysql being too old? WP 1.5.2 works fine.
Tnx,
LoaucForum: Fixing WordPress
In reply to: Extended characters on file uploadI filed a report. Searched for all bugs referencing upload.php and none said nothing about the alt description field.
With my limited PHP knowledge I will try to see what I can do.
Forum: Fixing WordPress
In reply to: Extended characters on file uploadThanks, checking…
Forum: Fixing WordPress
In reply to: Extended characters on file uploadThanks moshu, that’s what I’ve been doing so far. So, you also have the same problem? I mean, can it be reproduced?
Forum: Plugins
In reply to: OT re: KubrickProbably Kubrick doesn’t work with versions older than WP 1.2
Forum: Plugins
In reply to: HTML Code in Postand how can I put code in the comments? I’ve tried using the code tag but it doesn’t work. Would a pre tag work?
Forum: Fixing WordPress
In reply to: Search not on indexI found out it works indeed but not on every word. Very strange.
Forum: Fixing WordPress
In reply to: Search not on indexI’ve just checked several times and I find everything looking good but still nothing. I type a known word (one I know is inside some posts) and when I press GO nothing happens.
Have a look, here’s the URL:
https://domovolcanico.com/felixe/archivo.phpForum: Fixing WordPress
In reply to: Search not on indexFor path you mean the action’s form?
<form method="get" id="searchform" action="<?php echo $PHP_SELF; ?>">
Forum: Fixing WordPress
In reply to: Reads counterThanks it seems it’s very recent. Will try it.