| bio | website | brassblogs.com |
|---|---|---|
| location | Connecticut | |
| age | 40 | |
| visits | member for | 2 years |
| seen | Feb 18 at 18:34 | |
| stats | profile views | 26 |
Former pastry chef turned web designer. Been working with WordPress for almost 7 years.
|
Oct 30 |
comment |
Actual comments not showing, but form is? Are you only showing us part of your file? I'm thinking maybe the issue is elsewhere then. I know for a fact the above works (with commentlist) after it) because it's my default for most of the sites I create. Have you checked your error logs to see if there's an error co,ing up that you aren't seeing? |
|
Oct 30 |
comment |
Date calculations from 2 custom fields Ah, well that makes a difference then ;) I'm not familiar with the plugin though - have you tried contacting the plugin authors? Maybe it's a bug they're aware of? |
|
Oct 30 |
awarded | Autobiographer |
|
Oct 30 |
answered | Date calculations from 2 custom fields |
|
Oct 30 |
answered | Actual comments not showing, but form is? |
|
Aug 29 |
answered | highlight parent page on menu when child page is on sidebar (and not on menu) |
|
Aug 29 |
answered | Wordpress Menu - creating a fake link |
|
Jun 4 |
comment |
I want to develop locally with Multisite, then migrate each site to separate remote WP installs ...which I would have done, but the comment link doesn't show for either one. |
|
Jun 4 |
comment |
Keep formatting for tables copied from MS Word? I actually wrote a piece of code that looks for Word-specific stuff that gets pasted into WordPress - if it's detected, then it won't display the content on the site. Instead it'll leave a message for the person that wrote the post to clean out the Word-bloat. It was written as a joke for a colleague, but it actually has turned out to be quite popular - I've had many people actually use it! They've reported it seems to force their clients to stop depending on Word so much! |
|
May 3 |
answered | Have an html site but want to add an existing WordPress site to the back end. |
|
May 3 |
awarded | Supporter |
|
May 3 |
answered | I want to develop locally with Multisite, then migrate each site to separate remote WP installs |
|
May 3 |
answered | Keep formatting for tables copied from MS Word? |
|
May 12 |
comment |
Firebug says jQuery is loaded but $() and jQuery() are not defined There must be something else going on then. I know the above code works, because it's my standard when I develop WP themes, and the above is what I use all the time. There must be something else blocking it from working properly. Have you swapped themes and turned off all your plugins to see if any of those things are causing the conflict? |
|
May 12 |
comment |
What is the ID parameter for custom post types in query_posts? Yes, but what I was saying was "p" and "page" (in the query) are for standard post types. In your above examples, you were trying to pull ID's from custom post types. That's why it wasn't working - that's all I was pointing out with that. I do so want to see your solution though! :) |
|
May 12 |
answered | Firebug says jQuery is loaded but $() and jQuery() are not defined |
|
May 12 |
answered | What is the ID parameter for custom post types in query_posts? |
|
May 12 |
comment |
Trouble getting the Blog page to show up correctly That's how WordPress works. If you have a page.php template file, and your blog is set to use some Page to display your posts on, then it'll use the page.php template file. If you don't want it to, then in your settings, set the front page to show the most recent posts. Then it'll use the index.php file. To make the layout different, you can use conditional statements. |
|
May 9 |
awarded | Teacher |
|
May 9 |
answered | Trouble getting the Blog page to show up correctly |