ashadeofgrey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different Kind of Permalink IssueForum: Fixing WordPress
In reply to: Different Kind of Permalink IssueI posted too soon. I knew as soon as I did, I would solve it.
Apparently, I overwrote the wrong index file.
Whoops.
Forum: Fixing WordPress
In reply to: wp_list_cats – exclude multiple categoriesThanks for the help though, seriously.
Forum: Fixing WordPress
In reply to: wp_list_cats – exclude multiple categoriesWow. I’m dumb. Turns out I forgot to hit “Update File.”
Forum: Fixing WordPress
In reply to: wp_list_cats – exclude multiple categories1.5.1.2
Here’s the site if you need it: http://www.taylormadecreation.com/inside/
Forum: Fixing WordPress
In reply to: Image upload works, resizing doesn’t.Actually..in my case, it was resizing the image, it just wasn’t displaying the proper code. In order to call the image, just add
thumb-in front of the image name.Forum: Fixing WordPress
In reply to: Image upload works, resizing doesn’t.I’m actually having problems with this, as well.
Anyone have any solutions? Thanks.
Forum: Fixing WordPress
In reply to: single category view – date and order questionsAhh.. the_time. I knew that one would be easy. I’m confident that sorting is, too. It has to be. I’ve trying searching the codex to no avail.
Anyone have advice?
Thanks,
TannerForum: Installing WordPress
In reply to: WP1.5: Unanswered Comments IssueAlso, when I click previous, I lose the link entirely. I’ve tried the old methods for making it stick, to no avail.
Any suggestions?
Forum: Plugins
In reply to: Just show one categoryWhenever I tried that, I received the following error:
Fatal error: Call to undefined function: add_filter() in /home/ashadeof/public_html/wp/test.php on line 62If I removed the line in question, I received an entirely white page.
What am I doing wrong?
Forum: Plugins
In reply to: previous post on image clickI’m still trying to solve this issue, any ideas yet?
Forum: Fixing WordPress
In reply to: commentsI couldn’t get your site to open.
I can answer your second question..
Put the following code where you’d like for your commenter’s link to appear:
<a href="<?php comment_author_url(); ?>" target="new"><?php comment_author(); ?></a>Forum: Your WordPress
In reply to: ashadeofgrey.net > my photoblogI redid my site again, if anyone is interested.
Forum: Fixing WordPress
In reply to: previous post permalinkThat’s not quite what I mean. And I did search.
I need some PHP that will generate the URL, not create the link.
Something that I can type that will just return:
http://www.ashadeofgrey.net/wp/index.php?p=83Not a hyperlink..just the URL.
Forum: Plugins
In reply to: displaying archives by category & date