charlene2021
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page W/ One Category of Posts<?php wp_list_cats(); ?>
is the code that outputs the list of categories, how would I edit that line of code so it would show the category I want (category name being stock photos)Forum: Themes and Templates
In reply to: Sidebar issues — spacing and length1. It’s an internet IE issue, looks fine in FF. For some reason IE is adding some padding around the pull down menu.
Not really sure what would solve the problem.2. Add to #side in your CSS file
margin-bottom: 10px;
or however many pixels you like.Forum: Themes and Templates
In reply to: Page W/ One Category of PostsI want to have a link to that category on this page https://www.sugar-buzz.net/stuff/ right after Recommendations so what would I put for the link to show up?
Forum: Themes and Templates
In reply to: Page W/ One Category of PostsOk I copied category.php and renamed it to category-10.php and it now lays in my templates in wp-content/themes/flower, how do I link it so someone can access the page?
https://www.sugar-buzz.net/category-10.php gives me a 404 error and https://www.sugar-buzz.net/wp-content/themes/flower/category-10.php gives me a PHP error.Forum: Themes and Templates
In reply to: Page W/ One Category of PostsThank you for not saying “look it up all this info is on our website” every time I make a post here. There is just so much info in there that it’s easy to get overwhelmed and overlook things
Forum: Fixing WordPress
In reply to: Posts Grouped Per CategoryYeah just found out about The Loop, reading it right now. Thanks.
Forum: Themes and Templates
In reply to: CSS Validating Errornevermind
Forum: Fixing WordPress
In reply to: PHP Error for index.phpwhen it said unexpected $end i figured it was something not closed but hadn’t a clue what, thanks very much
Forum: Fixing WordPress
In reply to: PHP Error for index.phpsorry different themes are up, check out the page now
Forum: Fixing WordPress
In reply to: PHP Error for index.phphttps://www.sugar-buzz.net there ya’s go
Forum: Themes and Templates
In reply to: Customizing comments_popup_linkI can always trust you to solve and figure out what I need, thanks once more!
Forum: Fixing WordPress
In reply to: Removal of PHP Code = BreakageI figured it out removed the
<?php } ?>
code at the very end of my code.
Thanks guys.Forum: Fixing WordPress
In reply to: Removal of PHP Code = BreakageForum: Plugins
In reply to: Dagon Design Sitemap QuestionFound it, removed it and it looks like I want it now. Thanks a bunch.
Forum: Themes and Templates
In reply to: Separate div per postThat works thanks