<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Lost Pages sidebar</title>
		<link>http://www.kriesi.at/support/topic/lost-pages-sidebar</link>
		<description>Support Forum - Topic: Lost Pages sidebar</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:51:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/lost-pages-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30814</link>
			<pubDate>Mon, 31 Oct 2011 05:53:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombynum on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30800</link>
			<pubDate>Sun, 30 Oct 2011 20:00:25 +0000</pubDate>
			<dc:creator>tombynum</dc:creator>
			<guid isPermaLink="false">30800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BAM!!! That worked perfect!!!&#60;/p&#62;
&#60;p&#62;I had found a plugin to try the same thing, but it rendered the content with all the formatting stripped...&#60;/p&#62;
&#60;p&#62;This new function preserves all the CSS layout and the content was rendered perfectly!!!!&#60;/p&#62;
&#60;p&#62;Many many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30795</link>
			<pubDate>Sun, 30 Oct 2011 18:23:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use following shortcode function - add it functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_shortcode( &#38;#39;get_page_content&#38;#39;, &#38;#39;get_page_content_shortcode&#38;#39; );

/**

 * The shortcode function to pull post content from a page.

 *

 */

function get_page_content_shortcode( $atts ) {

	$atts = shortcode_atts( array(

		&#38;#39;title&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,

		&#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;page&#38;#39;,

	), $atts );

	if ( ! $page = get_page_by_title( $atts[&#38;#39;title&#38;#39;], OBJECT, $atts[&#38;#39;post_type&#38;#39;] ) )

		return;

	return apply_filters( &#38;#39;the_content&#38;#39;, $page-&#38;gt;post_content );

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The usage:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[get_page_content title=&#38;quot;Page Title&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or for posts:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[get_page_content title=&#38;quot;Post Title&#38;quot; post_type=&#38;quot;post&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This tutorial shows you how to create a shortcode to call pages/posts by id: &#60;a href=&#34;http://digwp.com/2010/06/shortcode-for-includes/&#34; rel=&#34;nofollow&#34;&#62;http://digwp.com/2010/06/shortcode-for-includes/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombynum on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30793</link>
			<pubDate>Sun, 30 Oct 2011 17:22:55 +0000</pubDate>
			<dc:creator>tombynum</dc:creator>
			<guid isPermaLink="false">30793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;[disappointed]&#60;br /&#62;
   :-(&#60;br /&#62;
[/disappointed]&#60;/p&#62;
&#60;p&#62;...so, no suggestions for work around? &#60;/p&#62;
&#60;p&#62;Since I can't apply a template that displays dynamic content and widgetized sidebar...how about some trick to include the content from another specific page....&#60;/p&#62;
&#60;p&#62;That way I can drop the template designation, I'll get my standard WP sidebar back again... and still have my &#34;include&#34; content across the bottoms...although I'll have to add it manually to each page...&#60;/p&#62;
&#60;p&#62;is there a SHORTCODE for pulling content from another post/page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30792</link>
			<pubDate>Sun, 30 Oct 2011 17:04:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
some other users requested this option for the column element too. For now it's not possible to insert the page/post content of the current page/post but I reported the request to Kriesi and maybe we'll include this feature in upcoming updates.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombynum on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30791</link>
			<pubDate>Sun, 30 Oct 2011 16:54:08 +0000</pubDate>
			<dc:creator>tombynum</dc:creator>
			<guid isPermaLink="false">30791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well now there's a different problem...&#60;/p&#62;
&#60;p&#62;Using the Template Builder you have choices for introducing Post/Page content:&#60;/p&#62;
&#60;p&#62;- &#34;Post/Page Content&#34; element allows you the option to &#34;Display Content from this Post/Page&#34;... dynamic, on the fly .. or specify a particular page... or inject direct text...&#60;/p&#62;
&#60;p&#62;- Using the Columns element... you can almost do the same... if you want to split the page up into columns.&#60;/p&#62;
&#60;p&#62;BUT... the snag is that the Column element doesn't contain the same option for you to &#34;Display Content from this Post/Page&#34;. You only can only point at a specific page, load blog content, build a widget or inject direct text...&#60;/p&#62;
&#60;p&#62;That means that you can't &#34;colmunize&#34; (new word) ... a page template and specify dynamic content.&#60;/p&#62;
&#60;p&#62;Here's what I'm trying to build as a template for the internal pages on this site:&#60;br /&#62;
(in order of layout)&#60;/p&#62;
&#60;p&#62;Slideshow Element&#60;br /&#62;
-- whatever imagery/media the customer wants on this page (dynamic, static, whatever)&#60;/p&#62;
&#60;p&#62;Columns Element&#60;br /&#62;
-- 2 columns 75/25&#60;br /&#62;
-- left side &#34;Display Content from this Page/Post&#34; (dynamic for whatever page the template is applied)&#60;br /&#62;
-- right side - widget, blog, ... whatever (shared across all pages of this template/style)&#60;/p&#62;
&#60;p&#62;Post/Page Content Element&#60;br /&#62;
-- content from a specific Page&#60;br /&#62;
-- whatever want to include across bottom of all pages of this style.. (think old school HTML &#34;includes&#34;)&#60;/p&#62;
&#60;p&#62;I'm open for suggestions...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombynum on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30790</link>
			<pubDate>Sun, 30 Oct 2011 16:03:22 +0000</pubDate>
			<dc:creator>tombynum</dc:creator>
			<guid isPermaLink="false">30790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;never mind... figured out the sidebars thing... give it a name in the template builder and it magically appears over in widgets... &#60;/p&#62;
&#60;p&#62;load 'em up 'Sparky'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombynum on "Lost Pages sidebar"</title>
			<link>http://www.kriesi.at/support/topic/lost-pages-sidebar#post-30729</link>
			<pubDate>Sun, 30 Oct 2011 02:15:20 +0000</pubDate>
			<dc:creator>tombynum</dc:creator>
			<guid isPermaLink="false">30729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just started using the Brightbox theme today.. so forgive me if I'm overlooking something ....&#60;/p&#62;
&#60;p&#62;After creating &#34;dynamic templates&#34; I seem to have lost the standard &#34;pages&#34; sidebar that can be placed on widgets.&#60;/p&#62;
&#60;p&#62;As soon as you select one of your templates in the Page builder... the page becomes full width and you lose some of the standard WP widget functionality...&#60;/p&#62;
&#60;p&#62;I went back through the video on youtube that shows you how to make templates using the builder.. But I can't find a way to re-introduce the standard Wordpress &#34;pages&#34;... sidebar elements that should be included on pages...&#60;/p&#62;
&#60;p&#62;I also looked for [short codes] to put them back...&#60;/p&#62;
&#60;p&#62;any help would be greatly appreciated...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
