Anonymous
Unregistered
Posted 8 years ago #
I have successfully installed many instances of wordpress and love it, but have a unique problem. When the menu is built to the right (with default css in place), the Categories are listed, but the first one to "all" which should link to rootdomain/wordpress/index.php?cat=all instead links to rootdomain/index.php?cat=all. The following category links correctly point to the wordpress folder for instance rootdomain/wordpress/index.php?cat=1
I have tried looking at template-functions-category.php
which I think builds these links, but am not seeing how/what parameters are passing to create this odd result.
I have never had this problem before. Thanks for any help.
Anonymous
Unregistered
Posted 8 years ago #
Well in that file, at line 300 I modified it as follows:
$link = "'.$all."";
became this:
$link = "'.$all."";
Because I found that was the difference between how the category links were built and this was built. So I inserted: get_settings('siteurl').
I am wondering if I got the latest build. I was having a problem or to because of two missing lines in the install-config.php file, so I tried grabbing a current daily build. However it says 0.077 at the bottom where I presume I want 1.01 or the like?
Thanks and sorry for so many questions in a short span, but it is the first time I have ever had any difficulty with this wonderful program.
Anonymous
Unregistered
Posted 8 years ago #
Well in that file, at line 300 I modified it as follows:
$link = "'.$all."";
became this:
$link = "'.$all."";
Because I found that was the difference between how the category links were built and this was built. So I inserted:
get_settings('siteurl').
I am wondering if I got the latest build. I was having a problem or to because of two missing lines in the install-config.php file, so I tried grabbing a current daily build. However it says 0.077 at the bottom where I presume I want 1.01 or the like?
Thanks and sorry for so many questions in a short span, but it is the first time I have ever had any difficulty with this wonderful program.
Ok, I also forgot to use the encoder widget:
http://resources.wordpress.org/tools/encode/
which also doesn't work all that well because a long unbroken string like those far exceeds the page width making it hard to copy and paste back here ... but hopefully I managed on this repost
I took 1.2 yesterday and it wasn't fixed yet there. I tried searching before posting ... and nothing came up under all link etc. must have been using the wrong terms :-) Thanks for the posts. I noticed the scroll bars ... which appear only on longer posts ... perhaps a hint to people like me to be terse?