I am looking for 9 articles to be written about the rules of different types of poker, specifically: Texus Hold’em Poker Omah Poker 7 Card Stud Poker Each Article need to contain unique content… (Budget: $30-250, Jobs: Article Rewriting, Articles, Ghostwriting)
joomla mosets tree – title not showing in listings by rcvanderplaat
I have a joomla / mosets tree website. for some reason, some listings in the brief view TITLE is not showing, and listing is there 2 times. Please quote to fix this problem with listings in mosets… (Budget: $30-250, Jobs: Joomla)
Code Css For Joomla Website
I need the template for a site in joomla. i have attatched the graphics.I would also like about 10 blank pages added (to populate the menu) all the content will be added later and is not part of this project.
www.imaginativeminds.org/DonSite.zip
Clayarcs template project by JoeDigital
Convert this site template to wordpress template compatible with the newest wordpress: http://www.wix.com/rjang22/Jangalang 1) very clean and light code (very optimized code), wherever possible we… (Budget: $30-250, Jobs: WordPress)
Menu Transcription
I will be providing 107 scanned PDFs. The job is to transcribe these into excel with the following columns
Filename
Category
Dish Title
Dish Description
Price
Install Joomla Templatedemo
I need http://demo.gavick.com/ demo installed. I own the quickstart package for this template.
Very simple here’s the instructions:
http://www.gavick.com/frequently-asked-questions/906-templates-faq-/75-what-is-a-quickstart-package.html
Article writer needed by gccinc
We are looking for a quality article writer for a small project that will eventually become consistent work. The project will start with 25 articles and if we are satisfied with the quality will turn into a regular weekly request… (Budget: $250-750, Jobs: Article Rewriting, Articles, Ghostwriting)
Craigslist poster by Wilson5434
English speaking–Craigslist poster to post ads daily, Time Zone GMT-7:00 Arizona Times 9, 10, 12, 1, 2, 4 ,6 , 8, 9 Weekend will be a little different You will need supply the PVA accounts (USA IP) and provide a list of postings daily… (Budget: $30-250, Jobs: Craigslist, Market Research, Marketing, Sales)
Proofreading by MichS
Final Proofread of print ready document. It is 16,000 words and has been edited/proofread professionally three times and read by others. I need someone who can print out, proofread with markings and scan… (Budget: $30-250, Jobs: Editing, Proofreading)
Wp Theme Customization
I need a WP theme customized for our company, then filled out with our content over time in a long-term relationship.
Management will include routinely posting our articles and videos.
Animated Video Needed
Im launching an “Online Collaboration” – File Hosting Website. Visit DropBox.com and look at the video. I want something like this, that touts the ability to securely stor files online, and to collaborate on tasks online. You should be very creative, and I need it in video format to insert into my website.
$100 PER SALE ON $200 PRODUCT – CONVERTS AND STEADY SALES by atiinfosecurity
$100 per sale on a $200 priced product. Product sells now steadily. Sales, Selling a product online no money up front from you no cashing checks no spamming no illegal no scam you will get order forms with name,address, cc info to make sales… (Budget: $250-750, Jobs: Sales)
Data entry person needed to enter 100 products into Magento by hirefreelancers
I need a data entry person to enter 100 products into magento. They are plain tshirts so we need to enter attributes like size and color. I would also like to add the Brand as well. If you have experience entering product into magento, that’s definitely a plus… (Budget: $30-250, Jobs: Data Processing)
Quick Tip: “Popular Posts By Comment Count” SQL Query in WordPress
You might have noticed that the Tuts+ sites have a section on the home page where we list the most popular posts of the month, according to comment count. While there are numerous plugins available, it’s always best to write the code yourself if you can. Too much abstraction is never a good thing! Luckily, once we learn how to query WordPress’ database, tasks like this become a cinch!
Prefer to watch this video on Screenr?
The SQL Query
To query WordPress’ database, we can use the $wpdb->get_results() method. As the parameter, we simply pass a SQL query. In this particular example, let’s say that we only want to display a list of popular posts within our sidebar. We can use the following query:
$pop = $wpdb->get_results("SELECT id, post_title, comment_count FROM {$wpdb->prefix}posts WHERE post_type='post' ORDER BY comment_count DESC LIMIT 10");
id, post_title, and comment_count our columns within the database.
Because WordPress allows you to set a custom prefix for your database tables, we need to fetch that prefix dynamically, by using {wpdb->prefix}posts. In this case, that results in “wp_posts”. Next, we must ensure that we only display posts, and not anything else, such as attachments or pages. Finally, we ORDER BY comment_count. That’s the point of all this right? Display the most commented postings?
Now that our SQL query has been executed, we can simply use a foreach statement to filter through the results, and display them on the page.
$pop = $wpdb->get_results("SELECT id, post_title, comment_count FROM {$wpdb->prefix}posts WHERE post_type='post' ORDER BY comment_count DESC LIMIT 10"); foreach($pop as $post) : ?> <li> <?php echo $post->post_title; ?> </li> <?php endforeach; ?>
Note that the $post variable will have access to any of the columns that we fetched. In our case, we’d have access to:
- $post->id : The id of the post
- $post->post_title : The title of the post
- $post->comment_count : The number of comments for that particular post.
If you need the permalink, you can either also SELECT from the “guid” column, or you can just use the get_permalink($post->id) method, and pass in the id of the post accordingly.
Once you’ve learned how to directly interact with the WordPress database, you then have a lot of power at your disposal; this is only the tip of the iceberg!
Any questions? Thanks for viewing or reading!
WANTED: 1000+ Emails of Mobile Phone Professionals by MisterZ
This will be a trial run for future work. Who I’m targeting: -Mobile phone stores -Mobile phone distributors -Mobile repair stores -Mobile repair professionals -Mobile unlocking professionals -Mobile phone parts suppliers Must have NO MORE THAN a 10% bounce rate… (Budget: $30-250, Jobs: Advertising, Bulk Marketing, Internet Marketing, Leads, Marketing)