gypmaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is it possible remove the link to 'Categories'?I’d rather not use a plugin.
Anyone done it without one?
Forum: Fixing WordPress
In reply to: Select custom Post types and 'normal' posts with certain tags?Thanks but that’s not really the question I was asking.
I want to know how to code a qury_posts or get_paosts or whatever to allow me to retrieve a certain number of a Custom Post Type AND a certain number of ‘normal’ posts that have certain tag(s).
what you’ve done is post how to retrieve custom field from ‘normal’ posts.
Forum: Fixing WordPress
In reply to: How to include Custom Post types in Archivesthanks for the clarification.
Forum: Fixing WordPress
In reply to: How to get rid of ?> closing tag generated by wp_head?Why would I want to do that?
Forum: Fixing WordPress
In reply to: How to set up an rss feed for each post and/or each pageI thought it only set up a default feed for comments!
where can I find the feed for each post then?
Forum: Fixing WordPress
In reply to: Limit a user to be only able to view/comment on one single categoryanyone know how to do this i.e. limit a category to one user only?
Forum: Fixing WordPress
In reply to: Problem with permalinks not foundNever Mind … got it fixed by working thru this thread:
Forum: Fixing WordPress
In reply to: Problem with permalinks not foundanyone help?
Forum: Fixing WordPress
In reply to: Inserting post from outside wp – works, kind of … help?yeah, thanks for that … I cans ee it now, and it works fine.
checking the wp_term_relationships table I can see the post id and the term_taxonomy_id match up the the ‘category’.
cheers.
Forum: Fixing WordPress
In reply to: Inserting post from outside wp – works, kind of … help?anyone?