Title: richdlin's Replies | WordPress.org

---

# richdlin

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor Tab not showing – How i fixed it](https://wordpress.org/support/topic/visual-editor-tab-not-showing-how-i-fixed-it/)
 *  [richdlin](https://wordpress.org/support/users/richdlin/)
 * (@richdlin)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/visual-editor-tab-not-showing-how-i-fixed-it/#post-2930292)
 * Wow, I’ve looked at a ton of threads trying to figure out the issue and this 
   was the one that fixed it for me. THANKS!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Mobile Pack - Mobile Plugin for Progressive Web Apps & Hybrid Mobile Apps] [Plugin: WordPress Mobile Pack] Remove Page features](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-remove-page-features/)
 *  [richdlin](https://wordpress.org/support/users/richdlin/)
 * (@richdlin)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-remove-page-features/#post-2251299)
 * To remove the metadata (Date and Author Line) from below the post/page title,
   delete or comment out this section:
 *     ```
       if ($single || $metadata) {
       print '<p class="metadata">'. get_the_time('F jS, Y') . ' by ' . get_the_author() . '</p>';
       }
       ```
   
 * To remove the top menu, you’ll have to edit code that is in the header.php file,
   not the index file.
 * To remove the post/page title, delete or comment out the following line:
    `print'
   <h1>' . get_the_title() . '</h1>';`
 * Hope that helps!

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