Results 1 to 4 of 4
-
19th Aug 2010, 09:57 PM #1OPBanned
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
-
19th Aug 2010, 10:26 PM #2OPBanned
please anyone help?
-
19th Aug 2010, 11:02 PM #3MemberWebsite's:
warezat.netI 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");
PHP Code:$result = mysql_query("select * from wp_posts WHERE post_type = 'post' and post_parent='233' ORDER BY ID DESC limit 0,250");
-
19th Aug 2010, 11:37 PM #4Respected 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");
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");
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.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[WordPress] Need a small code edit
By lukey372 in forum Web Application/Script SupportReplies: 1Last Post: 16th Dec 2011, 01:10 PM -
(vB 4.1.3) (Edit Required) Edit from code box
By champ_007_bond in forum vBulletinReplies: 0Last Post: 15th Dec 2011, 08:20 PM -
[Hiring] Quick vBulletin code edit...
By DOPE in forum Completed TransactionsReplies: 7Last Post: 1st Nov 2011, 08:41 PM -
Need a good coder to code a skin, I will show you what I need, you just code it
By Nickk96 in forum Web Development AreaReplies: 1Last Post: 27th Aug 2011, 01:45 PM -
can someone edit this little code for me please?
By wman in forum General DiscussionReplies: 3Last Post: 13th Mar 2010, 02:54 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...