cyberdeva
Forum Replies Created
-
Forum: Plugins
In reply to: [Rename wp-login.php] "You must log in to access the admin area."based on HartokoEdo’s answer;
– Open wp-content/plugins/rename-wp-login.php
– Go to line 445 and change:wp_die( __( ‘You must log in to access the admin area.’ ) );
to
wp_redirect( home_url(‘error’) ); exit;
There’s no notification after submitting the post :/
anybody knows how to do this?weird..I don’t get that redirection..
how did you set it up?Forum: Fixing WordPress
In reply to: how to add pages without showing them on the menu list?I’ve downloaded the plugin already before you reply this thread.LOL, but thanks anyway 🙂
Forum: Fixing WordPress
In reply to: cIIform plugin issuesAs far as I know, .htacces is located in public_html
Forum: Fixing WordPress
In reply to: how to add pages without showing them on the menu list?Thank you very much. Here, I’m using my own template that created with artisteer. in my theme’s sidebar1.php, there’s no parameter to be changed like you told me. So, I decided to edit the wp_list_pages in order to add the exclude parameter that mentions on the link above. But I dont know in which part of post-template.php I should add the exclude parameter.could you tell me,please? & which one is better to exclude pages; edit the wp_list_pages or sidebar1.php ?
Thank you
Forum: Fixing WordPress
In reply to: how to add pages without showing them on the menu list?Hi esmi,
Thank you very much for a such express reply.
Well, I really do not know anything about WP. Could you please advise me the full steps to do it?
Thank you