Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor fireproofsocks

    (@fireproofsocks)

    Is the post published? I had some difficulties with this with WP 3.0.1 due to how WP failed to handle things. My solution was to write my own functions for retrieving posts in a category — see some of the functions included in my other plugin: https://code.google.com/p/wordpress-summarize-posts/

    Thread Starter AFX

    (@afx)

    Sorry, I’m new to WordPress. I’ve installed the Summarize Posts plugin but I have no idea how to go about making it display things properly.

    Also, has no one else been having this issue with 3.1.4? I wonder why it’s just me…

    Plugin Contributor fireproofsocks

    (@fireproofsocks)

    This type of thing has been a constant nag with WP, not just in version 3.1.4 … WP’s built-in functions are pretty half-assed when it comes to retrieving posts, and when it comes to custom post types, it’s completely off the radar with lots of crufty behavior in my experience.

    Sorry I’m pretty slammed so I can’t walk you through this outside of a paying gig, but in a nutshell, it’s not always a simple matter to retrieve your posts from a given category. My docs pretty much suck right now, but here’s what you want to look at: https://code.google.com/p/wordpress-summarize-posts/wiki/FunctionReference

    It’s probably not going to be a viable solution for you if this is your first go at WP unless you’re one of the rare cats with extreme patience and a PHP spidey-sense. Sorry… my docs are practically non-existant with this and that plugin is really only usable for a seasoned dev who is willing to file bugs and test things as they go… I’m working to integrate this with the CCTM plugin, but again, I can only prioritize the dev work inside of paying gigs, otherwise I’d code myself out of house and home…

    Thread Starter AFX

    (@afx)

    Well, I was just about to get back on my site to figure out how to make Summarize Posts work and I saw there were some updates, so I updated to WP 3.4 and Custom Content Type Manager 0.9.3.1. Now everything is suddenly working as intended. Was this a change made in the plugin or was this WP fixing the problem on their end? Either way, everything is being displayed in categories now. ??

    Plugin Contributor fireproofsocks

    (@fireproofsocks)

    Yeah, I pushed out version 0.9.3.1 today as a direct response to this issue (in the bug tracker). It was a change made in the plugin, yes. I still can’t believe the lengths the WP core has gone to make custom post types as difficult and unwieldily as possible. o_o

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Custom Content Type Manager] Custom post types not showing up in Category view’ is closed to new replies.