Title: U003F's Replies | WordPress.org

---

# U003F

  [  ](https://wordpress.org/support/users/u003f/)

 *   [Profile](https://wordpress.org/support/users/u003f/)
 *   [Topics Started](https://wordpress.org/support/users/u003f/topics/)
 *   [Replies Created](https://wordpress.org/support/users/u003f/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/u003f/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/u003f/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/u003f/engagements/)
 *   [Favorites](https://wordpress.org/support/users/u003f/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Forcing one-column format on all pages](https://wordpress.org/support/topic/forcing-one-column-format-on-all-pages/)
 *  Thread Starter [U003F](https://wordpress.org/support/users/u003f/)
 * (@u003f)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/forcing-one-column-format-on-all-pages/#post-9161173)
 * The answer may be found [on a previous post](https://wordpress.org/support/topic/one-column-not-working-properly-blog-page-acts-like-there-are-2-columns/#post-8653096):
 *     ```
       @media screen and (min-width: 48em) {
           .blog:not(.has-sidebar) #primary article,
           .archive:not(.page-one-column):not(.has-sidebar) #primary article,
           .search:not(.has-sidebar) #primary article,
           .navigation.pagination,
           body.blog .site-content .page-header,
           body.archive .site-content .page-header,
           body.search .site-content .page-header {
               float: none;
               margin-left: auto;
               margin-right: auto;
               max-width: 740px;
               width: auto;
           }
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [where is /login to /wp-login.php redirect encoded](https://wordpress.org/support/topic/where-is-login-to-wp-login-php-redirect-encoded/)
 *  Thread Starter [U003F](https://wordpress.org/support/users/u003f/)
 * (@u003f)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/where-is-login-to-wp-login-php-redirect-encoded/#post-9136375)
 * There’s no page named `login` (that’d be an easy find!) and there’s no redirect
   defined in `.htaccess`, but it must be defined somewhere. [Here](http://blackbrookwalks.org/)‘
   s a totally virgin website where the redirect [just works](http://blackbrookwalks.org/login/),
   so it must come as standard, somehow.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [where is /login to /wp-login.php redirect encoded](https://wordpress.org/support/topic/where-is-login-to-wp-login-php-redirect-encoded/)
 *  Thread Starter [U003F](https://wordpress.org/support/users/u003f/)
 * (@u003f)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/where-is-login-to-wp-login-php-redirect-encoded/#post-9131875)
 * [@jdabber](https://wordpress.org/support/users/jdabber/) Thanks very much!
 * For me, in the past, the `/login/` has just worked out of the box, without need
   for plug-ins, nor `.htaccess` rules (e.g. [http://chinleycheese.com/login](http://chinleycheese.com/login)).
   However, my latest install just doesn’t work; I wonder what’s different?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [links not working](https://wordpress.org/support/topic/links-not-working-30/)
 *  Thread Starter [U003F](https://wordpress.org/support/users/u003f/)
 * (@u003f)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/links-not-working-30/#post-1990078)
 * No luck. It successfully updates the post, but when I click “view post” I receive
   a 404 not found again.

Viewing 4 replies - 1 through 4 (of 4 total)