Category Listing

Hi, I’m building a local business directory and have gotten the submission, custom display, and user editing parts working. I’m posting into What I’m attempting now is to add a selection of categories for submissions (i.e., Entertainment, Restaurants, etc..), that i can provide links to, that would display only those entries that are in a [...]

‘Where’ not working?

Screen Shot 2012-01-13 at 5.56.41 PM

I have a drop-down selector in my form for choosing a category to post the entry to (Connected to the categories in my post type). I’m trying to make a custom display that shows 2 random items from all posts except for one specific category, “Community”. When I set it to look like the attached [...]

nicEdit bugs?

I seem to have a bit of an issue… When using nicedit for rich text fields (which I apparently have to, if I want to keep the image upload part, since tinymce doesn’t have one), I have had a couple issues with it that have me stumped how to resolve. After submitting a form, and [...]

Maps Question

I’ve added the “Google Maps v3 Shortcode” plugin you mentioned on a post here, and added it to my custom display (with the addition of the [raw] tag to make it read it, but I’ve got a shortcode question.. To make a valid “Get Directions” url, it needs the street address to have the + [...]

Display a field in a popup

On the post generated by the custom display, I have a field where you upload a special or coupon, etc.. What I need is to open a popup browser window with just that field’s info. This both reduces the length of my page, and allows a single field (containing a coupon for example) to be [...]

Empty Custom Display

Any custom display that is empty is not showing the No Entries Found message, instead is showing all form entries. I have a where row filtering my custom displays to only show results in a certain category, which works fine, but if the category is empty, it shows everything. Any thoughts?

Can I Use PHP in custom display?

I’d like to use the wordpress bloginfo functions in my hrefs in the custom display, but it won’t let me.. Specifically, I’d like to use this: <a href=”<?php bloginfo(‘url’); ?>” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></a> To display my site’s home page as a link, which will stay updated regardless of the site moving or changing wordpress’ site name. [...]

Entry in multiple categories

I want to give users the option to choose multiple categories for their entry to be displayed in, which will be displayed within each corresponding custom display. If I use a checkbox list for selecting categories, will my ‘create post from entry’ create a post in each category chosen, and then update all accordingly when [...]