How to create attachment page like this in Newsmag?

Posted in: Newsmag
Post count: 23

Hi bro,

I want to know, how to create attachment page like this in Newsmag theme? http://imageshack.com/a/img903/3718/PQqseb.png

Previously, I’ve been using the Morning wpzoom theme and I could make the attachment page manually in Stylesheet (style.css) and Image Attachment Template (image.php). Sorry my English is not good … hehehehe

Thanks…

Post count: 9544

I think you can do something like that with the gallery features, but I have not actually done that yet … on my ‘to do’ list to try 🙂

Post count: 6600

Hi,

Unfortunately you can’t customize the attachment template using the page builder but you could edit the attachment template file (attachment.php) and customize your attachment page as you like.
For ex. I have used the do_shortcode() to add an gallery to the page, like this: http://screencast.com/t/RjuYUQIfLm3
This is the code I have used: <?php echo do_shortcode('add your shortcode here') ?>
You can also add css into the custom css filed in theme panel and use the .attachment class to target the attachment template.
Hope this helps!

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 23

Thanks @Christopher, You’re always fastest in the comments field. You should work in tagdiv… hehehe 😀


@Lucian
, Thank you bro, I will try your suggestion. I just want some thumbnails are shown below the main image on all attachment pages, like the one I use in some other themes. So visitors can see and clicking the thumbnail image if they want…

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.