Title: dimitry's Replies | WordPress.org

---

# dimitry

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom classes for P tags in 2.1?](https://wordpress.org/support/topic/custom-classes-for-p-tags-in-21/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/custom-classes-for-p-tags-in-21/#post-521872)
 * Ah ok, I figured out why I was having problems. There was an issue within my 
   Theme.
 * This makes sense though and will help in the future.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [What is the current page?](https://wordpress.org/support/topic/what-is-the-current-page/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/what-is-the-current-page/#post-228866)
 * Found it!
    [http://codex.wordpress.org/Conditional_Tags](http://codex.wordpress.org/Conditional_Tags)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [What is the current page?](https://wordpress.org/support/topic/what-is-the-current-page/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/what-is-the-current-page/#post-228863)
 * Actually, never mind, that code is completely irrelevant. Not what I want it 
   to do. (It gets the slug of the current page.. I think)
 * Dimitry
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments in a new window (Reviews)](https://wordpress.org/support/topic/comments-in-a-new-window-reviews/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/comments-in-a-new-window-reviews/#post-224387)
 * My current solution:
    Open up wp-include/comment-functions.php Find line 95: 
   if (! is_single() && ! is_page()) {
 * Make it:
    if (! is_single()) {
 * For those that know PHP realize what is happening (I see why it was coded this
   way for Singles but not for Pages…)
    Dimitry
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Separate RSS feeds per category & other questions](https://wordpress.org/support/topic/separate-rss-feeds-per-category-038-other-questions/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/separate-rss-feeds-per-category-038-other-questions/#post-209190)
 * Thanks for your support guys.
    Exactly what I needed
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Something you haven’t seen…](https://wordpress.org/support/topic/something-you-havent-seen/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/something-you-havent-seen/#post-170508)
 * Ok, the skin is finally all done.
 * All the links work and all pages are completely WP controlled.
    [http://dimitry.arthero.com](http://dimitry.arthero.com)
 * Anyone know where I can submit my skin? Thanks
    Dimitry
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Something you haven’t seen…](https://wordpress.org/support/topic/something-you-havent-seen/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/something-you-havent-seen/#post-170435)
 * Thanks for great words guys!
    800px compatibility will come soon. I don’t really
   like the way I coded the CSS and will redo it soon. Life’s been too busy/stressfull
   lately and I was out of town for the weekend.
 * For the music, I use iTunes + iTunesBlogger which calls on a php file that I’ve
   created that adds the song to MySQL database. /music/ page is then simply pulling
   data out of the database.
 * It’s very similar with WP iTunes and I would have probably used that code, but
   didn’t know it existed, so ended up coding my own.
    Dimitry
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Something you haven’t seen…](https://wordpress.org/support/topic/something-you-havent-seen/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/something-you-havent-seen/#post-170006)
 * Thanks for the comments.
 * I dont quite get the archives concept yet (AND Im very computer saavy.. weird).
 * So what do I make my link point to (under the Archive image)?
    /archives/ doesnt
   work. Neither does /archive/
 * Thanks
    Dimitry
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP iTunes](https://wordpress.org/support/topic/wp-itunes/)
 *  [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/wp-itunes/page/4/#post-109241)
 * Im interested in how you did images from Amazon.
    Gotta look into that 🙂
 * I coded my own as I didn’t know you had this nice script.
    [http://dimitry.arthero.com/music](http://dimitry.arthero.com/music)
 * Works similarly (iTunesBlogger -> web update -> mysql -> blog)
    Dimitry
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Technical blog [designed]](https://wordpress.org/support/topic/technical-blog-designed/)
 *  Thread Starter [dimitry](https://wordpress.org/support/users/dimitry/)
 * (@dimitry)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/technical-blog-designed/#post-110679)
 * I kinda hate how everything is cluttered on the right. In my opinion there’s 
   too much stuff going on there already. I got rid of the calendar because that
   was just toooo much. I might even get rid of some stuff (Archives, etc.) and 
   just leave links to them.
    Interruption on the bottom is just a footer like most
   sites have. I agree its a bit big for a footer but thats allright :/ Thanks for
   the suggestion, I might be able to scale it down. Thanks for replies! Dimitry

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