problem set homepage courses

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #16306
    Veena
    Moderator

    1. I didn’t see any issue. Hope you have resolved it.

    2. For this you have to modify the file single-course.php .

    Pls insert the below code at line no:81 in file single-course.php.

    $course_discipline = get_post_meta($post->ID, 'mo_discipline', true);
     if (!empty($course_discipline)) {
                    echo '
  • '; echo '' . __('Course Discipline:', 'mo_theme') . ''; echo '' . $course_discipline . ''; echo '
  • '; }
    #16319
    wbwebbrand
    Member

    ok, I changed what I have suggested.
    On the home page in the part where there are now courses I need to do two things:
    1: decide which courses to display in an order established custom.
    2: wish I could slide in automatic or that there were at least of the arrows to scroll.

    #16321
    wbwebbrand
    Member

    Hi, in addition to the post above to be resolved, I need to figure out how to select only some of the “departments” in the page http://www.webagencytorino.info/english/departments/
    and not all as I see now, how can I do?

    #16333
    Veena
    Moderator

    Can you start a fresh thread for this, please?
    This thread is very lengthy and it is difficult to manage.

    #16341
    wbwebbrand
    Member

    Excuse me, I did not understand what you mean?
    1: At home at the section where there are courses I wish that those courses now appear you were ordered according to my custom order. Currently are: rag m3 – Individual courses – Advanced
    So I would put the courses that I want the home page, how do I?

    #16349
    Veena
    Moderator

    For automatic navigation pls add the parameter auto_play=”true” in the carousel shortcode.

    currently carousel shortcode doesn’t support sorting.
    You can sort the post types by adding the parameter enable_sorting=true to the post snippets shortcode and then you will be able to sort the items using Post Type Reorder plugin.

    [show_post_snippets post_type="course" number_of_columns=3 post_count=3 image_size='medium' excerpt_count=100 display_title="true" display_summary="true" show_excerpt="true" hide_thumbnail="false" enable_sorting=true]
    

    If you have any further queries pls open a new topic.
    This thread is very lengthy and is difficult to manage so i want to close this thread.

Viewing 6 posts - 16 through 21 (of 21 total)
  • The topic ‘problem set homepage courses’ is closed to new replies.