Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ash1982

    (@ash1982)

    Hello,

    I reply to this my old post hoping that i can fix this issue with my website.

    Thanks Sallie for her previous response, i know i could use a child theme but before doing that i would better understand if i am doing right.

    Imagine that i want to recall in this page ONLY some posts based on their slug.

    Is the following code working as expected (look at the first post to see the original code):

    
    // The Query
    $args = array(
    ‘post_type’ => ‘destination’,
    ‘posts_per_page’ => 24,
    ‘orderby’ => array( ‘menu_order’ => ‘ASC’, ‘parent’ => ‘ASC’, ‘title’ => ‘ASC’ ),
    ‘name’ => ‘africa’
    ‘name’ => ‘Europe’
    ‘name’ => ‘Italy’
    ‘name’ => ‘asia’
    ‘name’ => ‘america’
    );
    $args = is_destination_archive( $args );
    $the_query = new WP_Query( $args );
    

    Is that simple?

    Thanks a lot.

    Bye

    Thread Starter ash1982

    (@ash1982)

    Hello thanks for your reply, i have done several checks and it seems i fix the issue deleting AVIRA Antivirus from my pc. It is unbelievable but i got this conclusion because i have another portable pc connected via wifi that was abld to update them correctly.
    So it was clearly something affecting that pc only….
    After deleting AVIRA i was able again to update plugin and i see the progress.
    If somebody can tell me which is the link between AVIRA and this issue i am more than happy…
    Bye!

    Same for me too…. when i try to load an image the system shows: HTTP error…

    Any way to fix it????

Viewing 3 replies - 1 through 3 (of 3 total)