ibraheemhsn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Spliting content between multiple MySQL DatabasesHello ReviewersBlog,
if you are insisting on still using free web hosting services you may use
SQL Dump Splitter.
here you can find the instrucations:
http://www.spotht.com/2010/05/how-to-split-large-mysql-database-file.htmlRegards
Forum: Your WordPress
In reply to: pinterest theme WordPress station – danhuaer.comReally this is a great and amazing work!
kindly reply are you interested in sale this theme for me,
I want to buy this theme modified from your side.Please mail me on ibraheemhsn at gmail dot com
Forum: Plugins
In reply to: complex wpdb querythanks MR.APLJDI
that’s perfect .. the problem had been solved..why should I don’t want to use wp_query and other builtin wp functions ?
OK ,,
because I want to use another wordpress database as an external database and use raw sql queries to retrive the informations from the external databaseForum: Plugins
In reply to: complex wpdb querysorry but this method casued for me unexpected errors ,because I want to use secondary loop ,, using of $wpdb is more safety …
I read this qoute in in wp-codex http://codex.wordpress.org/Template_Tags/query_posts
The query_posts function is intended to be used to modify the main page Loop only. It is not intended as a means to create secondary Loops on the page. If you want to create separate Loops outside of the main one, you should create separate WP_Query objects and use those instead. Use of query_posts on Loops other than the main one can result in your main Loop becoming incorrect and possibly displaying things that you were not expecting.
also I don’t want to use WP_QUERY object insted ,, I want to
return all published posts that belongs to category :’cat3′ AND have one or more of these tags [‘tag1′,’tag2′,’tag3’,,,,,,etc]; using $wpdb
Forum: Plugins
In reply to: complex wpdb querythanks I will check it and replay again