Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmgdevelopment/53ee9ce1c861c80b623b to your computer and use it in GitHub Desktop.
Save kmgdevelopment/53ee9ce1c861c80b623b to your computer and use it in GitHub Desktop.
ExpressionEngine: Get Entry ID from URL Segment w/ ActiveRecord Plugin
{exp:activerecord
select='entry_id'
from='channel_titles'
where:url_title='{segment_x}'
limit='1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment