gretske
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can I put different Pages in header and sidebar?Well, Moshu. I did read the docs, but I am not a programmer, so I did not understand it. I am just a guy trying to make my website work. I don’t know how to to set “the title_li parameter to an empty string.“
But. sorry to have bothered you. I will find someone else who can help me.
Forum: Themes and Templates
In reply to: Can I put different Pages in header and sidebar?Moshu –
OK, I fixed that. Thanks! But, I still don’t know how to get rid of the bullet. Any ideas?
Forum: Themes and Templates
In reply to: Can I put different Pages in header and sidebar?Here is what I just added to the page.php file:
<?php
$children = wp_list_pages(‘title_li=&child_of=’.$post->ID.’&echo=0′);
if ($children) { ?>
<ul class=”pagehdr“><?php echo $children; ?>
<?php } ?>
Plus, the code I added to the stylesheet
Forum: Themes and Templates
In reply to: Can I put different Pages in header and sidebar?Moshu
Thanks. I still can’t get it to format. I did the ul class as you said. Here is what I added in the stylesheet:
.pagehdr {font-size: 180px; margin-left: 10px; margin-top: 10px; border: 1px solid #d6d3d3; }
What am I doing wrong? (I am a CSS dummy, so please accept my apology!)
Forum: Themes and Templates
In reply to: Can I put different Pages in header and sidebar?Moshu –
Here is the URL –> https://www.solvox.com/telecom/wordpress/?page_id=88
Just above the title, ”Ray Horak,” there is a link generated by the code you referenced earlier, titled, “Litigation Support Experience.“ This was generated by the code in pages.php which shows only sub-pages, as I wanted it to do.I would like to re-format the way it is displayed, so it does not appear with the bullet in front of it. I tried changing the CSS for page_item and current_page_item, but when I do that, it also changes the pages (”Home,“ ”About,“ ”Gene Retske,“ etc.) at the top of the page.
How can I change only the sub-pages format?
Forum: Themes and Templates
In reply to: Can I put different Pages in header and sidebar?I have a similar question. I have inserted the code under ”List subpages even if on a subpage “ and have it working. But, it displays as an unordered list. How can I modify that? I put a new declaration for page_item and current_page_item. I can change the background color, but I can’t get it to display as anything other than an unordered list.
Any ideas?