Overflow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need serious help with image problemMaybe you should try coming up with your own content and not take credit for others.
Forum: Fixing WordPress
In reply to: How toi selected custom structure and pasted this:
%postname%
Forum: Fixing WordPress
In reply to: Hide sidebar widget on certain pagehttp://codex.wordpress.org/Customizing_Your_Sidebar
Scroll down to Different Sidebars Anyone?
Forum: Fixing WordPress
In reply to: My search function does not work anymore.Solution:
line 124 -> wp-includes/general-template.php
change
$form = ‘<form role=”search” method=”get” id=”searchform” action=”‘ . get_option(‘home’) . ‘/” >
to
$form = ‘<form role=”search” method=”get” id=”searchform” action=”/index.php” >
Forum: Fixing WordPress
In reply to: My search function does not work anymore.Anything? I feel like i’m close to a solution here.
thanks.Forum: Fixing WordPress
In reply to: Blue Question Marks in Safariit says image source = where your template/theme is and the images folder within that template/theme and the pic in that folder
Forum: Fixing WordPress
In reply to: My search function does not work anymore.I’ve been working off wordpress default theme that comes with the unzip, and changing the look. but all the functionality is the original theme.
in my header i have <div id=”searchbox”><?php get_search_form(); ?>
i do have the search.php that came with it in there, as well as a searchform.php that i created.
thanks.
Forum: Fixing WordPress
In reply to: My search function does not work anymore.I think your talking about line 124 on the includes/general-template.php which says
$form = ‘<form role=”search” method=”get” id=”searchform” action=”‘ . get_option(‘home’) . ‘/” >
what exactly do i change? the ‘home’ ???
Forum: Fixing WordPress
In reply to: How to get a page’s content into the sidebarIt says it’s Compatible up to: 2.7
Is that just because it has not been updated since 2.7 or will it still work with 2.8.4
Forum: Fixing WordPress
In reply to: index.html?
Forum: Fixing WordPress
In reply to: Help with blog title issuesDid you try approach #2 on that link? it’s pretty easy to locate that in header.php in your theme.
Forum: Plugins
In reply to: .htaccess – i want a html splash page while keeping index.phpThanks Kysol,
this took a lot of digging but finally got it.
answered here: http://wordpress.org/support/topic/224098?replies=35see what chris thompson has to say toward the bottom.
Forum: Developing with WordPress
In reply to: 301 htaccessOn the htaccess note. Is there any way to add an index.html to the site root where WP resides in which that is the default page then when the user clicks a link it goes to WP’s index.php.
I’ve tried adding:
DirectoryIndex filename.html
but that messes up the site when i try clicking back to home. not to mention will not let me log into the admin section.
thanks in advance.
Forum: Plugins
In reply to: .htaccess – i want a html splash page while keeping index.phpRight, cause no one seems to know! I Cant be the only one with this problem.