adrock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Again with the commentsThe only thing that I can think of is that I played around with my Discussion Options checkboxes…sometimes I would check all of the options (i.e., comments had to be approved, name&e-mail filled out, previously approved comment), sometimes none. I was having a problem with comment spam so after I deleted the bulk of that I shut down comments (and posts) temporarily, but when I turned them back on they weren’t working.
Forum: Fixing WordPress
In reply to: Again with the commentsThe theme designer’s code is correct, and the only reason I know that is because comments *used* to show up on the site when I started using this Retrospotive template. It’s only been recently that they haven’t been working.
Forum: Fixing WordPress
In reply to: links on the sidebar by categoriesHi all– I tried doing what macmanx suggested above, and it didn’t work (I got a “parse error” message on the sidebar instead.
Here is the code relating to my links in my sidebar.php page as it stands now:
<?php if( is_home() || is_page() ) { ?>
<li id=”links”><?php _e(‘Links’); ?>-
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘
‘, FALSE, ‘category’, FALSE, FALSE, -1, TRUE); ?>I have 3 categories of links, and the code above is just tossing them all into one entitled “Links”. Any suggestions?
Forum: Fixing WordPress
In reply to: time-stamp problemThank you much! I deleted the code that referred to the timestamp and it’s gone.