Archive

Posts Tagged ‘wordpress custom’

WordPress Custom Theme Add On

December 14th, 2011 Comments off

I need wordpress programmer who can do a custom setting for a theme i have. Basically i want
to be able to sort the most viewed, most rated, and most dicussed like here on

pornhub.com

I want it to be done ony my site porno fiend i need it to be a option for every category.

www.pornofiend.com this is my website if you go here you can see the problem i’m talking about

WordPress Custom Plugin

June 10th, 2011 Comments off

I have a WordPress site using a template from http://www.photocrati.com/. These come with ecommerce but I’d like it setup differently using a flickr plugin if possible. This is the plugin http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/ that I need to integrate with the ecommerce feature.

WordPress Custom Rewrites

May 16th, 2011 Comments off

Hello,

I need someone experienced working with WordPress to write some functions that I can re-use to write custom WP URLs
e.g. www.mysite.com/some-tag/123/example/value/

Please note that this are not pages or posts, I just need those values to be captured with get_query_var() function . Please set up a working example on your server.

This should work with latest WP version.

Thank you.

WordPress Custom Design

April 20th, 2011 Comments off

Hello Every body,
we need complete wordpress website within 15 days.My budget is $350

Please contact me soon..

Thanks..

WordPress Custom Forms

April 6th, 2011 Comments off

I have an auto-responder form that I want to arrange radio buttons, check boxes and drop down boxes around the form and then link them to custom fields in the auto-responder db. Site is www.localmediatraffic.com. I want to create 8 versions each with different configuration of the buttons and boxes.

WordPress Custom Fields Php

March 17th, 2010 Comments off

I wish to display three WordPress custom fields from a post category into a table and add permalinks to each post.

There is an example of how the table should look at the top of the following page. At the bottom of the page is how the script I am currently using is rendering. http://www.s3group.com.hk/hot-jobs/

Attached is a copy of the code that needs to be fixed or re written

WordPress Custom Form 7

March 10th, 2010 Comments off

I have 2 wordpress websites that have wordpress contact form 7 plugin (plugin info link http://wordpress.org/extend/plugins/contact-form-7/)

I need the form plugin code customized to look similar to this.
http://www.speakeasy.net/promos/hvfreemob/?c_id=70170000000Kx59&gclid=CMycx7PsrKACFVJR2godCHVQZg

Information from the form needs to be integrated into email database.

WordPress Custom Rss

February 26th, 2010 Comments off

Need a custom rss output for wordpress that can show random post by category…for example every time when rss load, show 100 random post from given category..like this: www.mysite.com/random-rss/category1

WordPress Custom Theme

January 31st, 2010 Comments off

I need a custom wordpress theme similar or a clone to deanguitars.com.

WordPress Custom Field Plugin

November 23rd, 2009 Comments off

I currently have a plugin that retrieves data from Amazon. I want the plugin modified so that the image is saved into a custom field of my theme and the URL into another custom field.

WordPress Custom Fields Search

October 19th, 2009 Comments off

I am using WordPress Custom Fields Search 0.3.13

http://www.don-benjamin.co.uk/projects/foss/wp-plugins/wordpress-custom-fields-search-0313/#content

I need programmer to add radius zip search

WordPress Custom Theme Site

October 17th, 2009 Comments off

Will need a wp theme plus website with JQuery Navigation and frontpage image gallery. Content and wireframe will be provided. Good at graphic layout designer and programmer preferred.

WordPress Custom Login/signup

September 1st, 2009 Comments off

I need to a a feature/plugin to my blog (wordpress based) that allows user to sign up and create an account – this would allow them to sign into the blog and upload posts/pics etc.

This is a very urgent comment with a limited budget – we don’t mind if you need to mod an existing plugin to get this to work.

WordPress Custom Header Design

August 23rd, 2009 Comments off

I have a wordpress blog and I’m using the Thesis Theme. I need a custom header 980×160.

The topic of the blog is Twitter and the URL is www.StandUpTweeter.com

Of course, the header should be relevant to the URL and topic of the blog. This should be a very simple task for someone who’s already done this before.

Please make your bid and send me a mock sample of the header to the PM board.

There will be future work for the right person.

Look forward to hearing from you.

WordPress Custom Theme

August 7th, 2009 Comments off

Hi, I’m looking to change my current wordpress theme located here – http:// www.wigopedia . com . I would like to add some customizaton to get the site to look like this one – http:// www.womenswigsolutions . com

Make WordPress Custom Template

August 6th, 2009 Comments off

i need from a existing template two customized templates.

1) special template for one article category, based on existing layouts
2) an nearly similar template for MAILPRESS html mails

i would say it takes about an hour. because i know what i want (design) and the files are existing.

