Joe Hall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Do I Get The Category ID???Thats just it Otto, I don’t know where to get the category ID from. Thats what I am asking. I am trying to get any category ID that is being shown.
The code above will be placed in the header of the site. Thus when a category page is shown the user will be redirected to the same category page on the new site.
Forum: Plugins
In reply to: Export comment email addresses?moshu, how about trying to help before you make assumptions. There are many reasons that one might want to do this each reason different given the context of the blog. And I can imagine many of them aren’t spam related! So, how about helping try to figure this out? Because, I would love to get this same answer as well. I will continue to search and post any results I find.
Forum: Fixing WordPress
In reply to: Reader submits a question where?You can always write a post that is setup for readers to post questions as comments? or you can create a contact page and have readers contact you through a web from (I think there are several plugins for that.
Forum: Themes and Templates
In reply to: Change color background in lay-outRenee,
- Open up your theme editor under the presentation tab.
- Open up your style.css file with the link found to the right.
- Find all instance where it says #FFFFFF or #FFF and replace it with #FFE5E5
Forum: Fixing WordPress
In reply to: getting “page cannot be displayed” on main pageThere’s no setting that *you* could find to do it yourself – it has to be set by your host.
Actually, it really depends on who your hosting provider is. Some will allow you different access….I provide it to all my clients.
Forum: Fixing WordPress
In reply to: No one can commentWhats your blog’s address?
Forum: Fixing WordPress
In reply to: Help posting php code on Blogwrite out the text and show me where to insert my code
What text? and where do you want the code to go???
Forum: Fixing WordPress
In reply to: HTML Code appears mess up..!!turn the visual editor off in your user profile. then use the code editor to write the post, make sure that there are no spaces or line breaks in your code. At least thats what I do.
Forum: Your WordPress
In reply to: Importing Blogger To Self Hosted WordPress BlogYes, but you have to use the latest version of WP. Its incredibly easy though. Just login to your blogger account then sign into WP then choose the import option under manage and then Blogger, and then follow the directions.
Forum: Fixing WordPress
In reply to: How to Backup a Database Too Big For phpMyAdmin“is too large for phpMyAdmin”
Is that possible?
Forum: Everything else WordPress
In reply to: WordPress Directory inclusionI *think* you forfeit that prevlege when you transfered to the new domain…..don’t quote me, I don’t work here.
Forum: Fixing WordPress
In reply to: Create page which includes one categoryFind out the category ID of “Podcast”. It should be a number. For this example lets assume that the number is 15. Now, copy the index.php page out of your theme folder. Rename the file category-15.php Where 15 is the category ID for “Podcast”. Now, put your new file back in your theme folder. To point to that page have any links that you want to point to that page carry this URL: http://www.hundredpennies.com/category/podcast/
That should produce a separate page that only displays post in the podcast category.
Forum: Fixing WordPress
In reply to: Topmenu Change “site admin”I don’t see “Site admin” anywhere on your site. Where are you talking about.
Forum: Fixing WordPress
In reply to: Stop WordPress From Loading In Sub DirectoriesI have this same issue and i added the same code to my .htaccess file, but it didn’t change a thing….did it work for you aran384?
Forum: Fixing WordPress
In reply to: PLEASE HELP! What does this mean?I think that you should reinstall your theme. If you are unable to reinstall the theme then reinstall header.php this sounds like the file that you made the corrupt edits in. As a future word of caution: when adding custom HTML (like ads and other things,) don’t delete pre-existing code that you don’t understand. If you see code that you don’t understand don’t touch it!