Title: themetutorials's Replies | WordPress.org

---

# themetutorials

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t find my API key for stats package](https://wordpress.org/support/topic/cant-find-my-api-key-for-stats-package/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/cant-find-my-api-key-for-stats-package/#post-915177)
 * Assuming you are talking about the WordPress stats package the API key is available
   in your WordPress.com account profile, which is different then your WordPress.
   org profile.
 * Sign up or login to your WordPress.com account (again, different then your support
   forums account) and click on the profile link (located on the far right) there.
   You will see a section near the top that says:
 * **Your Profile and Personal Options**
    _Your WordPress.com API key is: xxxxxxxxxxx.
   Don’t share your API key, it’s like a password._
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar issue in different browsers!](https://wordpress.org/support/topic/sidebar-issue-in-different-browsers/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/sidebar-issue-in-different-browsers/#post-915176)
 * IE is interpreting the combined width of your content area and sidebar area as
   too big for the parent container. When this happens the browser (in this case
   IE) causes the element on the right (in this case the sidebar) to appear below
   other elements.
 * There are lots of ways to fix this but in the end you’ll most likely need to 
   decrease the width of your content area or sidebar. Alternatively you can increase
   the width of the parent container (usually called wrap, wrapper, content or something
   like that).
 * How you do this is the real question. You may want to make sure you code is standards
   compliant first, you may want to include an IE only style sheet, or if the content
   areas are only off by 4-5 pixels you may just want to make the changes in the
   themes style.css.
 * Hope the helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [logging in problem](https://wordpress.org/support/topic/logging-in-problem/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/logging-in-problem/#post-891309)
 * Try [http://www.reid-photography.co.uk/wp-admin](http://www.reid-photography.co.uk/wp-admin)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Twitter Feed like this… how do I do it?](https://wordpress.org/support/topic/twitter-feed-like-this-how-do-i-do-it/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/twitter-feed-like-this-how-do-i-do-it/#post-875549)
 * I haven’t used that plugin but I assume it’s a matter of styling the output generated
   by the plugin. Additionally, you should be able to add the little twitter icon
   by creating the icon (or grabbing it from another source) and applying it as 
   a non-repating background to the <div> that contains your tweets. Post a link
   to your site and we’ll get you headed in the right direction.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Twitter Feed like this… how do I do it?](https://wordpress.org/support/topic/twitter-feed-like-this-how-do-i-do-it/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/twitter-feed-like-this-how-do-i-do-it/#post-875343)
 * Take a look at the twitter for wordpress plugin.
 * [http://wordpress.org/extend/plugins/twitter-for-wordpress/](http://wordpress.org/extend/plugins/twitter-for-wordpress/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I have a www. before my domain name in my wordpress site?](https://wordpress.org/support/topic/how-can-i-have-a-www-before-my-domain-name-in-my-wordpress-site/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-have-a-www-before-my-domain-name-in-my-wordpress-site/#post-875341)
 * Login to wordpress and select the Settings link.
 * Change the setting for **Blog address (URL)** from [http://youdomain.com](http://youdomain.com)
   to [http://www.yourdomain.com](http://www.yourdomain.com) scroll down and select**
   save changes**.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments and rss not working.](https://wordpress.org/support/topic/comments-and-rss-not-working/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/comments-and-rss-not-working/#post-875338)
 * Your feed link is displaying as a “friendly” url [http://hookedblog.com/feed/](http://hookedblog.com/feed/)
   but your blog’s permalinks have not been setup to reflect this style of linking.
   You can change the url of your feed link to:
 * [http://hookedblog.com/?feed=rss2](http://hookedblog.com/?feed=rss2)
 * or access the settings >> permalinks section of your wordpress backend and update
   the permalink structure.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [New Post – Default Text?](https://wordpress.org/support/topic/new-post-default-text/)
 *  [themetutorials](https://wordpress.org/support/users/themetutorials/)
 * (@themetutorials)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/new-post-default-text/#post-875334)
 * Check out the Post Template plugin which, pretty much, does exactly what you 
   are looking for.
 * [http://wordpress.org/extend/plugins/post-template/](http://wordpress.org/extend/plugins/post-template/)

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