MUST::
——is urgent
——programmer must speak english, german would be nice
——100% valid code, no tables
——XHTML
——testing with the overall website and with testmails for the mail template

WordPress Custom Field Query

June 20th, 2009 Comments off

I’m building a WordPress site and I need some help getting a query to work correctly.

I’m trying to use wp_query with a custom field tag from the plugin Flutter ( see documentation here http://www.scribd.com/doc/8790279/Flutter-Documentation). Let me tell you
what I am trying to achieve and what I am doing.

I’m building a client site which has VIDEOS and QUOTES from their own
customers. I set up two custom write panels one for each (videos and
quotes). Each write panel has some of the same information. I built a
custom field with the radio buttons that lists all of their clients.
That way they can add a new video or quote and just check off the
client group this belongs to. Everything is working just how I want on
the two separate categories. The problem is I have a page where I want
both the videos and the quotes to show up for EACH SEPARATE CLIENT. So
a page for each client. So, I’m trying to use wp_query to pull in
POSTS OUTSIDE THE LOOP by querying my custom field “companyname”. It needs to query posts only from the client in the current post.

So for example I have three clients. Client A, Client B and Client C. Each client has 6 videos and a quotes pages. The videos are all under the category video, and all clients are tagged with their client name. So If I am on the Client B quote page I only want the videos from Client B to show up.

<?php
$recentPosts = new WP_Query();
$recentPosts->query($query_string.’x_companyname=true’);
?>
<?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?

<li><a href=”<?php the_permalink() ?>” rel=”bookmark”><?php the_title
(); ?></a>
<p><? echo get(‘videoquote’); ?></p>
</li>
<?php endwhile; ?>

WordPress/custom Http Headers

June 16th, 2009 Comments off

We need a quick WordPress plugin to do the following:

Use the ‘send_headers’ action to add HTTP headers on WordPress posts based on the modified date of the post.

So the plugin should work like this pseudcode:

add_action(‘send_headers’, ‘add_my_custom_headers’);
function add_my_custom_headers() {

// CODE TO MAKE SURE THIS IS A POST

if ( POST IS TODAY ) {
header(“x-test-current-date: Today”);
}
elsif ( POST IS YESTERDAY ) {
header(“x-test-current-date: YESTERDAY”);
}
elsif ( POST LAST UPDATED BEFORE YESTERDAY ) {
header(“x-test-current-date: OLD”);
}
elsif ( POST LAST UPDATED BEFORE A WEEK AGO ) {
header(“x-test-current-date: REALLY OLD”);
}
else {
header(“x-test-post-date: ANCIENT”);
}

}

We’ll figure out how to finish it and what headers we want to use, we just need someone to create the functional shell to do the date calcs and the appropriate logic.

WordPress Custom Header

June 15th, 2009 Comments off

I am looking for a custom header for my WordPress blog. This header needs a new logo and will include a sign up box for my Aweber newsletter. I just need a good look with my picture, name as logo and the subtitle will ready “Learn Network Marketing From An Expert”

Should be fairly straightforward.

You will need to provide a portfolio of previously done work. Payment will be made upon acceptable completed project.

Use code word “wings” with bid.

WordPress Custom Theme Design

June 14th, 2009 Comments off

I am looking for an energetic, creative, and responsive WordPress theme AND logo designer that can support the needs of my current project. I would like to develop a video based training course using a WordPress CMS. Theme must look professional, contemporary, and be user-friendly for newbies. Please view attachment for more details. Must Complete Project within 24-48hrs.

WordPress/custom Http Headers

June 12th, 2009 Comments off

We need a quick WordPress plugin to do the following:

Use the ‘send_headers’ action to add HTTP headers to WordPress posts based on the modified date of the post.

So the plugin should work like this pseudcode:

add_action(‘send_headers’, ‘add_my_custom_headers’);
function add_my_custom_headers() {

// CODE TO MAKE SURE THIS IS A POST

if ( POST IS TODAY ) {
header(“x-test-current-date: Today”);
}
elsif ( POST IS YESTERDAY ) {
header(“x-test-current-date: YESTERDAY”);
}
elsif ( POST LAST UPDATED BEFORE YESTERDAY ) {
header(“x-test-current-date: OLD”);
}
elsif ( POST LAST UPDATED BEFORE A WEEK AGO ) {
header(“x-test-current-date: REALLY OLD”);
}
else {
header(“x-test-post-date: ANCIENT”);
}

}

We’ll figure out how to finish it and what headers we want to use, we just need someone to create the functional shell to do the date calcs and the appropriate logic.

WordPress Custom Header2

May 22nd, 2009 Comments off

Hello Ewall. Thank you for offering to do a mockup. I appreciate that effort.

Here is what I need. We are looking to model the header at www.dotcomsecrets.com. The general layout of the logo, email box, teaser copy, etc is what we are looking for.

I have uploaded my head shot here: (Attached to this project)

Our company name is Jonathan Edwards’ TheBusinessCalledYou.com Our subhead is “Helping Others Turn Their Passions Into Profits and Escape The Hours For Dollars Trap.” I like very much how the logo looks on Dotcomsecrets.com and would like to do something similar with the reflection and the .com in a box on the end. I am not worried about the yin/yang in the “o” but if you want to try and swing it go ahead.

The teaser copy under the arrow to the Aweber sign up box should read: FREE VIDEO>>> To receive a FREE copy of our video clip “How I Turned My Passions Into Profits and Escaped The Hours Per Dollars Trap”, please enter your name and primary email address in the form on the right and click the sign up button now!

The Aweber code for the sign up box is here: <script type=”text/javascript” src=”http://forms.aweber.com/form/81/313549581.js”></script>

Hopefully that is enough for you to do a design. I know this is similar to the one you just did for us but I like to keep things simple and we liked your design on the last one, let’s not mess with what is working.

I also have the need for some ebook and dvd covers. Would you be able to do those at some point for us?

Jonathan –

WordPress Custom Header

May 20th, 2009 Comments off

We are looking for a custom header for our WordPress blog. This header needs a new logo (similar to www.dotcomsecrets.com) and will include a sign up box for our Aweber newsletter. The header needs to match the look and feel of our current header but can be slightly larger. We just need a good look with a solid logo and sub head. Should be fairly straightforward. We will need it installed as well.

You will need to provide a portfolio of previously done work. Payment will be made upon acceptable completed project.

WordPress Custom Themes

May 13th, 2009 Comments off

I need someone to create for me 15 unique wordpress themes which will all be in the same format, just have different color schemes and headers.

Here is an example of what I’m looking for:
http://tinyurl.com/o4xb72

This is the format/layout I want and each unique theme you create will be in a different niche/category.

IMPORTANT – I need an plugin or something you develop that will easily be able to swap out the logo/header of each theme.

WordPress Custom Rss

May 4th, 2009 Comments off

Please see screenshot atachment when you reading project

My wordpress site will be update every day..many webmaster will use my site rss feed in thire sites or blogs for showing fresh content in thire sites.
This project shoulde do 2 things….

1.All of my feed titles that showing in other sites,when visitor click on titles to read the complete news,the link shoulde open under an ifram..because i will put advertising banner in the frame..
2.this ifram that showing top of all news,has 2 part,.half of then showing my ads code,and half of then will show user ads code..
user will insert a html or java ads code during registration as a user in my wordpress site.. then a uniq rss feed will be generate for every user,when thay use this rss code in thier sites ,in the top frame ,just theire ads code will be show ..
this mean when thay use our rss feed in thire site thay can make money..some thing like feedburnner that showing adsense….but this one is litle diferent ,because ads will show just in a frame at the top of every news..

yOU need make a code or plugin that can make a uniqe rss for every registerd user in my wordpress site ,this rss will show users ads in the top frame ..

WordPress Custom Thesis Theme

April 13th, 2009 Comments off

I have a wordpress site set-up with the thesis theme and a rough navigation structure set-up:

http://forming-an-llc.com/

I need the them modified based on the following web page:

http://forming-an-llc.com/inc-index.html

The primary difference will be the requirement for the right hand sidebar in which I can place widgets.

The main nav/directory structure will be as follows:

HOME – Static Page

PRICING – Static duplicate of http://www.incfile.com/form-order-now.php (we will take care of connecting it to the MySQL database).

SERVICES – duplicate of http://www.incfile.com/services.htm

LIBRARY – Category Page

FAQ – Category Page

ORDER – duplicate of http://www.incfile.com/form-order-now.php (we will take care of connecting it to the MySQL database).

CONTACT – duplicate of http://www.incfile.com/contact.htm

We can provide with all of the underlying code to each of those pages. The end result should be a complete WordPress theme which we can re-use again.

WordPress Custom Themes Needed

April 10th, 2009 Comments off

I’m hiring someone who have good experience working with wordpress- specially making custom professional wordpress themes, I will need totally 20 wordpress themes , at least 1theme to be done per day – with instructions what I will give, you will need to make them from scratch of course.

I can pay for every theme done or for lot, they will be magazine style themes so there will be needed pretty much of codding and some design details for each of the theme. Consider this as long time job also in future if I will like your work.

If someone is interested to do this, and have good skills in codding and designing send me more details about yourself and your previous works.
If you are doing some another jobs-like working already for someone else and want to work also for me partially then forget about this, I will need professional work done in timely manners! Need all 20themes delivered in 1month, with 1theme per day!
My budget is $500 for this whole project, but place your bids.

Bear