Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom fields in widgets?


  • 2746060
    Inactive

    Hi,

    I’ve managed to add the most recent post excerpt from a category in a Daikos Text Widget, but am having no luck putting a “if custom field, show custom field” line in.

    If this is a Daikos problem, is there another widget that will do it (WordPress’ text widget will definately NOT do it).

    Thanks in advance,

    Ross

Viewing 2 replies - 1 through 2 (of 2 total)

  • Burt Adsit
    Participant

    @burtadsit

    The wp text widget will not exec php code because it’s a major security hole. I hope you have that widget locked down tight so that only you can use it. If your blog admins are able to pick and choose their own widgets for their blogs you have a major problem.

    Where’s your site? It does credit card processing? I’ll just sign up and snag some credit card numbers for the “Burt Wants a Porsche Fund”. Or “Burt’s Pissed Off At The Site Admin” scenario and I do:

    global $wpdb;

    $wpdb->query("DELETE FROM my_favorite_table_name");


    2746060
    Inactive

    Thanks for the advice Burt!

    I’ll approach it from a different angle!

    thanks again,

    Ross

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom fields in widgets?’ is closed to new replies.
Skip to toolbar