Title: Ramesh (thecodeisclear)'s Replies - page 5 | WordPress.org

---

# Ramesh (thecodeisclear)

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 61 through 75 (of 237 total)

[←](https://wordpress.org/support/users/thecodeisclear/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
[2](https://wordpress.org/support/users/thecodeisclear/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/thecodeisclear/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/thecodeisclear/replies/page/6/?output_format=md)…
[14](https://wordpress.org/support/users/thecodeisclear/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/thecodeisclear/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/thecodeisclear/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/thecodeisclear/replies/page/6/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post is 'published' successfully and appears in dashboard but blank on website](https://wordpress.org/support/topic/post-is-published-successfully-and-appears-in-dashboard-but-blank-on-website/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/post-is-published-successfully-and-appears-in-dashboard-but-blank-on-website/#post-5966295)
 * Hi,
 * Did you recently activate or update any plugin or the theme itself? You could
   de-activate all plugins and see if the issue is resolved. If it is resolved, 
   activate plugins one-by-one (and check the site each time). You should be able
   to find the plugin that is causing the problem.
 * Thanks,
    Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category Archive only shows full post…](https://wordpress.org/support/topic/category-archive-only-shows-full-post/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/category-archive-only-shows-full-post/#post-5963376)
 * I would suggest you create a child theme and copy the content.php file into it.
   You can make the following changes
 * Search for `<?php if ( is_search() ) : ?>` and change it to `<?php if ( is_search()
   || is_category() ) : ?>`
 * **Explanation:** When content is being sent back, content.php checks if the page
   being displayed is a search results page. If yes, it displays on the excerpt.
   The above modification will send back the excerpt if the page being displayed
   is either a category archive or search results page.
 * **More:** How to create a child theme at [WordPress Codex](https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need to replicate this page](https://wordpress.org/support/topic/need-to-replicate-this-page/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/need-to-replicate-this-page/#post-5962883)
 * Hi,
 * Sorry, I don’t understand Italian, so I am not sure exactly what the content 
   symbolizes. Is it that the drop down is a list of categories and the list of 
   names is the posts under the category (I am referring to each person as having
   a corresponding post)
 * Or if you are just looking for a staff directory, something like this could help–
   [https://wordpress.org/plugins/bepro-listings-business-directory/](https://wordpress.org/plugins/bepro-listings-business-directory/)
 * (more similar plugins – [https://wordpress.org/plugins/tags/staff-directory](https://wordpress.org/plugins/tags/staff-directory))
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Google search shows author page instead of home page](https://wordpress.org/support/topic/google-search-shows-author-page-instead-of-home-page/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/google-search-shows-author-page-instead-of-home-page/#post-5958419)
 * When I search for your site, I don’t see your author page anywhere in the results.
   The first page I see when searching for the terms `circuit` and `basics` is the
   category page [http://www.circuitbasics.com/circuits/](http://www.circuitbasics.com/circuits/)
   (
   higher keyword concentration I guess) When searching the term as one work `circuitbasics`,
   the top result is [http://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/](http://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/)(
   you have commented on this page so the term circuitbasics appears twice) Google
   is probably serving you different content based on old search patterns. Your 
   home page description could include circuitbasics and probably you could add 
   a `meta keywords` tag too to make the home page rise above. (can’t say I am a
   SEO guru, but just my 2 cents)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My site keeps getting suspended by directnic](https://wordpress.org/support/topic/my-site-keeps-getting-suspended-by-directnic/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/my-site-keeps-getting-suspended-by-directnic/#post-5962870)
 * I had a similar problem and since I didn’t actually need to send any mail (wasn’t
   running any newsletter service/notifications), I disabled sendmail on my server
   from the cPanel. You could try that first and maybe if there are logs see when
   and what is calling the sendmail function.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to open links in new tab but…](https://wordpress.org/support/topic/how-to-open-links-in-new-tab-but/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-open-links-in-new-tab-but/#post-5962867)
 * Your code can be rewritten with the target attribute
 * `<a href="http://google.com" target="_blank"><img src="https://www.google.co.
   in/logos/doodles/2015/126th-anniversary-of-the-public-opening-of-the-eiffel-tower-
   4812727050567680-hp.jpg" /></a>`
 * This should work keeping your visitors on the same page while the ad opens in
   a new tab/window.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error on Plugin Installation page](https://wordpress.org/support/topic/error-on-plugin-installation-page/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-plugin-installation-page/#post-5961870)
 * Create a file called phpinfo.php and enter the following code
 *     ```
       <?php
   
       // Show all information, defaults to INFO_ALL
       phpinfo();
   
       ?>
       ```
   
 * Upload the file to your webhost and point to the file (for e.g. – [http://bedesiadoptadesi.com/phpinfo.php](http://bedesiadoptadesi.com/phpinfo.php))
 * Look for the two functions mentioned and the corresponding values (on/off). Alternately,
   you can ask HostGator 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error on Plugin Installation page](https://wordpress.org/support/topic/error-on-plugin-installation-page/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-plugin-installation-page/#post-5961835)
 * Hi,
 * From similar issues I found in the wordpress support forums, you could try these
 * (1) Through your cPanel, check phpinfo() to see if these functions are available–
   allow_url_fopen and curl_init . You can check with phpinfo().
    One of them is
   necessary for update/install. ([source](https://wordpress.org/support/topic/an-unexpected-error-occurred-something-may-be-wrong-with-wordpressorg-or-this-11?replies=17#post-6231596))
 * (2) Check with Hostgator if the server where your site is hosted has access to
   the following url – api.wordpress.org. If not, have them add the IP in the hosts
   file. ([source](https://wordpress.org/support/topic/an-unexpected-error-occurred?replies=24#post-3115076))
 * Considering that you are able to browse the internet, I don’t think it is a problem
   with your desktop.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error on Plugin Installation page](https://wordpress.org/support/topic/error-on-plugin-installation-page/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-plugin-installation-page/#post-5961810)
 * Can you post a screenshot with the error please? Does the error also say – _(
   WordPress could not establish a secure connection to WordPress.org. Please contact
   your server administrator.)_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error on Plugin Installation page](https://wordpress.org/support/topic/error-on-plugin-installation-page/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-plugin-installation-page/#post-5961790)
 * Hi,
 * Are you running the server locally? I have faced a similar problem when I run
   a localhost WP site. I think the local XAMPP server is unable to access the WordPress.
   org website (even though my computer is connected to the internet). I ignore 
   it and add plugins/themes via upload.
 * Regards,
    Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add "login and sign ups" system for my blog?](https://wordpress.org/support/topic/how-to-add-login-and-sign-ups-system-for-my-blog/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-add-login-and-sign-ups-system-for-my-blog/#post-5947598)
 * Hi,
 * Do you currently have a work in progress site or some ideas in mind? Just by 
   the initial details, I think you are looking for a form where users can enter
   data. The admin will review the content and convert it into a new post. Is my
   understanding right?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Title Not Showing On HomePage but After clicking [continue reading] it will show](https://wordpress.org/support/topic/title-not-showing-on-homepage-but-after-clicking-continue-reading-it-will-show/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/title-not-showing-on-homepage-but-after-clicking-continue-reading-it-will-show/#post-5951059)
 * Hi,
 * The post that is in error is actually not a regular post, but is of type ‘aside’.
   The theme delivers content separately based on the post type. Edit the post, 
   and to the right side of the screen, you will be able to change the post type
   from **aside** to **standard**
 * Hope this helps.
 * – Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Title Not Showing On HomePage but After clicking [continue reading] it will show](https://wordpress.org/support/topic/title-not-showing-on-homepage-but-after-clicking-continue-reading-it-will-show/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/title-not-showing-on-homepage-but-after-clicking-continue-reading-it-will-show/#post-5951058)
 * Hi,
 * Looks like the post in error is actually of type ‘aside’ and the theme delivers
   different content based on what type the post is.
 * Edit this post ([http://rechargetricks.in/paytm-promo-codes-march-2015.html](http://rechargetricks.in/paytm-promo-codes-march-2015.html))
   and usually to the right of the page you will be able to select the post type.
   Change it from **aside **to **standard **and it should work fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [prepare() function issues](https://wordpress.org/support/topic/prepare-function-issues/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/prepare-function-issues/#post-5942621)
 * Welcome [@orangeworx](https://wordpress.org/support/users/orangeworx/), but you
   had already done all the research. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Htaccess issue](https://wordpress.org/support/topic/htaccess-issue-18/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/htaccess-issue-18/#post-5948487)
 * [@rajan](https://wordpress.org/support/users/rajan/) V, I wouldn’t be quick to
   point it as a drawback of WP. Like any system, security depends on the settings
   one chooses.
 * I would agree with wslade, making some of the changes suggested greatly helps.
   I, for one, made a lot of .htaccess changes after recovering my site.

Viewing 15 replies - 61 through 75 (of 237 total)

[←](https://wordpress.org/support/users/thecodeisclear/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
[2](https://wordpress.org/support/users/thecodeisclear/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/thecodeisclear/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/thecodeisclear/replies/page/6/?output_format=md)…
[14](https://wordpress.org/support/users/thecodeisclear/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/thecodeisclear/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/thecodeisclear/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/thecodeisclear/replies/page/6/?output_format=md)