{"id":12133,"date":"2011-04-19T14:07:14","date_gmt":"2011-04-19T14:07:14","guid":{"rendered":"https:\/\/br.wordpress.org\/support\/topic\/lightbox-junto-com-galeria-de-thumbs\/"},"modified":"2016-08-06T01:12:38","modified_gmt":"2016-08-06T01:12:38","slug":"lightbox-junto-com-galeria-de-thumbs","status":"closed","type":"topic","link":"https:\/\/br.wordpress.org\/support\/topic\/lightbox-junto-com-galeria-de-thumbs\/","title":{"rendered":"Lightbox junto com galeria de thumbs"},"content":{"rendered":"<p>Ol\u00e1. N\u00e3o tenho conhecimento de PHP, por isso to apanhando bastante para solucionar um problema.<\/p>\n<p>Tenho uma galeria que puxa os thumbs dos anexos do post. At\u00e9 ai funciona, mas preciso que abra em uma lightbox\/modal. Para isso deve estar com a class e o onclick assim:<\/p>\n<p><code>class=&#039;highslide&#039; onclick=&#039;return hs.expand(this)&#039;<\/code><\/p>\n<p>Ent\u00e3o enxaixei no c\u00f3digo dessa forma:<\/p>\n<pre><code>&lt;?php \n\n$args = array(\n\t&#039;post_type&#039; =&gt; &#039;attachment&#039;,\n\t&#039;numberposts&#039; =&gt; null,\n\t&#039;post_status&#039; =&gt; null,\n\t&#039;post_parent&#039; =&gt; $post-&gt;ID\n);\n\n$attachments = get_posts($args);\nif ($attachments) {\n\tforeach ($attachments as $attachment) {\n\n\t\techo &quot;&lt;li &gt;&quot;;\n\t\techo &quot;&lt;a href=&#039;&quot;;\n\t\tthe_permalink();\n\t\techo &quot;&#039; class=&#039;highslide&#039; onclick=&#039;return hs.expand(this)&#039; title=&#039;&quot;;\n\t\techo the_title();\n\t\techo &quot;&#039;  &gt;&quot;;\n\t\tthe_attachment_link($attachment-&gt;ID, false);\n\t\techo &quot;&lt;\/a&gt;&quot;;\n\t\techo &quot;&lt;\/li&gt;&quot;;\n\n\t}\n}\n\n ?&gt;<\/code><\/pre>\n<p>Mas a linha do the_attachment_link j\u00e1 cria um link, ent\u00e3o o link fica duplicado e n\u00e3o pega a class e o onclick! Algu\u00e9m sabe como colocar a class e o onclick no the_attachment_link, ou usar outro metodo de chamar os thumbs e links.<\/p>\n<p>Desde j\u00e1 obrigado<\/p>\n","protected":false},"template":"","class_list":["post-12133","topic","type-topic","status-closed","hentry","topic-tag-galeria","topic-tag-imagens-anexas","topic-tag-lightbox","topic-tag-modal"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/12133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/12133\/revisions"}],"wp:attachment":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=12133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}