Title: core-basic's Replies - page 2 | WordPress.org

---

# core-basic

  [  ](https://wordpress.org/support/users/core-basic/)

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Form Boxes Won't Show On Page](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/#post-3731054)
 * Another thing to check in the settings is whether users need a pre-accepted comment
   before they can post more. Glad it works.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Why the new themes take so long to be checked by editorial team?](https://wordpress.org/support/topic/why-the-new-themes-take-so-long-to-be-checked-by-editorial-team/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/why-the-new-themes-take-so-long-to-be-checked-by-editorial-team/#post-3728649)
 * I would assume the queue is pretty constant and of decent size. Reviewing each
   theme takes time. WordPress has to make sure everything is up to snuff.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Access denied to my theme images.](https://wordpress.org/support/topic/access-denied-to-my-theme-images/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/access-denied-to-my-theme-images/#post-3728111)
 * This is definitely permission issues. The way my server is set up each time I
   add something new to my WP directory I have to give it more permissions because
   of my security settings.
 * I’m not familiar with WAMP server. (I used it maybe twice nine years ago in high
   school. I’m sure it’s been updated since then.)
 * I run a LAMP server and I love it because all I have to do is run
 *     ```
       chmod -R 775 /path/to/directory
       ```
   
 * And all files and folders have a new permission. Look into how to do it on a 
   WAMP.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [add port number for connection type SSH2](https://wordpress.org/support/topic/add-port-number-for-connection-type-ssh2/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/add-port-number-for-connection-type-ssh2/#post-3382985)
 * I agree with jholder. Sounds like a permission issue. Try to chmod the root or
   wordpress directory and give it more permissions.
 * Remember to use the recursive command to affect all files and folders at once.
 * `chmod -R 775 /var/www/wordpress`
 * CHange the directory path to match your configuration and distro.
 * I don’t know why i assumed you were running Linux.. Sorry.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need to hide login on homepage](https://wordpress.org/support/topic/need-to-hide-login-on-homepage/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-to-hide-login-on-homepage/#post-3730884)
 * You make a child theme and add it to the style.css
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Only Can see 10 posts?](https://wordpress.org/support/topic/only-can-see-10-posts/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/only-can-see-10-posts/#post-3730883)
 * That’s the WP default. Go into the admin panel and under reading settings change
   it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need to hide login on homepage](https://wordpress.org/support/topic/need-to-hide-login-on-homepage/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-to-hide-login-on-homepage/#post-3730880)
 * I don’t know what theme that is. First check your widgets and see if those links
   are generated using a widget. If not check your sidebar.php for the links. It’s
   one of the two. Your theme is a little unusual. Might even be the footer.php 
   But try the first two. Never modify the theme directly Always use child themes.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Magazine Basic] Changing font color/size sidebar widget](https://wordpress.org/support/topic/changing-font-colorsize-sidebar-widget/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/changing-font-colorsize-sidebar-widget/#post-3730876)
 * The two classes that control this are _widget-title_ and _textwidget_ The _widget-
   title_ is wrapped in an h3 tag. First make a child theme.
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Then change the css that is applied to those three things.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Form Boxes Won't Show On Page](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/#post-3730873)
 * What theme are you using? And have you modified anything in the child theme?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme : TwentyTwelve] Removing white space in between posts](https://wordpress.org/support/topic/theme-twentytwelve-removing-white-space-in-between-posts/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/theme-twentytwelve-removing-white-space-in-between-posts/#post-3730869)
 * You’re going to hear it from several others I’m sure, but let me start with this.
   Always use a child theme.
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * As far as the margin. Just right click and inspect the post section in your browser,
   see what class or div is producing the bottom margin and modify it in your css.
   I kno that’s vague but it is better to teach you to fish. No one here will really
   give you a specific CSS related answer.
    Good luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Form Boxes Won't Show On Page](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/#post-3730864)
 * Well before five other people jump in to say this. Please use child themes when
   editing another theme.
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * What theme are you using?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS with links in content body, where is it?](https://wordpress.org/support/topic/css-with-links-in-content-body-where-is-it/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/css-with-links-in-content-body-where-is-it/#post-3730863)
 * Looking at your html I would assume that post entries are wrapped in the _entry-
   content_ class
 * Make a child theme, and in the CSS add
 *     ```
       .entry-content a {
       color: #000;
       text-decoration: none;
       }
   
       .entry-content a:hover {
       color: Red;
       }
       ```
   
 * Just alter the link states to what you want.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Form Boxes Won't Show On Page](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-form-boxes-wont-show-on-page/#post-3730859)
 * Do you have
 *     ```
       <?php wp_list_comments(); ?>
       ```
   
 * in your comments.php?
 * [http://codex.wordpress.org/Function_Reference/wp_list_comments](http://codex.wordpress.org/Function_Reference/wp_list_comments)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Responsive Child Theme not showing up in Appearance](https://wordpress.org/support/topic/responsive-child-theme-not-showing-up-in-appearance/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-child-theme-not-showing-up-in-appearance/#post-3722012)
 * Also, make sure the folder is readable. Make sure to chmod it if necessary.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Header](https://wordpress.org/support/topic/remove-header-8/)
 *  [core-basic](https://wordpress.org/support/users/core-basic/)
 * (@core-basic)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-header-8/#post-3680278)
 * If you are referring to the big grey Christopher M. Carter link at the top then
   go into your _header.php_ in your child theme and delete the div and stuff inside
   the div below.
 *     ```
       <div class="logo">
       ...
       </div>
       ```
   
 * What theme are you using? Try asking for help on your themes dedicated forums.

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

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