mads1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3 column site – Edit the left side bar?Example: I would like to put in a picture of myself (passport size) underneath my pages to the left (left menu)
The pages are created in the admin part, and I cannot find anywhere, in any files, where these pagenames are posted.
1. I’ve edited the functions.php file like told to above. I have NOT edited in the header.php. Would that be the place to start?
2. As I understand it I have “activated” a widget menu for the left menu bar. What is this widget thing? Is it a file I need to make or is it some file or plugin i need to download?
Any suggestions are welcome! Thanx in advance.
Forum: Fixing WordPress
In reply to: 3 column site – Edit the left side bar?hmm I did that and it still seems to work.
Then into which file do I put the things I want to add. Should i make a new page for the leftbar?
The rightside menu I still edit in sidebar.php
Thank you all for your help so far.
Forum: Fixing WordPress
In reply to: 3 column site – Edit the left side bar?Okay
If i edit the functions.php file i need to edit this text:
——————-
/* Alternative handling of pages widget. This is commented out since the main menu is now hardcoded into header.php, but kept here just in case someone want the old functionality.// WP-Andreas00 Page Navigation
function widget_andreas00_pagenav() {
?>
<h2 class=”hide”>Site menu:</h2>
<ul class=”page”>
<?php if (is_page()) { $highlight = “page_item”; } else {$highlight = “page_item current_page_item”; } ?>
<li class=”<?php echo $highlight; ?>”>“>Home
<?php wp_list_pages(‘sort_column=menu_order&depth=&title_li=’); ?><?php
}
if ( function_exists(‘register_sidebar_widget’) )
register_sidebar_widget(__(‘Pages’), ‘widget_andreas00_pagenav’);*/
// WP-Andreas00 Search
function widget_andreas00_search() {
?>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<?php
}
if ( function_exists(‘register_sidebar_widget’) )
register_sidebar_widget(__(‘Search’), ‘widget_andreas00_search’);// WP-Andreas01 Links
function widget_andreas00_links() {
?>
<h2>Links:</h2>
<ul class=”menulist”>
<?php get_links_list(); ?><?php
}
if ( function_exists(‘register_sidebar_widget’) )
register_sidebar_widget(__(‘Links’), ‘widget_andreas00_links’);
?>
——————I do not get the widget thing! What is that?
Should I just give up? or is it easy to do?
Forum: Fixing WordPress
In reply to: 3 column site – Edit the left side bar??? I’m a n00b – Ino
Forum: Fixing WordPress
In reply to: 3 column site – Edit the left side bar?Thanks Pwtgirl.
Yes I removed the infos of the creator and themename, because i wanted to redesign the whole theme editing the existing files, to make it my own way.
No harm intended :o)
The theme was WPAndreas09 and can be viewed hereunder.
https://themes.wordpress.net/download.php?theme=1329
https://themes.wordpress.net/testrun/?wptheme=1329
I have tried to open all the files in the theme, and the sidebar.php edit’s the rightside. now I just need to find out where to edit the leftside ?? … Theres no obvieous file to edit