TheaS
Forum Replies Created
-
I use the plugin ‘widgets on pages’ to do this. Works fine for me.
Forum: Plugins
In reply to: [Pretty Pinterest Pins] Square Thumbnails and Board TitlesHi, this is a great plugin. Thank you. I’m also looking for sqaure images (thumbnails). I browsed through the code (php file) and found the line where images are given their size:
ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin div.pretty-pinterest-image{ background-color: #FFFFFF; box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); font-size: 12px; text-align: center; margin: 0px; max-width: 100%; width: 200px; height: 200px; }As you can see I’ve added a height value (and changed the width value to what I wanted). This leaves the thumbnails square BUT I now have a problem with the text disappearing whereever the images were cropped.
My site: http://geloofsopvoeding.net/de-schepping
Thanks for the help!Forum: Plugins
In reply to: [Posts in Page] [Plugin: Posts in Page] Show post list on Static PageHi Eric,
Thanks for the very speedy reply!
I ended up deleteing everything in the posts-loop-template.php file except
<div class=”entry-title”>“><?php the_title(); ?></div> (changing h2 to div)
and now it’s doing exactly what I wanted – which was give me a list of the most recent posts to put on my static home page.
(Of course I did save your original code in notebook just in case I need it back to excerpts in future!)
Thanks so much for the help,
Thea