Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Okay so I’m having alot of the same problems, however, this is REALLY starting to unwravel my Post.php in the admin panel.

    CLICKING ON THE FOLLOWING DOES ABSOLUTELY NOTHING:

    Screen options
    the “add button” under Post tags
    My Categories section no longer has a drop down with my categories, nor the option to add a new category
    If I try to add a tag under the Tags (Simple Tags) I get a 500 server error and then it just goes back to all the posts.
    And click tags has a “This feature works only with activated JavaScript. Activate it in your Web browser so you can!” Message
    Suggested tags doesn’t even allow you to drop it down

    Oh and here is the Javascript error I have in IE8 running WP 2.8.4

    Webpage error details
    
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; FBSMTWB; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Fri, 11 Sep 2009 16:50:51 UTC
    
    Message: 'collection' is undefined
    Line: 4
    Char: 3
    Code: 0
    URI: https://www.mywebsite.com/articles/wp-content/plugins/simple-tags/2.7/inc/js/helper-bcomplete.js?ver=1.6.6

    Deactivating the plugin does not restore any function to my posts.php to add new posts or edit

    On the same topic, only a little different…

    How can I filter subcategory posts from a category that has subcategories?

    For example, say I have a category that is hunting with the subcategories Big Game, Small Game, Waterfoul and Hunting Reports.

    Using the query_posts() how could I exclude the posts in the “hunting reports” category from the query?

    Similarly, if the Main Category, Hunting (that covered all the topics above), had only one subcategory that was “hunting reports” how would I exclude the posts from the single subcategory in the query?

    I’ve tried everything using exclude, hierarchy, etc. but all of them ended up listing the posts in the subcat…maybe my syntax was off but I’ve just had no luck and I’m pulling my hair out. I’ve spent three days searching google for something on this topic before finally arriving here!! Everything seems to be about wp_list_categories, which is not what I’m trying to do. I want to exclude posts from a category’s subcats.

    Thanks…

    Forum: Fixing WordPress
    In reply to: next posts

    check out the Child_of() function

Viewing 3 replies - 1 through 3 (of 3 total)