dimitry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom classes for P tags in 2.1?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
In reply to: What is the current page?Forum: Plugins
In reply to: What is the current page?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
In reply to: Comments in a new window (Reviews)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…)
DimitryForum: Plugins
In reply to: Separate RSS feeds per category & other questionsThanks for your support guys.
Exactly what I neededForum: Your WordPress
In reply to: Something you haven’t seen…Ok, the skin is finally all done.
All the links work and all pages are completely WP controlled.
https://dimitry.arthero.comAnyone know where I can submit my skin? Thanks
DimitryForum: Your WordPress
In reply to: Something you haven’t seen…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.
DimitryForum: Your WordPress
In reply to: Something you haven’t seen…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
DimitryIm 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.
https://dimitry.arthero.com/musicWorks similarly (iTunesBlogger -> web update -> mysql -> blog)
DimitryForum: Your WordPress
In reply to: Technical blog [designed]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