ryanandrewsimmons
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing "Leave comments" linkThe theme is Coraline.
Forum: Fixing WordPress
In reply to: Exclude categories from widget drop-down menuThanks, esmi. Your solution worked perfectly!
Forum: Fixing WordPress
In reply to: Exclude categories from widget drop-down menuI want to put it on the sidebar, like the widget.
Which .php file do I need to edit? Theme.php? Loop.php? More than one?
Do you know what part of the code relates to the sidebar specifically?
Sorry to keep badgering you, but again, I’m new.
Forum: Fixing WordPress
In reply to: Exclude categories from widget drop-down menuI should have been more clear. I understand I can’t do it through the default options. That’s why I asked,
“Do I have to do this through FTP? Or can I do this by modifying the PHP of my template on WordPress itself?”
I read that page, and I understand the code, I just don’t understand WHERE I go to make these changes. So the code I want is,
-
<?php wp_list_categories(‘orderby=name&include=3,5,9,16’); ?>
Where do I put this? I looked through all of the Template Tag instructions but they are very vague about this point.
Forum: Fixing WordPress
In reply to: All posts and pages gives "404 Error File Not Found"?I literally just fixed it a minute ago and was coming over here to update this post, heh.
I am not sure why, but all I needed to do was go into “Permalinks” and click “Save Changes” (even though I hadn’t changed anything). That fixed it, somehow.