Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6378807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:03:22+00:00 2026-05-25T02:03:22+00:00

I am new to wordpress development and now I am stuck. I need to

  • 0

I am new to wordpress development and now I am stuck.
I need to change style and add some buttons in default wordpress logout template (when i am redirected to http://example.com/wp-login.php?action=logout ).

But the question is where i can find that template?

Thanks in advance.

Regards.
Ivelin Georgiev

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T02:03:22+00:00Added an answer on May 25, 2026 at 2:03 am

    Right…

    There (unfortunately) isn’t a template page for the login page. I’m not sure why this is, maybe its for security or something, I dunno. In any case you can’t edit it directly without messing with the wordpress core.

    However there are various hooks and actions you can add to in order to do some customisations. Here is some sample code from my own applications:

      // this adds stuff to the head. You can add a stylesheet
      // if you want, or just css like I have.
      add_action("login_head", "cust_login_head");
      function cust_login_head()
      {
            // this just changes the logo
        ?>
          <style>
          body.login #login h1 a {
            background: url('<?=plugins_url('images/logomed.png',__FILE__)?>') no-repeat scroll center top transparent;
            height: 64px;
            width: 307px;
            margin-left: 10px;
          }
          </style>
        <?php
      }
      // these change the default links from wordpress to whatever you want
      add_filter('login_headertitle', create_function(false, "return 'http://website.com';"));
      add_filter('login_headerurl', create_function(false, "return 'http://website.com';"));
    

    Stick that into your functions.php file in your theme to get it to work.

    There will be other such methods and hooks you can change and add to, you just need to find them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to WordPress, but need to use it so I can add
I'm new to plugin and WP development, so I need some help. What I'm
I'm new to Wordpress plugins, and editing someone else's to add functionality. I need
I am new to Wordpress (using roughly 6 months) and just now getting into
I'm new to wordpress development and created a widget that works fine, however I'm
On a new WordPress 2.8 installation, I have some posts assigned to category Foo
I am reasonably new to Wordpress custom themes but I do have some knowlege
I'm totally new in wordpress, and i have one blog. I want to change
I am new to wordpress plug in development. I have designed a search form
I'm working in new Wordpress plugin, but I need help with one regular expression.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.