driz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: url helpso any ideas on which file tells wordpress to visit the wp-login.php file if you arnt logged into the admin?
Forum: Fixing WordPress
In reply to: url helphmm im just wanting to know which file tells wordpress to redirect to wp-login when the admin is typed into the url bar. thanks
Forum: Fixing WordPress
In reply to: url helphmm im just wanting to know which file tells wordpress to redirect to wp-login when the admin is typed into the url bar. thanks
Forum: Fixing WordPress
In reply to: url helpany updates, for some reason even so all the admin files have been edited to the new urls, when i visit https://www.domain.com/admin/ it still goes to https://www.domain.com/wp-login.php when it should be going to https://www.domain.com/login/
Forum: Fixing WordPress
In reply to: url helpalso their seems to be another issue. i can login into
domain.com/admin/
but both act as diff logins, like i can be logged in one only and logout of one only etc… weird…
Forum: Fixing WordPress
In reply to: url helpso basically which file inside /wp-admin/
tells it to check if your logged in and then direct to /wp-login.php if you are not logged in.
Forum: Fixing WordPress
In reply to: blog working weird?Are their any other WP support forums cause i dont seem to be getting any fixes here.
Forum: Fixing WordPress
In reply to: blog working weird?yeah i know! my q is how to fix this.
Forum: Fixing WordPress
In reply to: blog working weird?Wrong. You have to create a Page in the admin using this template and the title of your Page will be displayed in the browser’s title bar.
but that is what i have done?
Forum: Fixing WordPress
In reply to: blog working weird?the templete code for those who don’t know is:
<?php /* Template Name: NEWS */ ?>
So when i view this page it should be saying news page in the browser title and the nav should be selected. I want to know why?
Forum: Fixing WordPress
In reply to: blog working weird?hey people this still isnt resolved? can u help
Forum: Fixing WordPress
In reply to: blog working weird?i have added the template code for giving them names to the index.php file in the theme, but WP knows to use index.php automatically anyways. i have made a news page and given the template as the news page ie index.php
but its still not treating it as a page but rather an index. i cant create a new page and use the index.php code because that doesnt work.
Forum: Fixing WordPress
In reply to: blog working weird?hello?
Forum: Fixing WordPress
In reply to: blog working weird?any updates?
Forum: Fixing WordPress
In reply to: blog working weird?<ul id="menu"> <?php wp_list_pages('sort_column=menu_order&depth=0&title_li='); ?> </ul>
This is the code for the nav, as for the news page its just a page that is told to use the main index as a template and therefore display the typical blog stuff. Any ideas why WP isnt showing this a normal page for the title and nav.