Archive for the ‘Wordpress’ Category

Reflection-Mod Photoblog Theme Changelog

List of all the changes made to the Reflection-Mod Photoblog theme since it’s original release. Here you can find details regarding every change made in each release.

Disabling Comments and EXIF info in Reflection-Mod Theme

If you would prefer disabling the Comments and EXIF hyperlinks for whatever reasons, then it is fairly straightforward to do so. Open up index.php in your themes/reflectionmod folder and delete the lines below: <li><a id="comment" href="#"><?php comments_number(’0 comments’,’1 comment’,'% comments’);?></a></li> <li><a class="panel" id="exif" href="">Exif</a></li> Re-save the file and clear out your browser cache. Reload your [...]

Removing Inline Date in Reflection-Mod Photoblog Theme

By default, the Reflection-Mod theme displays the date of an image post above the image (next to the image title). If you would prefer to not display the date, then you will need to perform a couple of code edits by hand. Unfortunately I can’t enable this as a simple option in the theme administration [...]

Removing Mosaic Page Year Groupping in Reflection-Mod Photoblog Theme

Update – This is now implemented as an option within the Admin menu of the Reflection-Mod theme. I have left the information up for those interested in how this was achieved. In my Reflection-Mod Photoblog theme for WordPress, the Mosaic page defaults to grouping all your photoblog thumbnails by year. If you would prefer not [...]

Restricting Access to WordPress pages only after login

This post describes how you can modify the wp_list_pages() function of WordPress so that it lists normally hidden pages if the user is logged in (You can hide pages from the administrator panel, or more easily using the excellent Pagemash plugin). Thus you can restrict access to certain pages on your site unless the user [...]