<?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>WordPress DK Forum Topic: Fejl ved login</title>
		<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1</link>
		<description>WordPress DK Forum Topic: Fejl ved login</description>
		<language>da-DK</language>
		<pubDate>Wed, 05 Aug 2026 06:14:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/fejl-ved-login-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Jonathan om "Fejl ved login"</title>
			<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1#post-43028</link>
			<pubDate>fre, 14 dec 2012 16:30:38 +0000</pubDate>
			<dc:creator>Jonathan</dc:creator>
			<guid isPermaLink="false">43028@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ja, altså dette er hvad der står i page-actions.php. Men ved ikke om du kan spore problemet, ud fra den tekst.&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
* Page actions used by the CyberChimps Synapse Core Framework&#60;br /&#62;
*&#60;br /&#62;
* Author: Tyler Cunningham&#60;br /&#62;
* Copyright: © 2011&#60;br /&#62;
* {@link &#60;a href=&#34;http://cyberchimps.com/&#34; rel=&#34;nofollow&#34;&#62;http://cyberchimps.com/&#60;/a&#62; CyberChimps LLC}&#60;br /&#62;
*&#60;br /&#62;
* Released under the terms of the GNU General Public License.&#60;br /&#62;
* You should have received a copy of the GNU General Public License,&#60;br /&#62;
* along with this software. In the main directory, see: /licensing/&#60;br /&#62;
* If not, see: {@link &#60;a href=&#34;http://www.gnu.org/licenses/&#34; rel=&#34;nofollow&#34;&#62;http://www.gnu.org/licenses/&#60;/a&#62;}.&#60;br /&#62;
*&#60;br /&#62;
* @package Synapse&#60;br /&#62;
* @since 1.0&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
* Synapse page actions&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;add_action('synapse_page_section', 'synapse_page_section_content' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
* Sets up the page content.&#60;br /&#62;
*&#60;br /&#62;
* @since 1.0&#60;br /&#62;
*/&#60;br /&#62;
function synapse_page_section_content() {&#60;br /&#62;
	global $options, $themeslug, $post, $sidebar, $content_grid;&#60;/p&#62;
&#60;p&#62;	synapse_sidebar_init();&#60;/p&#62;
&#60;p&#62;	$hidetitle = get_post_meta($post-&#38;gt;ID, $themeslug.'_hide_page_title' , true);&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;row&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;!--Begin @Core before content sidebar hook--&#38;gt;&#60;br /&#62;
		&#38;lt;?php synapse_before_content_sidebar(); ?&#38;gt;&#60;br /&#62;
	&#38;lt;!--End @Core before content sidebar hook--&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div id=&#34;content&#34; class=&#34;&#38;lt;?php echo $content_grid; ?&#38;gt;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php synapse_page_content_slider(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;post_container&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;post&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php if ($hidetitle == &#34;on&#34; OR $hidetitle == &#34;&#34;): ?&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;h2 class=&#34;posts_title&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
						&#38;lt;?php endif;?&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php the_content(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;/div&#38;gt;&#38;lt;!--end entry--&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;div style=clear:both;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;?php wp_link_pages(array('before' =&#38;gt; 'Pages: ', 'next_or_number' =&#38;gt; 'number')); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php edit_post_link('Edit', '&#38;lt;p&#38;gt;', '&#38;lt;/p&#38;gt;'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;/div&#38;gt;&#38;lt;!--end post--&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php comments_template(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endwhile; endif; ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#38;lt;!--end post_container--&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#38;lt;!--end content_left--&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;!--Begin @Core after content sidebar hook--&#38;gt;&#60;br /&#62;
		&#38;lt;?php synapse_after_content_sidebar(); ?&#38;gt;&#60;br /&#62;
	&#38;lt;!--End @Core after content sidebar hook--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
* End&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/blockquote&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Fejl ved login"</title>
			<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1#post-42986</link>
			<pubDate>ons, 12 dec 2012 18:42:03 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">42986@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ser ud til at der er problemer med temaet ifeaturepro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Fejl ved login"</title>
			<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1#post-42984</link>
			<pubDate>ons, 12 dec 2012 16:35:27 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">42984@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Prøv evt. via denne &#60;a href=&#34;http://alexander-larsen.dk/wp-login.php&#34; rel=&#34;nofollow&#34;&#62;http://alexander-larsen.dk/wp-login.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan om "Fejl ved login"</title>
			<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1#post-42983</link>
			<pubDate>ons, 12 dec 2012 16:11:06 +0000</pubDate>
			<dc:creator>Jonathan</dc:creator>
			<guid isPermaLink="false">42983@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ja, det tænkte jeg også på.&#60;br /&#62;
Men der er desværre ikke blevet taget en backup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Morten Knudsen om "Fejl ved login"</title>
			<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1#post-42981</link>
			<pubDate>ons, 12 dec 2012 15:54:20 +0000</pubDate>
			<dc:creator>Morten Knudsen</dc:creator>
			<guid isPermaLink="false">42981@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Skynd jer at indlæse den seneste backup, fra før det gik galt.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan om "Fejl ved login"</title>
			<link>http://wp-danmark.dk/forum/topic/fejl-ved-login-1#post-42980</link>
			<pubDate>ons, 12 dec 2012 15:51:29 +0000</pubDate>
			<dc:creator>Jonathan</dc:creator>
			<guid isPermaLink="false">42980@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej :)&#60;/p&#62;
&#60;p&#62;Jeg hjælper en med hans WordPress side, men nu får vi følgende fejl når han skal logge ind:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://alexander-larsen.dk/wp-admin/&#34; rel=&#34;nofollow&#34;&#62;http://alexander-larsen.dk/wp-admin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Er der nogen der kan hjælpe mig med, hvad vi skal rette?&#60;/p&#62;
&#60;p&#62;Mvh.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
