sunsi55
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to register a new sidebar and make it appear on a spesific page!Thanks for answer!
I must admit this is all new to me, and seems very hard to do?I have been told that I can Register sidebars in the function.php
Isn`t that alot easier?
The only problem Is I dont know how to do it. Can you help me out?Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteHi Again! ??
I have now fixed so I have a sidebar2.php file also.
My org sidebar, is named: sidebar.phpBut I don`t understand what to write in my functions.php. I have tried using the code you posted, just replacing topwidget.php with sidebar2.php, but I get some errors.
What should I do now? If you need to know my sidebar.php codes it is written in a post a little higher in this post!
Thanks again for helping! ??Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteOkey. Great Ill try to get it to work tonight, and I give you a post here after to tell you how things have gone ??
Thanks for all help! ??Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteOkey.
And when I have done this it will appear with my other .php files when I log into the wp – admin dashdboard? ??Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteMy Host offer a filemanger.
How do I proceed?
I have the code for my new sidebar. Then what to do?
How do i Get that sidebar2.php file availeble for my wordpress site?Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteOkey. Thanks for helping! I am going to work on it for the rest on the evenig, And I will give you an update in this treath on how I am doing later on!
Thanks for the great help! ??Only thing I need to do is to get a new simple code for my sidebars.
And know how to call them to a spesific page!I don`t know anything about FTP, but I guess I can try to learn it!
So I can`t code a new sidebar without FTP? ??Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteRev.VooDoo Where have you writen the coding for your topwidget? How do you make a new php.file?
Thanks for helping! ??Forum: Fixing WordPress
In reply to: Custom Sidebars to each page on my websiteThanks for all great answers!
In general my sidebars contains pictures, lets say picture A, and Picture B.
At the moment, the code is farily simple:<a href="https://x.com/home"><img class="alignnone size-full wp-image-16" title="Pictitle" src="https://x.com/x/wp-content/uploads/2010/09/PicA.jpg" alt="" width="180" height="150" " Heihei" /></a> <a href="https://x.com/Home"><img class="alignnone size-full wp-image-16" title="Pictitle"src="https://x.com/x/x/uploads/2010/09/PicB.jpg" alt="" width="780" height="80" " Heihei" /></a>
That is for my frontpage, but for my About page I would like Pic C, and Pic D to appear.
Which of the solutions mentioned over is the easiest and best for me?
I Would love if anyone could explain exactley what to then write in my new code, and where to write it?
Once again, thanks alot for helping! ??Forum: Fixing WordPress
In reply to: How to get diffrent sidebars for pagesHi again.
When I fill in the Code you gave me. I get a error msg. Your attempt to edit functions.php have failed.
Why?I Have one Origanal Sidebar where I now have Pic A and Pic B.
For some other pages on my website i want to have Pic C and Pic D. So i guess I have to code that some place?<a href="https://x.com/home"><img class="alignnone size-full wp-image-16" title="Pictitle" src="https://x.com/x/wp-content/uploads/2010/09/PicA.jpg" alt="" width="180" height="150" " Heihei" /></a> <a href="https://x.com/Home"><img class="alignnone size-full wp-image-16" title="Pictitle"src="https://x.com/x/x/uploads/2010/09/PicB.jpg" alt="" width="780" height="80" " Heihei" /></a>
This is my sidebar code at the moment.
So what I am asking, where do I write the code to my other sidebars, and how do I get them to appear on a spesific page?
Thanks for helping me! ??
Forum: Fixing WordPress
In reply to: Make a link to a place on the webpageOkey. Thanks. I`ll get back to my website creating on Monday.
Think I got it ?? Atleast how I do it manualy.But Automatic I am not quite sure how I do it. Will that be alot faster?
Thanks for helping!
Forum: Fixing WordPress
In reply to: How to get diffrent sidebars for pagesI am not sure how I create new sidebars and add them to my spesific pages?
I have some stuff to do now, but ill try to get it to work within tomorrow.
And I will give you an update in this post on how I am doing within tomorrow night:)Thanks alot for helping! I am very thankful! Great help! ??
Forum: Fixing WordPress
In reply to: Make a link to a place on the webpageWhat do you mean by:
” How to do this dynamically, depends on your existing code”
Isent it just to give my A(1) a id, and when clicking on A i link to the ID of A(1) ?Or have I missunderstood?
Forum: Fixing WordPress
In reply to: How to get diffrent sidebars for pagesHi.
And thanks for helping!I don`t quiite get it tho..
This is how my function.php now looks like:<?php /** * Functions - Framework gatekeeper * * This file defines a few constants variables, loads up the core framework file, * and finally initialises the main WP Framework Class. * * @package WPFramework * @subpackage Functions */ define( 'WP_FRAMEWORK', '0.2.4' ); // Defines current version for WP Framework /* Blast you red baron! Initialise WP Framework */ require_once( TEMPLATEPATH . '/library/framework.php' ); WPFramework::init(); ?>
Where should I post the code you gave me? Should I just replace the old one?
After that problem is solved:
How do I then make new sidebars that I can call to the diffrent pages?Once again.Thanks!
Forum: Fixing WordPress
In reply to: Make a link to a place on the webpageFound some good links aswell.
So I Figured it out! ??
Thanks for helping!Forum: Fixing WordPress
In reply to: Remove the WP pic in the webbrowser<!-- Favicon: Browser + iPhone Webclip --> <link rel="shortcut icon" href="<?php echo IMAGES . '/favicon.ico'; ?>" /> <link rel="apple-touch-icon" href="<?php echo IMAGES . '/iphone.png'; ?>" />
I remove this line from header and now it work as it should.
Thanks for helping! Problem solved.