Expression Engine Plugin - Single Field

October 29 20080 comments | post comment

I wanted to do Flickr style prev/next linking for my single view entries page in Expression Engine, but the {exp:weblog:next_entry} tag does not provide any useful tags except . I needed to pull data from a custom field I created called thumbnail in order to do the Flickr prev/next links. So, this plugin does just that. You pass the entry id of the entry you are viewing and the name of the field you want to return:

{exp:single_field field="thumbnail" entry_id="{entry_id}"}

Here is how I am using it on my portfolio:

{exp:weblog:next_entry}
<a href="{path="portfolio/view"}" title="{title}"><img src="{exp:single_field field="port_th" entry_id="{entry_id}"}" alt="{title}" /></a>
{/exp:weblog:next_entry}

Download:

pi.single_field.zip

Launch of my professional site - RoyLindauer.com

October 27 20081 comments | post comment

I finally got around to putting up my portfolio/professional website - roylindauer.com. I got the bug friday night to work on it and within 5 hours I had a design I liked and had cutup most of the html/css website. I spent a few more hours throughout the weekend tweaking some things and populating the portfolio. I gotta give it up for Expression Engine again for making it so easy get a site up and running.

I would love to get your feedback. I took a small chance on the design of the site, but I feel it is successful. It accomplishes the goal of being a portfolio, its simple and to the point, with no distractions and fluff. Plus I feel that the look encompasses a new direction I am taking with my design.

Recent Posts