Forum Replies Created

Viewing 15 posts - 2,881 through 2,895 (of 2,964 total)
  • Author
    Posts
  • in reply to: How to output what I create #330
    Steve
    Keymaster

    I never get tired of hearing that. 😉

    in reply to: How to output what I create #328
    Steve
    Keymaster

    @ameeker– If you add this to your theme, does this work?

    $theme_options = get_option(‘piklist-theme’);
    $text_field = $theme_options[‘text’];

    echo ‘This is the image url: ‘ . $text_field;

    in reply to: How to output what I create #326
    Steve
    Keymaster

    @ameeker– I added the echo statement so you can see a very basic way of using the settings.

    The Tutorial shows how to register settings, create fields and retrieve fields. What it doesn’t show it how you would use them.

    Can you give me an example of one of your settings, and how you plan on using it in your theme?

    in reply to: How to output what I create #324
    Steve
    Keymaster

    @ameeker

    Just to verify, are you using;

    $theme_options = get_option(‘YOUR-SETTING-NAME’);

    $text_field = $theme_options[‘YOUR-FIELD-NAME’];

    in reply to: Conditions in 0.6.6 #315
    Steve
    Keymaster

    @Daniel Ménard– Sorry, we rather not announce until it’s ready. But it promises to add a ton more functionality.

    in reply to: How to output what I create #313
    Steve
    Keymaster

    @ameeker– Good to hear from you. You can easily go either route with Piklist: Settings Page or Widgets. If you want your client to run the website from one place, a Settings Page seems like the best place.

    SETTINGS PAGE
    Wherever possible Piklist uses the standard WordPress functions, and that’s no different with Settings Pages. Once you create your Settings, you can retrieve them on the frontend with the get_option function. Piklist stores all options in a settings array, and get_option pulls the data. Then you grab the individual setting from that array. This tutorial should help, especially the last paragraph.

    WIDGETS
    Piklist Widgets are super easy. If you look in the /add-ons/piklist-demos/parts/widgets/ folder in the Piklist plugin, you’ll see four files for two widgets. You can open each to see how they work. This tutorial should help explain it.

    Also, in Piklist Settings in your WP admin you can turn on the Piklist Demos add-on to see how everything works. These demo widgets and settings will be activated.

    Let us know if you have any more questions.

    in reply to: Conditions in 0.6.6 #310
    Steve
    Keymaster

    @Daniel Ménard– Thanks for posting. We’re working on a major update right now which should fix this issue.

    in reply to: new field type: switch #308
    Steve
    Keymaster

    @sschat– This is really quite awesome. We’ll look into bringing this into Piklist in the future.

    in reply to: Remove Demo Data #306
    Steve
    Keymaster

    Piklist now has a uninstall.php file… yes, it should have been there since the beginning. 😉

    in reply to: Suggestion: Be able to add metaboxes field to a specific page #298
    Steve
    Keymaster

    @James Mc– Thanks for the code! Works great. You don’t even have to specify POST TYPE, just ID. Kevin and I will discuss get back to you.

    As for UI, we have some fun things in store, which will help this workflow a bit.


    @kattagami
    – Page Templates really change the workflow. We’ll definitely get back to you both on this.

    in reply to: Suggestion : Information message #297
    Steve
    Keymaster

    @kattagami– That’s a great idea!

    in reply to: Bug in post/taxonomy label generation #286
    Steve
    Keymaster

    @jmcphail– Good catch! Will be fixed in next release.

    in reply to: Custom Post Type Relationships #285
    Steve
    Keymaster

    @jmcphail– We are currently rewriting relationships, and changing/adding tables. I suggest you hold off until the update which should be released later this week, since things may change.

    Steve
    Keymaster

    @kattagami

    Agreed… add-more needs a bit more work. These drawings are great! Will get this done in the next few weeks.

    in reply to: Suggestion: Be able to add metaboxes field to a specific page #283
    Steve
    Keymaster

    @kattagami– This is a great idea, and I just added it to our list of todo’s. We’re thinking using the ID instead of the SLUG, since Slugs can change.

Viewing 15 posts - 2,881 through 2,895 (of 2,964 total)