krez
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Ajax Comment Posting] ACP errorWhere would this option be; at google.com/analytics in my account, or in the GA WordPress plugin i’m using?
is there a functional difference between the new and old Google Analytics code that I will notice?
thanks for your help!
Forum: Plugins
In reply to: [Plugin: Ajax Comment Posting] ACP errorNo other AJAX plugins were installed at the time. I currently have another one installed, but would prefer to get this one working because I like it better!
Yes, I have Google Analytics installed.
Forum: Plugins
In reply to: AJAXed WordPress w/ Subscribe-to-CommentsAnyone have any ideas? Help would be much appreciated.
Forum: Plugins
In reply to: AJAXed WordPress w/ Subscribe-to-Commentsfor clarification, i’d like to keep the comment template the way it is in my current theme. just with AJAX commenting, and “subscribe to comments” checkbox.
Forum: Plugins
In reply to: AJAXed WordPress w/ Subscribe-to-CommentsAaron,
Thanks, that is true. However i’m not too fond of the default comment form that comes with AWP (as pretty as it is). So how do I modify that template (i.e. which file is it)?
thanks.
-ben
Forum: Plugins
In reply to: AJAXed WordPress w/ Subscribe-to-Commentstried that. it doesn’t work because AJAXed WordPress overrides the comments.php file. I have the “«—Attempt to modify your theme’s default comment template” option checked in AJAXed WordPress.
I don’t have the default AJAXed WordPress template enabled because I don’t like the design of it. Subscribe-To-Comments actually works if that is enabled, without me having to change any code.
Forum: Fixing WordPress
In reply to: Show # of comments on Single Post pagethat works. thank you!
Forum: Themes and Templates
In reply to: Spacing of category title and postmark, that did the trick. thank you very much!
Forum: Themes and Templates
In reply to: Changing sidebar widget titles to imagesMichael,
Thanks, but I think you may have misunderstood my question. I know how to generally put images in the sidebar — but how do I replace the TITLES with images, for example how do I replace the text “Pages” with a custom image I’ve made?
-ben
Forum: Themes and Templates
In reply to: Spacing of category title and postMark,
Thanks for the quick response. For the time being (until I work out this issue) I have the php call for the category inserted only into the “single post” pages. Here is an example:
http://www.metalsucks.net/?p=5290
Thank you for your help.
Best,
benForum: Plugins
In reply to: BRANDED LOGIN SCREEN Pluginawesome plugin. just what i was looking for. thank you!
Forum: Themes and Templates
In reply to: Sidebar Image HeadingsHello all,
I have successfully replaced the “Pages,” “Meta” etc titles with images; all except “Blogroll,” which is the name of the category I have my blogroll links in.
I read through the above but can’t find what I need!
Does anyone know where I would change code to insert an img for the Blogroll title?
Thank you.
-ben
Forum: Fixing WordPress
In reply to: Display posts from a specific category in the sidebarSimon,
Very nice — both suggestions worked. Your first post solved the problem of displaying the category name in the site title, and your second post did the trick to make a list in the sidebar.
Thank you very much for your help!
-ben
Forum: Fixing WordPress
In reply to: Display posts from a specific category in the sidebarSimonJ,
Actually at this point I’m not getting a syntax error but something else odd altogether. I put the following code as the first 2 lines in my sidebar.php file:
<?php query_posts('cat=6&showposts=5'); ?> <?php while (have_posts()) : the_post(); ?>And the following as the last line in sidebar.php:
<?php endwhile; ?>Not only does the list of posts from that category not show up anywhere, but the whole site is called “Interviews” (the name of Category 6).
What am I doing wrong?
i am using a modified version of the Kubrick theme.
thanks so much for your time.
-ben
Forum: Fixing WordPress
In reply to: Display posts from a specific category in the sidebarHandySolo,
Thanks so much for the tips. I still can’t seem to get it right — always get back a syntax error.
What I’m trying to do is like in your second example; to make a list of posts from any category, anywhere i like (this case in the sidebar).
The above code you’re suggesting that i put in before the loop — does that go in my index.php or my sidebar.php file?
Do I then have to insert a specific php call in my sidebar (and if so, what is it?
Thanks so much for your time.
-ben