I use a plugin to manage my posts in Wordpress , however I would like to make it open within a specific DIV
.
Which in which is #main-view
.
Today it looks like this: target="_parent"
Below is the code for the plugin.
<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>