<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: mp4 upload</title>
		<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload</link>
		<description>Gravity Support Forums Topic: mp4 upload</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 01:34:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/mp4-upload" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62390</link>
			<pubDate>Wed, 13 Jun 2012 07:37:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To see it as a player, you'll have to look at code examples of embedding media. There are plenty of them out there. Or find a media player plugin for WordPress and find a way for it to pick up your custom field value for the player.&#60;/p&#62;
&#60;p&#62;I was hoping you were using a free theme. Since you are using a paid theme, I'm unable to create a test environment to help you with placement, but it does look like you've partially figured that out. Your code to pull the mp3 link should go in your loop.php file. It might have to go in various spots as no doubt the developer put a giant if statement to check to see if it is the index page or the single post or single page. &#60;/p&#62;
&#60;p&#62;You can ask your theme developer where in their loop.php you should put code to display your custom field values, and he/she should hopefully understand that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinisli on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62375</link>
			<pubDate>Wed, 13 Jun 2012 05:51:14 +0000</pubDate>
			<dc:creator>cinisli</dc:creator>
			<guid isPermaLink="false">62375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i put the code in single php. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (get_post_meta($post-&#38;gt;ID, &#38;#39;header_choice_select&#38;#39;, true));{ get_header(get_post_meta($post-&#38;gt;ID, &#38;#39;header_choice_select&#38;#39;, true)); } ?&#38;gt;

&#38;lt;div id=&#38;quot;container_bg&#38;quot;&#38;gt;
&#38;lt;?php if (get_option_tree(&#38;#39;post_layout_sidebar&#38;#39;, &#38;#39;&#38;#39;)) { echo &#38;#39;&#38;lt;div id=&#38;quot;content_full&#38;quot; &#38;gt;&#38;#39;; } else {echo &#38;#39;&#38;lt;div id=&#38;quot;content&#38;quot; class=&#38;quot;left&#38;quot;&#38;gt;&#38;#39;;} ?&#38;gt; 

&#38;lt;?php get_post_meta($post-&#38;gt;ID, &#38;#39;ses&#38;#39;, true); ?&#38;gt;
&#38;lt;?php echo get_post_meta($post-&#38;gt;ID, &#38;#39;ses&#38;#39;, true); ?&#38;gt;

&#38;lt;?php
$header = get_post_meta($post-&#38;gt;ID, &#38;#39;header_choice_select&#38;#39;, true);
if ($header==&#38;#39;post-slider&#38;#39; &#124;&#124; $header ==&#38;#39;orbit-slider&#38;#39; &#124;&#124; $header==&#38;#39;offer-slider&#38;#39; &#124;&#124; $header==&#38;#39;custom-element&#38;#39; &#124;&#124; $header==&#38;#39;custom-element-bg&#38;#39;){ ?&#38;gt;

&#38;lt;h1 class=&#38;quot;entry-title&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h1&#38;gt;
&#38;lt;?php } ?&#38;gt;

&#38;lt;?php get_template_part( &#38;#39;loop&#38;#39;, &#38;#39;single&#38;#39; ); ?&#38;gt;

&#38;lt;/div&#38;gt;&#38;lt;!-- #content --&#38;gt;
&#38;lt;?php if (get_option_tree(&#38;#39;post_layout_sidebar&#38;#39;, &#38;#39;&#38;#39;)) {} else {echo &#38;#39;&#38;lt;div id=&#38;quot;sidebar_right&#38;quot;&#38;gt;&#38;#39;, get_sidebar() . &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;}?&#38;gt;

&#38;lt;div class=&#38;quot;clear&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;!-- #container --&#38;gt;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but now the  code is stands top of the page. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.1907.net/ses-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.1907.net/ses-2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;when i put the code litte down. the link is not visible. and last question. i can only see the link as a  text. how am i going see it as a player?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinisli on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62373</link>
			<pubDate>Wed, 13 Jun 2012 05:34:19 +0000</pubDate>
			<dc:creator>cinisli</dc:creator>
			<guid isPermaLink="false">62373@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hello david,&#60;/p&#62;
&#60;p&#62;i am using the theme called &#34;the blog&#34; &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeforest.net/item/the-blog-wordpress-theme/1520543&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/the-blog-wordpress-theme/1520543&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;my blog is: &#60;a href=&#34;http://www.1907.net&#34; rel=&#34;nofollow&#34;&#62;http://www.1907.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i also tried to take help from my themes help but they are not cleaver i think, they didint understand my problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.mnkystudio.com/discussion/1534/custom-field#Item_6&#34; rel=&#34;nofollow&#34;&#62;http://forum.mnkystudio.com/discussion/1534/custom-field#Item_6&#60;/a&#62;&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62233</link>
			<pubDate>Tue, 12 Jun 2012 09:16:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The code to display the custom fields will go into your theme. Most likely in single.php and/or index.php but this depends on your theme. If you need a better understanding of where this should go, you might want to contact the theme author. Also, let me know which theme you are using, and maybe I can help as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinisli on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62204</link>
			<pubDate>Mon, 11 Jun 2012 20:59:15 +0000</pubDate>
			<dc:creator>cinisli</dc:creator>
			<guid isPermaLink="false">62204@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello David, me again,&#60;/p&#62;
&#60;p&#62;i have a problem i hope you help me to solve.  i did everything you said at GF.  select New for custom field, and give it a name music and then in allowed file types add mp3.  then I created the code;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_post_meta($post-&#38;gt;ID, 'music', true); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_post_meta($post-&#38;gt;ID, 'music', true); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Pase At the bottom functions.php .Also i tried loop.php. Still The mp3 is not showing in the post. am i doing something wrong?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinisli on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62126</link>
			<pubDate>Mon, 11 Jun 2012 12:11:50 +0000</pubDate>
			<dc:creator>cinisli</dc:creator>
			<guid isPermaLink="false">62126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David thank you very much for your help...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62109</link>
			<pubDate>Mon, 11 Jun 2012 10:29:26 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62109@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In Gravity Forms, select Custom Field, and then in the options for that field look for Field Type and select File Upload. Then make sure you select New for custom field, and give it a name (Maybe movie) and then in allowed file types, make sure you add mov. Lastly, you'll want to get the custom field to display on your theme. This is different for every theme. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Custom_Fields&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Custom_Fields&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://perishablepress.com/wordpress-custom-fields-tutorial/&#34; rel=&#34;nofollow&#34;&#62;http://perishablepress.com/wordpress-custom-fields-tutorial/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinisli on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62108</link>
			<pubDate>Mon, 11 Jun 2012 10:24:26 +0000</pubDate>
			<dc:creator>cinisli</dc:creator>
			<guid isPermaLink="false">62108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thank you for your reply. i am not good at coding, how can i create a custom field and set it as an upload field? Thank you for your understanding
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-62099</link>
			<pubDate>Mon, 11 Jun 2012 09:56:34 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your file upload, is it tied to a WordPress custom field? If not, create a custom field and then set it as an upload field. This will make it so you can add or use the file for front-end display in an easy way. Gravity Forms uploads everything to one folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinisli on "mp4 upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mp4-upload#post-61983</link>
			<pubDate>Fri, 08 Jun 2012 21:44:17 +0000</pubDate>
			<dc:creator>cinisli</dc:creator>
			<guid isPermaLink="false">61983@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;i want my users to upload mp4 and post them. by adding file upload form, i can upload the file but the content is not visible. my theme has shortcode to watch mp4 files.&#60;br /&#62;
[media url=&#34;http://...../videoname.mp4&#34; width=&#34;640&#34; height=&#34;360&#34;]&#60;/p&#62;
&#60;p&#62;i see the upload folders are different between images and videos. so do i have to change the upload folder for the videos? and how?&#60;/p&#62;
&#60;p&#62;thanks a lot
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
