repulsion
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing Trailing Slash in PermalinkUpdate.
Deactivating WP No Category Base gave me the undesirable following…
http://www.nameofsite.com/blog/category/categoryname/
…but it at least brought back the trailing slash after the blog name. The one drawback: Every single page on our blog went dead. I’ve looked at all WP No Category Base-related posts here to see if anyone is having the same problem, but I seem to be alone.
Luckily, I had a backup of 0.7 version of WP No Category Base, so I overwrote the newer version of no-category-base.php with the older one and everything is fine now. So, all is good, but if anyone still has any leads, that would be most awesome. I’d love to revert back to the 1.0 version of the plugin.
Forum: Fixing WordPress
In reply to: search form onclick errorNot sure icravespam if you’ll see this but I’m curious to know if you ever resolved this. I’m having the same problem:
<form role=”search” method=”get” id=”searchform” action=”‘ . get_option(‘home’) . ‘/” >
<div class=”searchform-blog”>
<input type=”text” name=”s” id=”s” placeholder=”search” value=”search blog” value=”‘ . esc_attr(apply_filters(‘the_search_query’, get_search_query())) . ‘” />
<input type=”image” src=”/inc/img/icons/house-search.gif” class=”search-button-blog” value=”‘. esc_attr__(‘Search’) .'” />
</div>
</form>onclick=”this.value=”” messes up my code