mathiasf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGThanks Iridiax 😀
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGPlease help.
<div id=”sidebar”>
<?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Left Column’) ) : ?>
<?php endif; ?><div class=”main”>
<div class=”middle”>
<div class=”bottom”>
<h2>Categories</h2><? wp_list_cats(); ?>
</div>
</div>
</div><? endif; ?>
</div>I still get the error message
Forum: Fixing WordPress
In reply to: News/Articles in other pagesOk, but i can’t edit it from my admin panel? I have to edit a file in my theme?
Forum: Fixing WordPress
In reply to: News/Articles in other pagesOk.
But when you are saying “the call ti wp_list_pages with a similiar call to wp_list_categories” I dont get it.
What do I have to do? Which file should I edit?
Forum: Fixing WordPress
In reply to: News/Articles in other pagesBut how do I create top level categories?
I have created pages such as Photoshop, and maked it by using “New Page” in the admin-panel.
I have also created a categorie, but they arent displaying at the side of “Home” if you know ehat I mean.Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGWhat is the problem? 😛
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGUnfortunately it’s now working.
<div id=”sidebar”>
<?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Left Column’) ) : ?>
<?php endif; ?>Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGThanks, but now it’s a another problem.
I can just see my categories, and not my other sidebars widgets. Why?Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGI tried by myself, but it didn’t work.
Look at: http://www.design.netii.net for the error.Now the sidebar.php code looks like this:
<div id=”sidebar”>
<?php if (function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1)) : ?>
<?php endif; ?><div class=”main”>
<div class=”middle”>
<div class=”bottom”>
<h2>Categories</h2>-
<?php wp_list_cats(); ?>
<?php include(‘adsense_sidebar.php’) ?></div>
</div>
</div>
</div>Forum: Installing WordPress
In reply to: Fatal error – admin.phpSOLVED – downloaded a new WordPress, and did it all over again.