TinRoof
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I do this?Yes, these would be for available domains. In theory, it doesn’t have to be domains. It could just be a static main page that links to other pages. I don’t want to offer registration services. Actually, the site is going to be listing available domains people can register. I won’t actually own the domains. I just like to collect expired domain information as a hobby. I’d like to offer this information to the public for free.
Forum: Fixing WordPress
In reply to: I get this in textareaI’m not using any plugins at all. It’s fresh new install of WordPress. I just changed themes and I still have the same problem. I try cutting and pasting from notepad. I also paste the text into notepad++ thinking that would strip the text from anything. I really am dumbfounded as to what the problem could be. I suppose somehow there could be characters in the text that I’m copying and pasting. I don’t have any clue at this point.
- This reply was modified 7 years, 11 months ago by TinRoof.
Forum: Fixing WordPress
In reply to: I get this in textareaWhat I’m simply doing is using <textarea></textarea> when creating a new post. I’m cutting and pasting urls from a .txt file and putting them in the textarea. Somehow the code is automatically added.
Hopefully someone will know. I don’t want to edit the WordPress file and cause the plugin to mess up. I’m really not good with this stuff and that would be a headache and a half.
No one knows the answer to this question?
Forum: Plugins
In reply to: bbpress quotes?No other plugin exists that gives users the ability to quote each other in posts?
Forum: Everything else WordPress
In reply to: How to add comments myself?It’s for a humor site and the comments will be funny. At least it’ll be my attempt at being funny.
Forum: Fixing WordPress
In reply to: How to remove /category/?Thank you for answering both of my questions. You’ve been very helpful.
Forum: Fixing WordPress
In reply to: How to change image upload folder?Thank you for posting this. I’ll give it a try.
Forum: Fixing WordPress
In reply to: How to add comment count?Thank you for your help. I’m not sure where I put the code in. This is the code from my sidebar.php. Where do i enter this code?
<div class=”left-sidebar”>
<ul id=”sidebarleft”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ) : else : ?>
<?php endif; ?>
</div>
Forum: Fixing WordPress
In reply to: How to add comment count?I’m using a theme that I bought. To be honest I don’t remember where I bought it. It was about a year ago or so.
Forum: Fixing WordPress
In reply to: How to turn off auto save for the title?When entering a title … it automatically saves the title of the post. I don’t want to do this.
Forum: Plugins
In reply to: Best plugin for social media sharing?Thank you. This worked great!
Forum: Networking WordPress
In reply to: Using xml-rpc to post using multisite?Thank you for your help.