Title: Modestas's Replies | WordPress.org

---

# Modestas

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search not working](https://wordpress.org/support/topic/search-not-working-17/)
 *  Thread Starter [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/search-not-working-17/#post-2596110)
 * found the answer:
    [http://wordpress.org/support/topic/how-to-search-phrases?replies=15](http://wordpress.org/support/topic/how-to-search-phrases?replies=15)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [twenty eleven – how to delete/prevent "recent posts"](https://wordpress.org/support/topic/twenty-eleven-how-to-deleteprevent-recent-posts/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/twenty-eleven-how-to-deleteprevent-recent-posts/#post-2623557)
 * Open your wordpress admin page –> Appearence –> widgets. Remove “Recent posts”
   from the right side.
    If that’s not the case – go to your wordpress installation
   to the following folder: %wordpress%\wp-content\themes\twenty-eleven\single.php
   Open it with notepad or some other text editor and remove what’s not needed. 
   To get rid of these “next post” and “previous post” – simply comment out the 
   lines that says: **“<span> …previous_post_link… </span>”** and **“<span> …next_post_link…
   </span>”** That should help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Archive-Sitemap Generator] [Plugin: WP Archive-Sitemap Generator] fatal error](https://wordpress.org/support/topic/plugin-wp-archive-sitemap-generator-fatal-error-1/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-archive-sitemap-generator-fatal-error-1/#post-1956429)
 * Having the same issue… PHP Version 5.3.6… tested on all wordpress versions – 
   still fatal error. Recreated database (set to new blank) – still fatal error…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help! The visual tab on my wordpress has suddenly started showing html instead](https://wordpress.org/support/topic/help-the-visual-tab-on-my-wordpress-has-suddenly-started-showing-html-instead/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/help-the-visual-tab-on-my-wordpress-has-suddenly-started-showing-html-instead/#post-2232866)
 * Have you been playing with PHP files?
    If so – redownload template and reactivate
   it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Translating the Search widget](https://wordpress.org/support/topic/translating-the-search-widget/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/translating-the-search-widget/#post-2247979)
 * it depends on your template.
    Your template might have serch button as a picture
   so you might need to alter the picture. Otherwise – look in your template directory
   and look for search.php and examine it a bit.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change title color](https://wordpress.org/support/topic/change-title-color-1/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/change-title-color-1/#post-2247974)
 * create a .header class and define it using css.
    like this: .header { text-color:
   green; }
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress security issue?](https://wordpress.org/support/topic/wordpress-32-security-issue/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/wordpress-32-security-issue/#post-2242963)
 * I had the same issue before. The very good way of protecting your site is managing
   permissions to read_only. Set the whole public_html dir on your server to be 
   read_only and allow admins to change permissions during the time they do modifications.
   This will only be vulnerable during that administration time. This really worked
   for me.
    The drawback is that you need to have clever admins who don’t forget
   to restrict access to public_html once they finish administering.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [LIMITING the total number of posts returned](https://wordpress.org/support/topic/limiting-the-total-number-of-posts-returned/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/limiting-the-total-number-of-posts-returned/#post-2247968)
 * Open your [http://dadada/wp-admin](http://dadada/wp-admin)
    go to settings –>
   reading and limit it over there.
 * If you’re using archive to display the post – user the following:
    <?php wp_get_archives(‘
   type=postbypost&limit=10’); ?>
 * Enjoy the rest!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Click Image to view next Image – HEEEELP!!](https://wordpress.org/support/topic/click-image-to-view-next-image-heeeelp/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/click-image-to-view-next-image-heeeelp/#post-2247051)
 * `<a href =”link to full post”>red more… </a>
    change it to: <a href =”link to
   full post”><img src=”path to the picture”></a>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Click Image to view next Image – HEEEELP!!](https://wordpress.org/support/topic/click-image-to-view-next-image-heeeelp/)
 *  [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/click-image-to-view-next-image-heeeelp/#post-2247050)
 * Yes – it is very easy to do. Just look in your template directory. Open the template
   folder that is set as active in your site. Then look for the keywords in PHP 
   files.
    Whne you find the link replace it with the code: This is your default
   look: [read more… ](https://wordpress.org/support/users/modestas/replies/link to the article?output_format=md)
   This how you should change it: [<img src= “path to your image thet will be displayed instead of read more text”>](https://wordpress.org/support/users/modestas/replies/link to the article?output_format=md)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [hiding post teaser from the main post.](https://wordpress.org/support/topic/hiding-post-teaser-from-the-main-post/)
 *  Thread Starter [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/hiding-post-teaser-from-the-main-post/#post-2239611)
 * I got this fixed by using <!–noteaser–> just after <!–readmore–>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom archive, index like page](https://wordpress.org/support/topic/custom-archive-index-like-page/)
 *  Thread Starter [Modestas](https://wordpress.org/support/users/modestas/)
 * (@modestas)
 * [15 years ago](https://wordpress.org/support/topic/custom-archive-index-like-page/#post-2230027)
 * My site is turned off as I have borrowed my PC to a friend so it will not be 
   accessible for a while.
    To be more clear about the issue: I have one menu line.
   There are 2 available choices under menu. Chose #1 is Main and choice #2 is Additional.
   I need to find a way that “Main” would only display post of category “Public 
   stuff” and Additional would only display categories “Private stuff”. The post
   in these pages should look the same with Title, short description and “read more”
   button. I could use any plug-in or template if any1 has it. Hope that’s a bit
   more clearer.

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