Forum Replies Created

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

    (@nilamsqt)

    Below is my code. and in loop currect URL is not share to facebook.
    So please help me quick.

    <?php
    $wp_query = new WP_Query(array(‘post_type’ => ‘news’,’order’ => ‘DESC’, ‘order_by’ => ‘date’, ‘posts_per_page’ => ‘3’));
    while ($wp_query -> have_posts()) : $wp_query -> the_post();

    echo get_the_id();
    echo do_shortcode(‘[cresta-social-share]’);

    endwhile;

    ?>

    Thread Starter nilamsqt

    (@nilamsqt)

    I have installed YITH WooCommerce Ajax Filter but in Widget area i don’t find “YITH WooCommerce Ajax List Price Filter”.
    So,please give a solution asap.

    Thread Starter nilamsqt

    (@nilamsqt)

    Above error is showing in existing website.
    when I open wp-admin this error is showing “One or more database tables are unavailable. The database may need to be repaired.”

    Then i have click on “repaired” then this error show >> “WordPress database error: [Table ‘thth4240_wplive.wp_options’ doesn’t exist]”

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