Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Tricks

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33487
    dhechler
    Member

    Just wanted to strike up a discussion and see what cool WordPress trick(s) (or lesser known features) you have come across in your exploration.

    One of my favorites is

    This one piece of code will generate the embed code for many different services such as Vimeo, Youtube, Flickr, Hulu and more. Check out the list here.

    It has a whole list of arguments with it.

    400)); ?>

    It’s a great little piece of lesser known WordPress code that’s actually been there since 2.9.0

    #83238
    jacorre
    Participant

    WP-Snippets is a good site for stuff like that.

    #83160
    Brightonmike
    Member

    My favourite is this:

    function custom_login() {
    echo ' }

    Goes in functions.php. Allows you to override the styles for the login page – rather than just changing the logo, and without the need for a plugin.

    #83157
    dhechler
    Member

    Good tip @Brightonmike. I’ll have to check that one out

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