diff --git a/app/anorgatarrak.js b/app/anorgatarrak.js index f39dc955..46ea0f36 100644 --- a/app/anorgatarrak.js +++ b/app/anorgatarrak.js @@ -10,6 +10,9 @@ jQuery(document).ready(function() { //console.log('ready'); //var slsh; //var slsh = new SlideShow('.slideshow', {timeout: 5000}); + /*jQuery(document) + .ajaxStart(function() {console.log('ajax start')}) + .ajaxStop(function() {console.log('ajax stop')});*/ }); /* diff --git a/css/anorgatarrak.css b/css/anorgatarrak.css index 5e6054c4..440f2afb 100644 --- a/css/anorgatarrak.css +++ b/css/anorgatarrak.css @@ -5,7 +5,7 @@ /* Tipografias */ body {font-family:'Montserrat',sans-serif;} -h1,h2,h3 {font-family: 'Roboto',sans-serif;} +h1 {font-family: 'Roboto',sans-serif;} h1,h2,h3,a {color:rgba(255,153,51,255);} /* Grid */ diff --git a/footer.php b/footer.php index d129be96..eddb675b 100644 --- a/footer.php +++ b/footer.php @@ -20,8 +20,9 @@ --> +

-

Museum Cemento Rezola - Copyright 2017

+

Museum Cemento Rezola - Copyright 2017 - www.museumcementorezola.org

diff --git a/functions.php b/functions.php index 3434dab8..f8831cec 100644 --- a/functions.php +++ b/functions.php @@ -50,7 +50,7 @@ function create_posttype() { 'supports' => array('title','thumbnail'), 'show_in_rest' => true, 'public' => true, - 'rewrite' => array('slug' => 'entrevista'), + 'rewrite' => array('slug' => 'catalog'), ) ); //Add Persona diff --git a/index.php b/index.php index 07080d58..2bf2b94c 100644 --- a/index.php +++ b/index.php @@ -59,13 +59,23 @@
'menu_order' + 'sort_column' => 'menu_order', + 'number' => 3, ); $pages = get_pages($args); foreach ($pages as $page) : ?> -

post_title; ?>

post_excerpt; ?>
+info
+
+ +
+
+

post_title; ?>

+
+
+
+ post_excerpt; ?> +
diff --git a/partials/content.template.html b/partials/content.template.html index 715e915d..37986159 100644 --- a/partials/content.template.html +++ b/partials/content.template.html @@ -1,5 +1,5 @@
-
+

{{post.title.rendered}}

diff --git a/partials/home.template.html b/partials/home.template.html index 3c17862b..cec46613 100644 --- a/partials/home.template.html +++ b/partials/home.template.html @@ -6,8 +6,8 @@
-
-
+
+

{{slides[0].title.rendered}}

{{slides[0].excerpt_clean}}

diff --git a/partials/item-detail.template.html b/partials/item-detail.template.html index 0b240c8f..a86e776a 100644 --- a/partials/item-detail.template.html +++ b/partials/item-detail.template.html @@ -13,15 +13,15 @@
    -
  • {{post.e_idioma}}
  • -
  • {{post.e_localizacion.address}}
  • -
  • {{post.e_fecha_de_entrevista}}
  • +
  • {{post.e_idioma}}
  • +
  • {{post.e_localizacion.address}}
  • +
  • {{post.e_fecha_de_entrevista}}
    • {{i.post_title}}
  • -
  • +
    @@ -31,14 +31,14 @@
    • {{post.e_idioma}}
    • -
    • {{post.e_localizacion.address}}
    • -
    • {{post.e_fecha_de_entrevista}}
    • +
    • {{post.e_localizacion.address}}
    • +
    • {{post.e_fecha_de_entrevista}}
      • {{i.post_title}}
    • -
    • +
      @@ -50,9 +50,9 @@
-
+
-
+