Wordpress Help? For Custom Fields.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • digitaldivas
    ..I Heart Cannibal Corpse
    • Sep 2007
    • 4328

    #1

    Wordpress Help? For Custom Fields.

    the name is video_code

    and the code is
    [FLOWPLAYER=http://www.tube-erotique.com/foot-fetish-video/sites/beautiful-feet-online/nylon-teen-babe.flv,600,340]

    It does not work, displays as the above syntax. I have a flowplayer plugin on my blog. Am I missing bars?

    I tried "enclosure" as well.

    as always help is appreciated.
    ...
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #2
    I'm going to go out on a limb and say your plugin syntax only works within the post content, or at the very least within the loop. Dropping it outside the content area with a custom field isn't likely to be recognized by the plugin...

    Comment

    • digitaldivas
      ..I Heart Cannibal Corpse
      • Sep 2007
      • 4328

      #3
      yeah it shows up just fine when i am embedding within post content
      ...

      Comment

      • digitaldivas
        ..I Heart Cannibal Corpse
        • Sep 2007
        • 4328

        #4
        http://tube-erotique.com/wordpress/?p=59

        I would like the description text under the video
        ...

        Comment

        • harvey
          Confirmed User
          • Jul 2001
          • 9266

          #5
          exactly. that will never work. quite possibly, you'll only need to add the video url in your custom field, if you can post the template code I'll be able to tell you for sure. either way, try posting only the video URL in the CF and see what happens
          This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

          Comment

          • digitaldivas
            ..I Heart Cannibal Corpse
            • Sep 2007
            • 4328

            #6
            Hey Harvey, I just did. It is the same
            ...

            Comment

            • harvey
              Confirmed User
              • Jul 2001
              • 9266

              #7
              Originally posted by digitaldivas
              Hey Harvey, I just did. It is the same
              sorry, not following you, you did what? could you make it work? if not, as I said, please post the template code (at least the part where you have the video)
              This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

              Comment

              • digitaldivas
                ..I Heart Cannibal Corpse
                • Sep 2007
                • 4328

                #8
                attempting to icq you
                ...

                Comment

                • digitaldivas
                  ..I Heart Cannibal Corpse
                  • Sep 2007
                  • 4328

                  #9
                  i added the video url to the custom field
                  ...

                  Comment

                  • harvey
                    Confirmed User
                    • Jul 2001
                    • 9266

                    #10
                    please try again, wasn't logged in
                    This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

                    Comment

                    • digitaldivas
                      ..I Heart Cannibal Corpse
                      • Sep 2007
                      • 4328

                      #11
                      Yay, Harvey FUCKING ROCKS!!
                      ...

                      Comment

                      • Angry Jew Cat - Banned for Life
                        (felis madjewicus)
                        • Jul 2006
                        • 20368

                        #12
                        Everything sorted?

                        Comment

                        • fris
                          Too lazy to set a custom title
                          • Aug 2002
                          • 55679

                          #13
                          ya if you want to do a shortcode via custom field you need to do.

                          Code:
                          $video = get_post_meta($post->ID, 'video', true);
                                  if ($video == true) {
                                          echo do_shortcode($video);
                                  }
                          }
                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                          Comment

                          • digitaldivas
                            ..I Heart Cannibal Corpse
                            • Sep 2007
                            • 4328

                            #14
                            Originally posted by Angry Jew Cat
                            Everything sorted?
                            Yes Sir, thanks AJC!
                            ...

                            Comment

                            • digitaldivas
                              ..I Heart Cannibal Corpse
                              • Sep 2007
                              • 4328

                              #15
                              Originally posted by fris
                              ya if you want to do a shortcode via custom field you need to do.

                              Code:
                              $video = get_post_meta($post->ID, 'video', true);
                                      if ($video == true) {
                                              echo do_shortcode($video);
                                      }
                              }
                              Fris, you need ICQ. Harvey hooked it up very nicely though
                              ...

                              Comment

                              Working...