Activity Stream
48,167 MEMBERS
6931 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Banned

    Default can someone please edit this code?

    hej guys i am using the Wordpress autosubmitter by Whoo, its showing my the latest download titles and i can select titles and submit to ddl sites. but its showing all titles from all categories. i want him to only show the download titles from the categorie games (number 233). can somebody please edit the next code of index.php so it will only show titles from the categorie 233. i have 10$ in my paypal if u want i can send u if u make it working

    code:


    ~~~~ CODE REMOVED BY Mr Happy ~~~~~
    **************************************
    This code belongs to Whoo. By showing it all here your leaking it. I'm sure Whoo will be happy to help you if you PM him. Sorry.
    **************************************
    wman Reviewed by wman on . can someone please edit this code? hej guys i am using the Wordpress autosubmitter by Whoo, its showing my the latest download titles and i can select titles and submit to ddl sites. but its showing all titles from all categories. i want him to only show the download titles from the categorie games (number 233). can somebody please edit the next code of index.php so it will only show titles from the categorie 233. i have 10$ in my paypal if u want i can send u if u make it working code: ~~~~ CODE REMOVED BY Mr Happy Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    please anyone help?

  4.     
    #3
    Member
    Website's:
    warezat.net
    I dont use wordpress but i think you need to edit this line

    PHP Code: 
    $result mysql_query("select * from wp_posts WHERE post_type = 'post' ORDER BY ID DESC limit 0,250"); 
    to something like

    PHP Code: 
    $result mysql_query("select * from wp_posts WHERE post_type = 'post' and post_parent='233' ORDER BY ID DESC limit 0,250"); 
    Not sure if that'll work though, just trying to help

  5.     
    #4
    Respected Developer
    not saw all ur code but here is a code to get posts from a particular category

    change this
    PHP Code: 
    $result mysql_query("select * from wp_posts WHERE post_type = 'post' ORDER BY ID DESC limit 0,250"); 
    to
    PHP Code: 
    $result mysql_query("SELECT * FROM `wp_posts`, wp_term_relationships, wp_term_taxonomy WHERE wp_term_relationships.object_id = wp_posts.id AND post_status = 'publish' and post_type = 'post' AND wp_term_taxonomy.term_taxonomy_id = wp_term_relationships.term_taxonomy_id AND wp_term_taxonomy.taxonomy = 'category' AND wp_term_taxonomy.term_id = CATEGORY_ID ORDER BY ID DESC LIMIT 0,250"); 
    change CATEGORY_ID to ur catergory id
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [WordPress] Need a small code edit
    By lukey372 in forum Web Application/Script Support
    Replies: 1
    Last Post: 16th Dec 2011, 01:10 PM
  2. (vB 4.1.3) (Edit Required) Edit from code box
    By champ_007_bond in forum vBulletin
    Replies: 0
    Last Post: 15th Dec 2011, 08:20 PM
  3. [Hiring] Quick vBulletin code edit...
    By DOPE in forum Completed Transactions
    Replies: 7
    Last Post: 1st Nov 2011, 08:41 PM
  4. Replies: 1
    Last Post: 27th Aug 2011, 01:45 PM
  5. can someone edit this little code for me please?
    By wman in forum General Discussion
    Replies: 3
    Last Post: 13th Mar 2010, 02:54 AM

Tags for this Thread

BE SOCIAL