dthrevan
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Disable seach for visitorsanyone?
Forum: Fixing WordPress
In reply to: Disable seach for visitorshere is the code of my searchform.php
<?php if ( is_user_logged_in() ) { <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <input type="text" value="<?php _e("Search...", "framework") ?>" name="s" id="s" onblur="if (this.value == '') {this.value = '<?php _e("Search...", "framework") ?>';}" onfocus="if (this.value == '<?php _e("Search...", "framework") ?>') {this.value = '';}" /> </form> } ?>Forum: Fixing WordPress
In reply to: Disable seach for visitorsthis didn’t work
Forum: Fixing WordPress
In reply to: Disable seach for visitorsThanks for this, the reason why i want searching disabled for visitors is because the site is being used as an intranet and requires users to be authenicated to view the posts.
Forum: Fixing WordPress
In reply to: can't load plugin page or menu pageDelete the plugins manually via FTP or rename them.
Forum: Fixing WordPress
In reply to: edit home page after runningTo view the home page source navigate to your index.php in the root directory.
I edit mine in dreamweaver and overwrite the existing file.
Forum: Fixing WordPress
In reply to: Bug: HTTP Error Uploading Media on WP 3.5.1I was using PHP 5.3.10 previously and upgraded to 5.3.20, made no difference
Viewing 7 replies - 1 through 7 (of 7 total)