mattbaehr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I share a footer or link list between multiple WP installsNo, these are sites on different servers, etc. The include idea was good, but I ran into a problem with it. However, the solution was found here.
The file_get_contents option worked.
Forum: Fixing WordPress
In reply to: How do I share a footer or link list between multiple WP installsI am just looking for something that would WORK. Thanks for the idea.
Thanks, that gets me close to where I want to be.
Forum: Installing WordPress
In reply to: Where can I find previous versions of WP?Thanks James. I knew it had to be there somewhere.
Forum: Fixing WordPress
In reply to: Page title breaks in wp_list_pagesPerfect. Thanks a million.
Forum: Fixing WordPress
In reply to: Footer widgets not the same size – CSS issue I thinkEvidently this will work –
#footer-sidebar{
display: inline-block;
}#footer-sidebar:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content: “.”;
}Forum: Fixing WordPress
In reply to: Need php include() Help for Nav BarNevermind. I figured it out. I just need to use the exclude part of the wp_list_pages tag in each of the header files. Duh. Sometimes it just helps to write it out to get the thought process started.
Forum: Fixing WordPress
In reply to: Embedd Email Link in PostI am looking for this as well.
Forum: Fixing WordPress
In reply to: how to link an emailYes, I too am looking for a button on the visual page or an option off the link button for email addresses.
Forum: Fixing WordPress
In reply to: User RegistrationI am having the same problem in 2.3.2
Forum: Fixing WordPress
In reply to: Change of interface under ‘write a post’THANK YOU!!!
Forum: Fixing WordPress
In reply to: Change of interface under ‘write a post’I am having this same problem. I like the view that gives me the Visual and Code options. This other version doesn’t.
Forum: Fixing WordPress
In reply to: WYSIWYG Editor-Youtube video embed problemI found that if I post the code it works fine. Then, if I go back in and change any part of the post, it changes my code and the video can’t be seen.
<embed src="https://eyespot.com/flash/flvplayer.swf?contextId=11&vurl=http%3A%2F%2Fdownloads.eyespot.com%2Fplay%3Fr%3D0XCzIG2UEjhR9HiEJW0nIWgR4U" type="application/x-shockwave-flash" width="324" height="264"></embed>
becomes
<embed height="264" width="324" src="https://eyespot.com/flash/flvplayer.swf?contextId=11&vurl=http%3A%2F%2Fdownloads.eyespot.com%2Fplay%3Fr%3D0XCzIG2UEjhR9HiEJW0nIWgR4U"></embed>
Forum: Fixing WordPress
In reply to: Moving WP!Nevermind. It turns out that the address of the new blog didn’t update in the database. I went into MySQL and changed it. Now it works fine.
Forum: Fixing WordPress
In reply to: Moving WP!I had the same issue and followed those instructions. The problem I have now is that I can’t get into WP-Admin. It gives me a 404 Page Not Found error.
Any ideas?