carnold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page not displayingExcuse me for my id10tness but what is wrong with it? I see where the order is different but other than that….
Forum: Everything else WordPress
In reply to: Gif in the latest postI now have a first post that is not the latest. The first post is “sticky”. So i think i need to make it the latest post and not the first post. You can see it here. How do i check for the latest and not the first post?
Forum: Fixing WordPress
In reply to: Posts are goneI don’t want it to redirect. All the other vhost on apache work with no problems. WP is not doing the redirect, Apache is. It is much like giving WP is own directory
Forum: Fixing WordPress
In reply to: Posts are goneApache has been setup to access demo.mytimewithgod.net, when mytimewithgod.net/demo is where it is installed (in a folder called demo off of the root). Thats why /demo is accessible. When you request a page, headers are sent back and this is what i get:
HTTP/1.1 301 Moved Permanently
Date: Wed, 10 Oct 2007 02:25:49 GMT
Server: Apache/2.2.6 (Linux/SUSE)
X-Powered-By: PHP/5.1.2
Set-Cookie: PHPSESSID=bvf4ll1cicih2aip5rr564s3v5; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: https://www.mytimewithgod.net/demo/xmlrpc.php
Location: https://www.mytimewithgod.net/
Vary: Accept-Encoding
Content-Length: 0
Content-Type: text/html; charset=UTF-8
The bottom line is anyone should be able to access demo.mytimewithgod.net and instead, everybody gets redirected to the main site—-HTTP/1.1 301 Moved PermanentlyForum: Fixing WordPress
In reply to: Posts are goneYes, it does work with default permalinks. I was hoping that this would be why you can not access the demo site from demo.mytimewithgod.net. This should be accessible in that form but it redirects to the main site. This is what i get from the headers:
HTTP/1.1 301 Moved Permanently
Date: Wed, 10 Oct 2007 02:25:49 GMT
Server: Apache/2.2.6 (Linux/SUSE)
X-Powered-By: PHP/5.1.2
Set-Cookie: PHPSESSID=bvf4ll1cicih2aip5rr564s3v5; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: https://www.mytimewithgod.net/demo/xmlrpc.php
Location: https://www.mytimewithgod.net/
Vary: Accept-Encoding
Content-Length: 0
Content-Type: text/html; charset=UTF-8Forum: Everything else WordPress
In reply to: Gif in the latest postI agree moshu and it worked like a charm! Thanks adambrown.
Forum: Fixing WordPress
In reply to: “Fold” some pages?@samgreen-
Could you email me at carnold5 at(nospam) gmail (nospamDOT) com. I am trying to use this same JS and am having some issues. ThanksForum: Fixing WordPress
In reply to: “Fold” some pages?I would like it (Support or anyother page that has children) to fold out or to “expose” the children. You roll your mouse over “Support” and another menu is shown. Something like this
Forum: Fixing WordPress
In reply to: “Fold” some pages?OK, so i am looking at the plugin and according to the 2.3 plugin compatibility list, it may not be working with 2.3. Anyone offer some help on how to get either a “fold” or JS menu?
Forum: Fixing WordPress
In reply to: “Fold” some pages?I do not want to use a plugin. There use to be some code you could place in your php, like is page 1 || is page 2. Does anyone know where i could find that?
Forum: Fixing WordPress
In reply to: i can’t find tagging in wordpress 2.3Forum: Fixing WordPress
In reply to: WordPress@I still have not found this. Does anyone know where to change this?
Forum: Plugins
In reply to: WP-Polls causes Wordspew CSS loss in FF only?!?This should be handled either at the wordspew site (Andrew does not support wordspew any longer and Pierre has modified it somewhat and his site seems to be down or he is not supporting it any longer either) or Lester Chans site. I had the same problem and contacted GaMerZ. This guy is so nice, he was able to fix the problem and it does appear to be a wordspew problem, not WP-Polls. You can contact GaMerZ here https://forums.lesterchan.net/. Go into the WP-Polls forum and search, you will find the answer (and if not, IM him and his is gracious to help you).
Forum: Fixing WordPress
In reply to: Next/Previous linksCan anyone help with this?
Forum: Fixing WordPress
In reply to: Next/Previous linksYea, i have tried that too, still did not work. Here is the code, maybe someone can see what i am doing wrong:
code
< ? php endwhile; ? ><span class=”next”>< ? php previous_posts_link(‘« %link’) ?></span>
<span class=”previous”>< ? php next_posts_link(‘%link »’) ? ></span>
</div>< ? php else : ?>
< h2 class=”center”>Not Found< /h2>
<p class=”center”>Sorry, but you are looking for something that isn’t here.</p>
< ? php include (TEMPLATEPATH . “/searchform.php”); ? >
< ? php endif; ? >
/code
I have included the top of the code to the bottom of the code to make sure i am placing the next/previous php in the right spot of the index.php file
EDIT-the link is https://www.mytimewithgod.net if someone wanted to look at the source. I also made entries in my css file for the span