0
I use a plugin to manage my posts on Wordpress, but I would like to make it open within a DIV
specific.
That in which is the #main-view
.
Today he finds himself like this : target="_parent"
Below follows the plugin code.
<div class="gw-gopf-post">
<div class="gw-gopf-post-header">
<div class="gw-gopf-post-overlay">{{post_overlay_buttons}}</div>
{{post_media}}
</div>
<div class="gw-gopf-post-content-wrap">
<div class="gw-gopf-post-content">
<div class="gw-gopf-post-title"><h2><a href="{{post_link}}" target="_parent">{{post_title}}</a></h2></div>
</div>
</div>
</div>
Does it even work if the div is from a domain ? for example ... this wordpress page is an iframe within a main site and when users click their links they can open in the div of the main domain page ?
– jhonatan santos
Man, just testing, but I believe so.
– Sam
didn’t work ...disabled text link.
– jhonatan santos