thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar problemHeaded there now 🙂
Forum: Fixing WordPress
In reply to: Sidebar problemI’m not. I guess this is one of those “it’s a small world” times huh?
Forum: Fixing WordPress
In reply to: Sidebar problemLizbit… WOW! I have Neurofibromatosis. I am covered in tumors and have lots of pain. Which type did she Ashley have? I have type 1. Can’t tell you how shocked I was when I saw what the site was about!
Forum: Fixing WordPress
In reply to: Sidebar problemThe widgets are even “MrMarco Proof.” lol
LOL.
I LOVE code. Taught myself to code everything by hand years ago and try to do it as much as possible.
Forum: Fixing WordPress
In reply to: Sidebar problemOk now in the category, archive, and meta tags do the same. Add
&title_li=
and put
<ul>and</ul>at the beginning and end.Forum: Fixing WordPress
In reply to: Sidebar problemMake that:
<ul><?php wp_list_pages('&title_li=' ); ?></ul>Forgot taking out the title takes out the ul’s.
Forum: Fixing WordPress
In reply to: Sidebar problemNo no your’re not dumb. In your code it states you’re using widgets. Hmmm. Well try this for me… replace
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
with
<?php wp_list_pages(‘&title_li=’ ); ?>
in your sidebar.php
Forum: Fixing WordPress
In reply to: Only 1 post showing on main pageI wonder if there’s something in the index.php overriding what you have set in admin. Can you post the code for your index.php?
Forum: Fixing WordPress
In reply to: Sidebar problem*delete*
Forum: Fixing WordPress
In reply to: Sidebar problemClick to edit the widgets and remove the titles. Make sure you save after you edit.
Forum: Fixing WordPress
In reply to: Sidebar problemWell as MrMarco said, it’s a widget. So just login to your admin and remove the title from the pages widget.
Then drag over the meta widget and you’ll have your login restored 🙂
Forum: Fixing WordPress
In reply to: Sidebar problemOoops, it’s a widget indeed. I always forget to look for widgets. Hate widgets, heh.
Forum: Fixing WordPress
In reply to: Sidebar problemOr if you’re good with code and know what you’re doing, slip this:
&title_li=
between the ‘ ‘ like this:
<?php wp_list_pages('&title_li=' ); ?>If there’s anything else there, just put that first so it doesn’t mess up any other formatting of the page links 🙂
Forum: Fixing WordPress
In reply to: Sidebar problemPlease post the code that lists your pages. It will be in the sidebar.php of your theme and look something like
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>. As for login, you don’t need a link. It’s: http://puremango.com/delisle-youth/wp-login.php 🙂Forum: Installing WordPress
In reply to: problems installing servicesWhat does this have to do with WordPress?