imsoper
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Posts] [Plugin: Query Posts] Custom TaxonomiesI added a taxonomy called “Ad Positions”, and it isn’t showing up in the query-posts widget, see my config panel: http://cl.ly/a2a47e944c048bfb4de6
I didn’t add it via the Functions.php file, it was done via plugin, I don’t know if that would make a difference or not.
Forum: Plugins
In reply to: [Plugin: Redirection] WP3.0I’m having the same problem as johnnypez. This is happening with posts and custom post types for me (i haven’t tried creating a new page)
Forum: Plugins
In reply to: [Plugin: HeadSpace2 SEO] HeadSpace2 Tag Suggestions broken in WordPress 3.0?There is a solution posted here, but you have to edit one of the plugin JS files.
Forum: Plugins
In reply to: Show subheadings on post & page admin listsThis works now, but it is disrupting the admin columns created by other plugins. Any idea if this can be fixed?
See the image link below:
http://dl.getdropbox.com/u/7416/wp_subheading_plugin_admin.pngForum: Plugins
In reply to: Show subheadings on post & page admin listsAnother idea. Would you be able to add the subheadings to RSS feeds as well?
Forum: Plugins
In reply to: Show subheadings on post & page admin listsVery cool. Thanks so much for making this happen!
Forum: Plugins
In reply to: SubHeading Plugin not outputing properlyAwesome! Thanks for fixing it. The new version works great.
Forum: Developing with WordPress
In reply to: [Plugin: Contact Form 7] Conflict with Flickr RSSI just used that plugin with a 2.8 wordpress website and have not had problems with it.
Are you using caching? Prephaps the cache folder doesn’t have the correct permissions.
Forum: Fixing WordPress
In reply to: Scheduled Posts & Custom FieldsI just figured out my problem, I was using the plugin, More Fields 0.6.8, That caused the problems. I tried More Fields 1.0beta0, but that didn’t work properly.
Forum: Fixing WordPress
In reply to: Scheduled Posts & Custom FieldsI’m having the exact same problem, I’m using wordpress 2.6.2
Forum: Plugins
In reply to: wp-print pluginI’m having problems getting this to display the page properly:
Regular Version:
http://fulleryouthinstitute.org/2006/04/the-boomerang-effect/Print Version
http://fulleryouthinstitute.org/2006/04/the-boomerang-effect/printThe print version is not showing any of the correct content on the page. It looks like it is defaulting to something else, not sure what is going on here.
I did create my own custom print-posts.php file, but with or without a custom file it still doesn’t work.
Any ideas?
Forum: Fixing WordPress
In reply to: “showposts” not working in WP_QueryI had the same problem, but it looks like I had to define a category to get it to work:
<?php query_posts('showposts=1&cat=1'); ?>Forum: Themes and Templates
In reply to: wp_list_pages ProblemYou might be able to edit the code on this post to make it work for you: http://wordpress.org/support/topic/118217