antonskey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: timestamp updated to “now” but doesn’t move to top of indexmy bad, i’ve figured it out
Forum: Themes and Templates
In reply to: linking images to postsa solution we came up with at our site is to simply upload an image to a specific folder and use the post ID to name the image. for example, post42.jpg. You just have to know the post’s ID obviously. then just call it as
<img src="/folder/post<?php the_ID(); ?>.jpg" width="100px" height="100px" alt="supplemental article photo" />
Not sure if that helps or not, but it’s one work-around.
You can see it in action at canadanoise.com
Forum: Plugins
In reply to: wpPaginatedoes anyone know if this works on wp2.0?
Forum: Fixing WordPress
In reply to: content screwed in IE, works in FFmoshu, i was hoping you had a chance to look at the stylsheet and maybe give me some feedback as to why it’s not working
Forum: Fixing WordPress
In reply to: content screwed in IE, works in FFi thought i had a few things figured out but nothing has worked so far
Forum: Fixing WordPress
In reply to: content screwed in IE, works in FFhaha, i obviously don’t know how to put a link on here, i feel retarded.
Forum: Fixing WordPress
In reply to: content screwed in IE, works in FFhere’s my stylesheet:
<A href=”https://www.punkcanada.net/style.txt”>https://www.punkcanada.net/style.txt
Forum: Fixing WordPress
In reply to: content screwed in IE, works in FFok, if that’s the problem, can you help me with one thing.
margin: 5px 180px 0 170px
which is top, right, left and bottom?
Forum: Plugins
In reply to: alphabetical listing of posts????that’s perfect, thank you very much.
Forum: Plugins
In reply to: alphabetical listing of posts????wow, i think i’m finally getting the hang of things a little. i think this will be my last question, and that’s is there any way now to specify that i want ALL the posts in that category on that one page without changing the Options->Reading to 148?
Forum: Plugins
In reply to: alphabetical listing of posts????awesome, and is there any way to then only get the title from each post as opposed to the entire post? i’m using the blue radiant theme and it doesn’t have an archive.php file, so would i need to add one?
Forum: Plugins
In reply to: Category Icon Pluginoh, if you want to see what i’ve got so far, go to https://www.antonskey.com/punkcanada/wordpress
Forum: Plugins
In reply to: Category Icon Pluginif anyone (especially you tverbeek) could help me with linking the image to the category, that would be amazing. I’m trying to use WP as a CMS for my site, so I’m getting the posts and categories to work the way I’d like before changing the theme, and I’ve got the image to appear (hopefully it will always display the image I want), but I’d like it to link to that category. I know NOTHING about PHP so any help would be greatly appreciated.