1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Looking for a wordpress developer

Discussion in 'Programming' started by Matthew Sayle, Jan 23, 2016.

Thread Status:
Not open for further replies.
  1. #1
    Hello!

    I am using the Business Wordpress theme from MyThemeShop, please see the demo here: http://demo.mythemeshop.com/s/?theme=Business

    As you can see from the demo, there is a section on the homepage called 'Projects', which is managed from the backend.

    Here is how it works:

    [​IMG]

    Here is what the code looks like in functions.php:

    /*-----------------------------------------------------------------------------------*/
    /*  Create portfolio post type
    /*-----------------------------------------------------------------------------------*/
    function mts_posttype_register() {
    
        //Portfolio Post type
        $args = array(
            'label' => __('Projects', 'mythemeshop'),
            'singular_label' => __('Project', 'mythemeshop'),
            'public' => true,
            'show_ui' => true,
            'capability_type' => 'post',
            'hierarchical' => false,
            'rewrite' => false,
            'publicly_queryable' => true,
            'query_var' => true,
            'menu_position' => 5,
            'menu_icon' => 'dashicons-id',
            'has_archive' => true,
            'supports' => array('title', 'editor', 'thumbnail'),
            'rewrite' => array("slug" => "studs"), // Permalinks format
        );
    
        register_post_type( 'portfolio' , $args );
    
        //Portfolio Taxonomy
        $arr = array("Categories"   => array('singular_name' => 'Category'), "hierarchical" => true, 'rewrite' => array("slug" => "portfolio-category"));
        register_taxonomy('mts_categories', 'portfolio', $arr);
    Code (markup):
    I need a Wordpress developer to create two more project sections, just like this - I will give you the names of them.

    They should act, and look identical - except for the names of course.

    This way, I can have three separate sections with three separate types of projects.
     
    Matthew Sayle, Jan 23, 2016 IP
  2. PROtechSoft

    PROtechSoft Active Member

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Will you be able to share the login credentials of your wordpress site?
     
    PROtechSoft, Jan 23, 2016 IP
  3. xceedbd

    xceedbd Well-Known Member

    Messages:
    640
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    Digital Goods:
    1
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Projects is custom post. It's like general post. But it's use only for business project or portfolio. You may not need create section there already have projects categories.
     
    xceedbd, Jan 24, 2016 IP
  4. Matthew Sayle

    Matthew Sayle Prominent Member

    Messages:
    3,325
    Likes Received:
    464
    Best Answers:
    1
    Trophy Points:
    385
    As Seller:
    100% - 25
    As Buyer:
    81.8% - 9
    #4
    This project has been completed and the developer was paid.

    Thanks for all of the interest :)
     
    Matthew Sayle, Jan 25, 2016 IP
Thread Status:
Not open for further replies.