Title: Ctrl-C's Replies - page 2 | WordPress.org

---

# Ctrl-C

  [  ](https://wordpress.org/support/users/ctrl-c/)

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 60 total)

[←](https://wordpress.org/support/users/ctrl-c/replies/?output_format=md) [1](https://wordpress.org/support/users/ctrl-c/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/ctrl-c/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/ctrl-c/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/ctrl-c/replies/page/3/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posting and Linking 2 Custom Fields in Template – Please Help](https://wordpress.org/support/topic/posting-and-linking-2-custom-fields-in-template-please-help/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/posting-and-linking-2-custom-fields-in-template-please-help/#post-3615992)
 * Use [get_post_meta](http://codex.wordpress.org/Function_Reference/get_post_meta)
   function, some examples could be seen there too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change search results based in content and not just titles?](https://wordpress.org/support/topic/how-to-change-search-results-based-in-content-and-not-just-titles-1/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-search-results-based-in-content-and-not-just-titles-1/#post-3615990)
 * Post code of your `search.php` file on pastebin.com or similar site. Query itself
   doesn’t affect content/title output, it basically “filters” all posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login at WP-admin not possible in Chrome anymore](https://wordpress.org/support/topic/login-at-wp-admin-not-possible-in-chrome-anymore/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/login-at-wp-admin-not-possible-in-chrome-anymore/#post-3615988)
 * Try clearing your cache (both site’s and Chrome ones) and Chrome cookies?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Use get_option to retrieve date format](https://wordpress.org/support/topic/use-get_option-to-retrieve-date-format/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/use-get_option-to-retrieve-date-format/#post-3607302)
 * Use PHP function [date](http://php.net/manual/ru/function.date.php), i.e.
    `<?
   php echo date($stripslashes($header_caption)); ?>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove sidebar to create more space](https://wordpress.org/support/topic/remove-sidebar-to-create-more-space/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/remove-sidebar-to-create-more-space/#post-2871480)
 * You need to edit your theme’s stylesheet (usually it’s style.css file located
   in theme directory) so that your block would be wider. I can’t tell you exact
   solution, because I don’t know what theme you are using as well as what sidebar
   you talking about.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Galleriffic] [Plugin: WP-Galleriffic] Default CSS Fix](https://wordpress.org/support/topic/plugin-wp-galleriffic-default-css-fix/)
 *  Thread Starter [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-galleriffic-default-css-fix/#post-2538640)
 * Sadly, I didn’t test it in any browsers except for Opera 11.61.
    You could improve
   your plugin by improving my changes and enabling ‘official’ style by default.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Side bar for each different page](https://wordpress.org/support/topic/side-bar-for-each-different-page/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/side-bar-for-each-different-page/#post-2531407)
 * You could have a look at [this plugin](http://wordpress.org/extend/plugins/custom-sidebars/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin not reachable on 25 different WP installs at different hosts](https://wordpress.org/support/topic/admin-not-reachable-on-25-different-wp-installs-at-different-hosts/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/admin-not-reachable-on-25-different-wp-installs-at-different-hosts/#post-2531402)
 * Do you have database backups? You could try importing them to site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [как настроить граватар?](https://wordpress.org/support/topic/%d0%ba%d0%b0%d0%ba-%d0%bd%d0%b0%d1%81%d1%82%d1%80%d0%be%d0%b8%d1%82%d1%8c-%d0%b3%d1%80%d0%b0%d0%b2%d0%b0%d1%82%d0%b0%d1%80/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/%d0%ba%d0%b0%d0%ba-%d0%bd%d0%b0%d1%81%d1%82%d1%80%d0%be%d0%b8%d1%82%d1%8c-%d0%b3%d1%80%d0%b0%d0%b2%d0%b0%d1%82%d0%b0%d1%80/#post-2530870)
 * Можно зарегистрироваться здесь:
    [https://ru.gravatar.com/site/signup/](https://ru.gravatar.com/site/signup/)
 * Без аккаунта WordPress.com
 * > To English users: this user was trying to register at gravatar.com via WordPress.
   > com account but it didn’t work
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 not found :(](https://wordpress.org/support/topic/404-not-found-30/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/404-not-found-30/#post-2530866)
 * Set a static front page at
 * > Settings → Reading
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot login to admin on my site](https://wordpress.org/support/topic/cannot-login-to-admin-on-my-site/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/cannot-login-to-admin-on-my-site/#post-2530844)
 * Some plugin could mess the things up. Try renaming your plugins folder to plugins2
   and login into dashboard. If this helps, then rename plugins2 directory back 
   to plugins and try renaming folders with different plugins. That way you will
   find the corrupted one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot login to admin on my site](https://wordpress.org/support/topic/cannot-login-to-admin-on-my-site/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/cannot-login-to-admin-on-my-site/#post-2530798)
 * Your admin dashboard is located at [http://www.organisemyhouse.com/wp-admin](http://www.organisemyhouse.com/wp-admin),
   not blog/wp-admin page.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [new gaming network site](https://wordpress.org/support/topic/new-gaming-network-site/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/new-gaming-network-site/#post-2530220)
 * Looks too simple (or dull) for the guest (non-registered user).
 * Header image overlays background (by the way, you better make bg image smaller
   in size so that it would load faster). Footer text is non-readable.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WP in subdirectory gives page not found error](https://wordpress.org/support/topic/wp-in-subdirectory-gives-page-not-found-error/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wp-in-subdirectory-gives-page-not-found-error/#post-2241552)
 * You need to place all your files into subdirectory (even `index.php` and `.htaccess`).
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Unable to create directory, a local drive is showing](https://wordpress.org/support/topic/unable-to-create-directory-a-local-drive-is-showing/)
 *  [Ctrl-C](https://wordpress.org/support/users/ctrl-c/)
 * (@ctrl-c)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/unable-to-create-directory-a-local-drive-is-showing/#post-2241551)
 * Something with your permissions, check them.
    Local drive is connected with your
   hosting. What’s your host? My sites were never hosted at Windows servers so I
   don’t know whether this path is OK or not.

Viewing 15 replies - 16 through 30 (of 60 total)

[←](https://wordpress.org/support/users/ctrl-c/replies/?output_format=md) [1](https://wordpress.org/support/users/ctrl-c/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/ctrl-c/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/ctrl-c/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/ctrl-c/replies/page/3/?output_format=md)