Tag: Custom Fields

  • Control WordPress Nav Menu via Custom Fields

    WordPress 3.0 also includes the menus, in addition to a number of other new features. Normally you generate a menu automatically by creating pages, but under Appereance / Menus you can create your own menu and assign a place where it replaces the normal menu. But whoever currently uses WordPress as a CMS and blog…

  • Sort Posts With The Help Of Custom Fields

    Quite often, a WordPress developer likes to have posts sorted according to a custom field. If you would write a SQL-statement, it would be quite complex, since you need to JOIN two database tables (wp_posts und wp_postmeta). But there is a much easier way, if you use the template tags provided by WordPress – in…