fUzZy89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get a picture per post?Anyone? ??
Forum: Fixing WordPress
In reply to: Hide the sidebar on a page.How do I create a custom page template?
Forum: Plugins
In reply to: How to include userextra fields to profileHi. It dosent show exactly how I get the fields from the dashboard to the profilepage. How do I do that?
Forum: Fixing WordPress
In reply to: How can you change the pages ID display in the admin sub panels?I need help with the same.
Forum: Themes and Templates
In reply to: Active menu, how to?I found the solution ??
For those who wonder about the same, here is what I did:
<ul> <li <?php if ( is_home() ) {?>class="current_page_item"<?php } ?>><a href="<?php bloginfo('url'); ?>">Forside</a></li> <?php wp_list_pages('title_li=&depth=-1'); ?> </ul>
To show wish is active:
.current_page_item{ background: yellow; }
Forum: Fixing WordPress
In reply to: How to remove “blogroll” text above blogrolllist.Hey!
<li> <?php wp_list_bookmarks ('title_before=<h3>', 'title_after=</h3>'); ?> </li>
worked! Thank you so much guys for the help! ??
Forum: Fixing WordPress
In reply to: How to remove “blogroll” text above blogrolllist.Ok, tried a bit. But cant get it to work ??
Why dosent this code work?:
<?php wp_list_bookmarks ('title_before' => '<h3>', 'title_after' => '</h3>'); ?>
The sidebar disaperes when I use that code…
Forum: Fixing WordPress
In reply to: How to remove “blogroll” text above blogrolllist.Haecceity: That changed the text, but I want to either remove the header text or edit the h2 to h3…
Otto42:
Well, how do i put that into this code? :
<?php wp_list_bookmarks(); ?>
What code shall I use if I just want to change h2 to h3 (or just remove the
<h2>text</h2>
Forum: Fixing WordPress
In reply to: How to remove “blogroll” text above blogrolllist.Ok. I tried that now, but I got the same result ??
Forum: Fixing WordPress
In reply to: How to remove “blogroll” text above blogrolllist.Ok. How? I am not good at php :/
Forum: Themes and Templates
In reply to: My theme unloads, and the defualt theme loads.Ok, now i installed a fresh wordpress and activated my theme, let’s see if it works now…
Forum: Themes and Templates
In reply to: My theme unloads, and the defualt theme loads.Ok, now I am confused!!! I deactivated all my plugins and downlaoded a fresh template from www.ads-software.com, and still i dosent work!!! Can someone download my template and test it for a day or two? Download URL on the first page!
Forum: Themes and Templates
In reply to: My theme unloads, and the defualt theme loads.Ok, now i chmod’d all files in the folder to 644, and chmod’d the theme folder to 755.
Forum: Themes and Templates
In reply to: My theme unloads, and the defualt theme loads.HandySolo: How do i check that?
whooami: I dont know… I not very skilled at this so… ??
Will chmod’ing the files in the theme directory to 644 fix my problem?
Forum: Themes and Templates
In reply to: My theme unloads, and the defualt theme loads.Every file in the directory is CHMOD to 775.. so, yes…