Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-05-19 09:04:41
- Zubrik
- Member
- Registered: 2005-07-28
- Posts: 65
Can't display article that belongs to a section
Hello,
I have created a new section called “investigacion”.
On my default page I have this: <txp:article form=“default” listform=“excerpt” limit=“10” />
On the “default” form I have this:
<div class="article">
<txp:if_article_section name="articulos,reportajes,investigacion">
<p class="data"><txp:posted /></p>
<h3><txp:title /></h3>
<txp:body />
<p class="archivado">Artículo archivado en: <txp:category1 link="y" /></p>
<p class="prev"><txp:link_to_prev><txp:prev_title /></txp:link_to_prev></p>
<p class="next"><txp:link_to_next><txp:next_title /></txp:link_to_next> </p>
<div class="clearit"></div>
</txp:if_article_section>
<txp:if_article_section name="eventos">
<p class="data"><txp:posted /></p>
<h3><txp:title /></h3>
<txp:body />
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
<txp:article_image />
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<txp:body />
<div class="clearit"></div>
</txp:if_article_section>
</div>
The articles belonging to “articulos” and “reportajes” will appear on my default page, but not those belonging to “investigacion”.
What am I doing wrong?
Thank you.
Offline
#2 2010-05-19 18:36:11
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Can't display article that belongs to a section
Is your section ‘investigacion’ set to be displayed on the front page (Presentation > Sections)?
Offline
#3 2010-05-20 10:45:47
- Zubrik
- Member
- Registered: 2005-07-28
- Posts: 65
Re: Can't display article that belongs to a section
Yes it is. Moreover, on the front page the div.article is displayed, but it’s empty, it has no code inside.
Offline
Re: Can't display article that belongs to a section
Have you double-checked that:
- the section name matches the attribute value?
- article status is not set to anything different to “live”?
Offline
#5 2010-05-20 14:41:07
- Zubrik
- Member
- Registered: 2005-07-28
- Posts: 65
Re: Can't display article that belongs to a section
maniqui wrote:
Have you double-checked that:
- the section name matches the attribute value?
Yes: http://cl.ly/8732e793f7c453cf5520, http://cl.ly/9326420af8a3d685bf41
- article status is not set to anything different to “live”?
No, it isn’t: http://cl.ly/e6a92588b9867427e631
By the way, I can see the article if I go to the article page, that is, if I put the name of the article in the url bar: ww.mysite.com/section/article_title
Last edited by Zubrik (2010-05-20 14:41:25)
Offline
Offline
#7 2010-05-20 14:57:58
- Zubrik
- Member
- Registered: 2005-07-28
- Posts: 65
Re: Can't display article that belongs to a section
Gocom wrote:
Could you post a tag trace from the default (aka home) page.
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: false]
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 103]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 102]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 101]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 99]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 100]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 98]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: false]
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 96]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: false]
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 95]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 88]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
For what I can understand, it looks as if section names are not those I have in my default form, but the ones I had before I made some changes to the form. It looks as if the form hadn’t been updated, although I already saved it…
Offline
Offline
Re: Can't display article that belongs to a section
I can see the article if I go to the article page, that is, if I put the name of the article in the url bar: www.mysite.com/section/article_title
That sounds correct.
For what I can understand, it looks as if section names are not those I have in my default form, but the ones I had before I made some changes to the form. It looks as if the form hadn’t been updated, although I already saved it…
When you use txp:article (rather than article_custom), the attribute form="default"
is used for the individual article case and the attribute listform="excerpt"
for the article list situation (which is what shows in your tag trace: [Formulario: excerpt] ).
For the default page and the for the section landing page www.mysite.com/investigacion/
you want to check what you have in your excerpt
form. That would probably explain why the tag trace differs from your “default” form.
TXP Builders – finely-crafted code, design and txp
Offline
Re: Can't display article that belongs to a section
jakob wrote:
which is what shows in your tag trace: [Formulario: excerpt]
Good catch. This is why we want your full tag trace not just part of it. Generally more than likely there are mistakes, and the tag trace tells us the queries processed et cetera.
Offline
Re: Can't display article that belongs to a section
In fact, it seems that on excerpt
form there isn’t any if_article_section
branch for section investigacion
, which will also explain why there is no output for that particular section.
Offline
#12 2010-05-21 09:01:00
- Zubrik
- Member
- Registered: 2005-07-28
- Posts: 65
Re: Can't display article that belongs to a section
Gocom wrote:
Please, provide the full tag trace. Do not cut parts out of it. Sorry, but that cut out tells us nothing new.
<!-- txp tag trace:
[SQL (0,00160694122314): select name, data from txp_lang where lang='es-es' AND ( event='public' OR event='common')]
[SQL (0,000579118728638): select name, code, version from txp_plugin where status = 1 AND type IN (0,1) order by load_order]
[SQL (0,00014591217041): select title from txp_section where name='']
[SQL (9,20295715332E-5): select page, css from txp_section where name = 'default' limit 1]
[SQL (0,0976808071136): select host from txp_log where ip='95.120.86.233' limit 1]
[SQL (0,000216007232666): insert into txp_log set `time`=now(),page='/',ip='95.120.86.233',host='95.120.86.233',refer='',status='200',method='GET']
[SQL (0,000275850296021): select user_html from txp_page where name='default']
[Página: default]
<txp:output_form form="capcalera" />
[SQL (0,000138998031616): select Form from txp_form where name='capcalera']
[Formulario: capcalera]
<txp:css />
<txp:css n="print" />
<txp:site_name />
<txp:if_section name="">
[<txp:if_section name="">: true]
<txp:site_slogan />
</txp:if_section>
<txp:link_to_home>
<txp:site_name />
</txp:link_to_home>
<txp:site_slogan />
<txp:output_form form="sections_menu" />
[SQL (6,31809234619E-5): select Form from txp_form where name='sections_menu']
[Formulario: sections_menu]
<txp:if_section name="">
[<txp:if_section name="">: true]
<txp:section wraptag="li" link="1" title="1" name="articulos" />
[SQL (6,79492950439E-5): select title from txp_section where name='articulos']
<txp:section wraptag="li" link="1" title="1" name="reportajes" />
[SQL (5,69820404053E-5): select title from txp_section where name='reportajes']
<txp:section wraptag="li" link="1" title="1" name="investigacion" />
[SQL (5,79357147217E-5): select title from txp_section where name='investigacion']
<txp:section wraptag="li" link="1" title="1" name="publicaciones" />
[SQL (5,60283660889E-5): select title from txp_section where name='publicaciones']
<txp:section wraptag="li" link="1" title="1" name="contacto" />
[SQL (6,103515625E-5): select title from txp_section where name='contacto']
</txp:if_section>
<txp:output_form form="right" />
[SQL (7,48634338379E-5): select Form from txp_form where name='right']
[Formulario: right]
<txp:section link="1" title="1" name="bienvenidos" />
[SQL (6,103515625E-5): select title from txp_section where name='bienvenidos']
<txp:section link="1" title="1" name="about" />
[SQL (5,50746917725E-5): select title from txp_section where name='about']
<txp:section link="1" title="1" name="opinion" />
[SQL (5,88893890381E-5): select title from txp_section where name='opinion']
<txp:section link="1" title="1" name="bibliografia" />
[SQL (5,60283660889E-5): select title from txp_section where name='bibliografia']
<txp:section link="1" title="1" name="lonjas" />
[SQL (5,60283660889E-5): select title from txp_section where name='lonjas']
<txp:section link="1" title="1" name="eventos" />
[SQL (5,69820404053E-5): select title from txp_section where name='eventos']
<txp:search_input label="" />
[SQL (7,10487365723E-5): select form from txp_form where `name` = 'search_input' limit 1]
<txp:category_list wraptag="ul" break="li" />
[SQL (0,000228881835938): select name, title from txp_category where type = 'article' and name not in('default','root') order by name ASC]
<txp:linklist wraptag="ul" break="li" />
[SQL (0,000205039978027): select *, unix_timestamp(date) as uDate from txp_link where 1=1 order by linksort asc ]
[SQL (6,31809234619E-5): select Form from txp_form where name='plainlinks']
[Formulario: plainlinks]
<txp:linkdesctitle />
[Formulario: plainlinks]
<txp:linkdesctitle />
[Formulario: plainlinks]
<txp:linkdesctitle />
[Formulario: plainlinks]
<txp:linkdesctitle />
[Formulario: plainlinks]
<txp:linkdesctitle />
[Formulario: plainlinks]
<txp:linkdesctitle />
[Formulario: plainlinks]
<txp:linkdesctitle />
<txp:article form="default" listform="excerpt" limit="10" />
[SQL (6,50882720947E-5): select name from txp_section where on_frontpage != '1']
[SQL (0,00211405754089): select count(*) from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = '0000-00-00 00:00:00') and Section != 'about' and Section != 'lonjas' and Section != 'promocion' and Section != 'publicaciones' and Section != 'contacto' and Section != 'opinion' and Section != 'bienvenidos' and Section != 'bibliografia']
[SQL (0,00198912620544): select *, unix_timestamp(Posted) as uPosted, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = '0000-00-00 00:00:00') and Section != 'about' and Section != 'lonjas' and Section != 'promocion' and Section != 'publicaciones' and Section != 'contacto' and Section != 'opinion' and Section != 'bienvenidos' and Section != 'bibliografia' order by Posted desc limit 0, 10]
[artículo 104]
[SQL (8,17775726318E-5): select Form from txp_form where name='excerpt']
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: false]
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 103]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 102]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 101]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 99]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 100]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 98]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: false]
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 96]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: false]
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 95]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
[artículo 88]
[Formulario: excerpt]
<txp:if_article_list>
[<txp:if_article_list>: true]
<txp:if_article_section name="articulos">
[<txp:if_article_section name="articulos">: true]
<txp:if_excerpt>
[<txp:if_excerpt>: true]
<txp:posted />
<txp:permlink>
<txp:title />
</txp:permlink>
<txp:excerpt />
<txp:permlink>
</txp:permlink>
<txp:category1 link="y" />
<txp:category2 link="y" />
</txp:if_excerpt>
</txp:if_article_section>
<txp:if_article_section name="reportajes">
[<txp:if_article_section name="reportajes">: false]
</txp:if_article_section>
<txp:if_article_section name="videos">
[<txp:if_article_section name="videos">: false]
</txp:if_article_section>
<txp:if_article_section name="eventos">
[<txp:if_article_section name="eventos">: false]
</txp:if_article_section>
<txp:if_article_section name="publicaciones">
[<txp:if_article_section name="publicaciones">: false]
</txp:if_article_section>
</txp:if_article_list>
<txp:older>
</txp:older>
<txp:newer>
</txp:newer>
<txp:output_form form="footer" />
[SQL (7,00950622559E-5): select Form from txp_form where name='footer']
[Formulario: footer]
<txp:feed_link label="RSS" />
<txp:feed_link label="Atom" flavor="atom" />
[ ~~~ secondpass ~~~ ]
-->
Offline