Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter dcopetti

    (@dcopetti)

    When I put the code that you have given as an instruction, leave the index empty as seen in the image. It does not show the other loop with the main site content.

    Code used:

    $nwposts = array();
    if(function_exists('get_network_wide_posts')){
      $nwposts = get_network_wide_posts();
      foreach($nwposts as $post){...
    Thread Starter dcopetti

    (@dcopetti)

    No problem!. I have resolved the “views” of the database. It was a UTF-8 encoding problem.

    Now, the problem is that calling the function get_network_wide_posts in the index of my theme and show the latest posts causes errors in the other query or loops.

    Image:

    In spanish:
    No hay problema. He resuelto las “vistas” de la base de datos. Era un problema de codificación UTF-8.

    Ahora, el problema es que al llamar la funcion get_network_wide_posts en el index de mi theme y mostrar los últimos posts provoca errores en los demás query o loops.

    Thread Starter dcopetti

    (@dcopetti)

    Hello. Sorry for the misunderstanding.

    I mean creating a “view” in MySQL. I checked the database of my wordpress installation and no “view” was created.

    If you can pass me the statement to manually create the “view” in MySQL I would appreciate it.

    My english is bad

    I leave the text in Spanish:

    Hola. Perdón por el malentendido.

    Me refiero a la creación de una “vista” en MySQL. Revisé la base de datos de mi instalación wordpress y no se ha creado ninguna “vista”.

    Si puede pasarme la sentencia para crear manualmente la “vista” en MySQL se lo agradecería.

    Thread Starter dcopetti

    (@dcopetti)

    Hola nuevamente. Efectivamente funcionó optimizando la DB pero imágenes de posts publicados hace más de una semana no aparecen. Probaré generando un nuevo post. Gracias.

    Thread Starter dcopetti

    (@dcopetti)

    Hola!, mi inglés no es muy bueno para responderte pero comprendo lo que me dices. Las imágenes que desaparecen solo son las externas, las que fueron subidas y usadas como Imagen Destacada no, esas son visibles. Probaré con la DB. Saludos.

    Thread Starter dcopetti

    (@dcopetti)

    Additional Note: The problem appeared when I upgraded to version 3.8.2

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