Title: Deewon's Replies | WordPress.org

---

# Deewon

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

 *   [Profile](https://wordpress.org/support/users/deewon/)
 *   [Topics Started](https://wordpress.org/support/users/deewon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deewon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deewon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deewon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deewon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deewon/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: [If user is Editor then….](https://wordpress.org/support/topic/if-user-is-editor-then/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/if-user-is-editor-then/#post-1611364)
 * After some research I found its simpler to call their capability than role. So
   best way is to pick something the role can do then call that. I also decided 
   to allow contributors so I went for ‘edit_posts’.
 *     ```
       if( current_user_can( 'edit_posts' ) ) {
       <h3>Your Profile | <a href="/wp-admin/">Admin Page</a></h3>;
       }
       else <h3>Your Profile</h3>;
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Optimising my website?](https://wordpress.org/support/topic/optimising-my-website/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/optimising-my-website/#post-1594639)
 * I haven’t put any in, I’m guessing the website gets cached anyway and that report
   is on a first visit basis. Just want to make sure before I launch that people
   coming don’t wait longer than they have to if I put the effort of compressing
   in.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Optimising my website?](https://wordpress.org/support/topic/optimising-my-website/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/optimising-my-website/#post-1594633)
 * Thanks 🙂 that got me down to:
 * 14.4K 633.60 seconds
    28.8K 323.20 seconds 33.6K 278.86 seconds 56K 172.43 seconds
   ISDN 128K 61.69 seconds T1 1.44Mbps 17.04 seconds
 * My website does have alot of images which I have compressed with photoshop so
   there is not much I can do about that taking up load, just need to working on
   maybe reducing my javascript load time?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Optimising my website?](https://wordpress.org/support/topic/optimising-my-website/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/optimising-my-website/#post-1594629)
 * Anyone? could it be a case of my web host being a bit slow?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding login and register features?](https://wordpress.org/support/topic/adding-login-and-register-features/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-login-and-register-features/#post-1581250)
 * I went for the theme-my-login and added buttons to my website that link directly
   to the login/register pages.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding login and register features?](https://wordpress.org/support/topic/adding-login-and-register-features/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-login-and-register-features/#post-1581011)
 * Also found this plugin which looks like a simpler option.
 * [http://wordpress.org/extend/plugins/theme-my-login/](http://wordpress.org/extend/plugins/theme-my-login/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding login and register features?](https://wordpress.org/support/topic/adding-login-and-register-features/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-login-and-register-features/#post-1580969)
 * I’ve managed to make login and register links with those functions.
 * What I’m after is information on customising the ‘wp-login.php’ and ‘wp-login.
   php?action=register’ pages so they just look like a page within my website instead
   of a seperate wordpress page.
 * However I think I found the relevant information here:
 * [http://www.amberpanther.com/knowledge-base/gain-control-blog-hacking-wordpress-wp-login-custom-page/](http://www.amberpanther.com/knowledge-base/gain-control-blog-hacking-wordpress-wp-login-custom-page/)
 * Going to give it go soon as I get the chance.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add thumnail support to theme?](https://wordpress.org/support/topic/add-thumnail-support-to-theme/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/add-thumnail-support-to-theme/#post-1575683)
 * Nevermind, I’ve just found out the featured box is my new thumbnail box, was 
   renamed in 3.0 and all the guides I found were 2.9 so I was a bit lost. Also 
   have a featured box in my theme which threw me a bit further 😛
 * I’ve managed to get it to work and show in my posts, just restyling it 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I make my menu act like the Twenty10 menu?](https://wordpress.org/support/topic/how-can-i-make-my-menu-act-like-the-twenty10-menu/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-make-my-menu-act-like-the-twenty10-menu/#post-1564461)
 * I tried a straight copy paste but my menu just ended up completely un-styled.
 * I don’t know whether its an issue that my template CSS reverts to the menu as;
   `#
   main_menu`
 * whereas twenty10 calls it;
    `#access .menu-header,`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Submenus under Menu Items?](https://wordpress.org/support/topic/submenus-under-menu-items/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/submenus-under-menu-items/#post-1562745)
 * anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Submenus under Menu Items?](https://wordpress.org/support/topic/submenus-under-menu-items/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/submenus-under-menu-items/#post-1562614)
 * I found this in the twenty10 template:
    `<?php wp_nav_menu( array( 'container_class'
   => 'menu-header', 'theme_location' => 'primary' ) ); ?>`
 * And I’m currently using:
    `<?php wp_nav_menu( array( 'theme_location' => 'menu-
   1' ) ); ?>`
 * Is that defining drop down menu options?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pages showing categories?](https://wordpress.org/support/topic/pages-showing-categories/)
 *  Thread Starter [Deewon](https://wordpress.org/support/users/deewon/)
 * (@deewon)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/pages-showing-categories/#post-1562549)
 * Is the menu builder a feature of WordPress 3.0 or is it a plugin? Either way 
   where do I find it?
 * – Thanks
 * EDIT: Nevermind, I found it 🙂 but my theme doesn’t natively support it so I 
   might have to look for another.

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