<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How Does Auction in a Post Work?	</title>
	<atom:link href="https://wpauctions.com/wordpress-auctions-in-a-post/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpauctions.com/wordpress-auctions-in-a-post/</link>
	<description>Auction Plugin for WordPress</description>
	<lastBuildDate>Fri, 26 Jan 2024 15:28:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Nathan L Rhyne		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-572</link>

		<dc:creator><![CDATA[Nathan L Rhyne]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 10:06:48 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-572</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-571&quot;&gt;Susan&lt;/a&gt;.

do you have an example of how you were able to use a custom post type in this manner as i am facing hte sme issue..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-571">Susan</a>.</p>
<p>do you have an example of how you were able to use a custom post type in this manner as i am facing hte sme issue..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Susan		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-571</link>

		<dc:creator><![CDATA[Susan]]></dc:creator>
		<pubDate>Tue, 20 May 2014 20:54:08 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-571</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-570&quot;&gt;Owen&lt;/a&gt;.

YAAAY!!! It worked! Thanks so much for letting me know how to patch it up myself. Very very much appreciated!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-570">Owen</a>.</p>
<p>YAAAY!!! It worked! Thanks so much for letting me know how to patch it up myself. Very very much appreciated!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Owen		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-570</link>

		<dc:creator><![CDATA[Owen]]></dc:creator>
		<pubDate>Mon, 19 May 2014 18:50:21 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-570</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-569&quot;&gt;Susan&lt;/a&gt;.

Hi Susan,

You&#039;re right, the auction selector only appears on Page and Post types as those are the only ones we know about on a standard installation of WordPress.

The lines that govern this are in wp_auctions.php, specifically:

   // add meta boxes
   add_meta_box(&#039;WPA_Admin&#039;, __(&#039;Insert Auction&#039;,&#039;wpauctions&#039;), &#039;insertAuctionSelector&#039;, &#039;post&#039;, &#039;normal&#039;, &#039;high&#039;);
   add_meta_box(&#039;WPA_Admin&#039;, __(&#039;Insert Auction&#039;,&#039;wpauctions&#039;), &#039;insertAuctionSelector&#039;, &#039;page&#039;, &#039;normal&#039;, &#039;high&#039;);   

If you want to add this to a custom post type you&#039;ll have to replicate one of the lines and specify the name of the custom post type you want to add them to.

Please note that mileage may vary as this is not a scenario we have tested and may depend on the attributes of the custom post type you attach the auction to.

Good luck!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-569">Susan</a>.</p>
<p>Hi Susan,</p>
<p>You&#8217;re right, the auction selector only appears on Page and Post types as those are the only ones we know about on a standard installation of WordPress.</p>
<p>The lines that govern this are in wp_auctions.php, specifically:</p>
<p>   // add meta boxes<br />
   add_meta_box(&#8216;WPA_Admin&#8217;, __(&#8216;Insert Auction&#8217;,&#8217;wpauctions&#8217;), &#8216;insertAuctionSelector&#8217;, &#8216;post&#8217;, &#8216;normal&#8217;, &#8216;high&#8217;);<br />
   add_meta_box(&#8216;WPA_Admin&#8217;, __(&#8216;Insert Auction&#8217;,&#8217;wpauctions&#8217;), &#8216;insertAuctionSelector&#8217;, &#8216;page&#8217;, &#8216;normal&#8217;, &#8216;high&#8217;);   </p>
<p>If you want to add this to a custom post type you&#8217;ll have to replicate one of the lines and specify the name of the custom post type you want to add them to.</p>
<p>Please note that mileage may vary as this is not a scenario we have tested and may depend on the attributes of the custom post type you attach the auction to.</p>
<p>Good luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Susan		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-569</link>

		<dc:creator><![CDATA[Susan]]></dc:creator>
		<pubDate>Sat, 17 May 2014 15:49:09 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-569</guid>

					<description><![CDATA[I have deactivated all plugins and also tried with basic wordpress theme and issue still persists. I DO now see the option to add the auction to a standard post, but not to add it to a property (special post type). Where could I look to see if there is some code in the property post type that is not allowing the plugin to display the option to insert a post? 
Thanks!]]></description>
			<content:encoded><![CDATA[<p>I have deactivated all plugins and also tried with basic wordpress theme and issue still persists. I DO now see the option to add the auction to a standard post, but not to add it to a property (special post type). Where could I look to see if there is some code in the property post type that is not allowing the plugin to display the option to insert a post?<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Owen		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-568</link>

		<dc:creator><![CDATA[Owen]]></dc:creator>
		<pubDate>Tue, 13 May 2014 07:50:03 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-568</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-565&quot;&gt;Susan&lt;/a&gt;.

Hi Susan,

I&#039;ve just confirm the functionality on the plugin in this area and it should be working. One thing that could upset this area is another plugin that&#039;s conflicting with it, or maybe an admin theme that changes these areas. 

Can you turn off all other plugins temporarily to see if this rectifies the problem. The test should only take a few minutes after which you can turn them back on again

Let us know how you get on.

Regards

Owen]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-565">Susan</a>.</p>
<p>Hi Susan,</p>
<p>I&#8217;ve just confirm the functionality on the plugin in this area and it should be working. One thing that could upset this area is another plugin that&#8217;s conflicting with it, or maybe an admin theme that changes these areas. </p>
<p>Can you turn off all other plugins temporarily to see if this rectifies the problem. The test should only take a few minutes after which you can turn them back on again</p>
<p>Let us know how you get on.</p>
<p>Regards</p>
<p>Owen</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hyder		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-567</link>

		<dc:creator><![CDATA[Hyder]]></dc:creator>
		<pubDate>Tue, 13 May 2014 06:55:33 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-567</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-566&quot;&gt;Susan&lt;/a&gt;.

We&#039;ll have to look if it&#039;s possible to do so. I&#039;ll update here after checking.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-566">Susan</a>.</p>
<p>We&#8217;ll have to look if it&#8217;s possible to do so. I&#8217;ll update here after checking.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Susan		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-566</link>

		<dc:creator><![CDATA[Susan]]></dc:creator>
		<pubDate>Fri, 09 May 2014 17:06:52 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-566</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-565&quot;&gt;Susan&lt;/a&gt;.

Update - I am seeing that I do not even have the &quot;Insert Auction&quot; box on my page when I am editing. The auction is being placed on a custom post type, for a &quot;property&quot; on a real estate site. How can I get that box / those options to appear on this post type?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-565">Susan</a>.</p>
<p>Update &#8211; I am seeing that I do not even have the &#8220;Insert Auction&#8221; box on my page when I am editing. The auction is being placed on a custom post type, for a &#8220;property&#8221; on a real estate site. How can I get that box / those options to appear on this post type?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Susan		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-565</link>

		<dc:creator><![CDATA[Susan]]></dc:creator>
		<pubDate>Fri, 09 May 2014 17:01:06 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-565</guid>

					<description><![CDATA[I am having trouble - I don&#039;t see the buttons to bind to post or insert the auction. I can get the auction on the post by using the short code on each post, but no other options. What am I doing wrong? THANKS!]]></description>
			<content:encoded><![CDATA[<p>I am having trouble &#8211; I don&#8217;t see the buttons to bind to post or insert the auction. I can get the auction on the post by using the short code on each post, but no other options. What am I doing wrong? THANKS!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mats Gustavsson		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-564</link>

		<dc:creator><![CDATA[Mats Gustavsson]]></dc:creator>
		<pubDate>Thu, 09 Jan 2014 09:12:13 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-564</guid>

					<description><![CDATA[Hi,

I can see what you can get countdown in ListWidget Add-ons, showing days and hours in countdown.
Is it also possible to see minutes and seconds in the ListWidget?

In  &quot;Auction in a post&quot; I have seen that it counts down with minutes and seconds.

Is it possible to set up so you have to log in before placing a bid?

Best Regards
Mats Gustavsson]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I can see what you can get countdown in ListWidget Add-ons, showing days and hours in countdown.<br />
Is it also possible to see minutes and seconds in the ListWidget?</p>
<p>In  &#8220;Auction in a post&#8221; I have seen that it counts down with minutes and seconds.</p>
<p>Is it possible to set up so you have to log in before placing a bid?</p>
<p>Best Regards<br />
Mats Gustavsson</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hyder		</title>
		<link>https://wpauctions.com/wordpress-auctions-in-a-post/#comment-563</link>

		<dc:creator><![CDATA[Hyder]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 13:05:08 +0000</pubDate>
		<guid isPermaLink="false">https://wpauctions.com/?p=680#comment-563</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wpauctions.com/wordpress-auctions-in-a-post/#comment-562&quot;&gt;Mats Gustavsson&lt;/a&gt;.

Yes, you can use one of these files here to get you started if you like: https://wpauctions.com/translations/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wpauctions.com/wordpress-auctions-in-a-post/#comment-562">Mats Gustavsson</a>.</p>
<p>Yes, you can use one of these files here to get you started if you like: <a href="https://wpauctions.com/translations/" rel="ugc">https://wpauctions.com/translations/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: wpauctions.com @ 2026-04-15 07:37:07 by W3 Total Cache
-->