Jag Singh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slashes wrongly added in Custom FieldsI’m having the exact same problem. Anyone?
Forum: Fixing WordPress
In reply to: Changing upload file size limitYou need to change the upload_max_filesize directive in php.ini . Contact your server admin for help on this.
Try searching for “file upload limit” (along those lines) as well.
Forum: Fixing WordPress
In reply to: Category Specific SearchThis thread:
http://wordpress.org/support/topic/67185
will help with working out a way to search only specific categories.
Hope this helps.
Forum: Fixing WordPress
In reply to: new host, same domainI’d say it’s got something to do with the config.
Re-check your wp-config database passwords, username, location (localhost, remotemysqlhost, etc). Have you given the user access to the database? It’s always the simple stuff that gets us, every time!
The temporary IP address shouldn’t matter.
Good luck,
jagForum: Themes and Templates
In reply to: Blix – search form in navigation barLook in your theme directory and edit header.php
About a quarter of the way down, you’ll see
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
<fieldset>
<input value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
<input type="submit" value="Go!" id="searchbutton" name="searchbutton" />
</fieldset>
</form>Just remove those lines (the whole form). Make sure you save a copy of that file somewhere in case the end-result isn’t to your satisfaction.
Hope this helps,
jagForum: Everything else WordPress
In reply to: Email list/manager in phpHave you had a look at PHPList again, recently? I had tried it out several years ago, and absolutely hated it – felt it was too big and cumbersome. I just tried it out last night, and they’ve made some wonderful improvements and changes.