adriantnt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: database error caused my host to shut down my site for the dayIt’s a common scam in the hosting business. Promise pie in the sky amounts and boot folks when they start actually using up resources.
That’s right.
I hate hosts that do that GoDaddy just did it to me today and I do not think the code has issues, I got tagged on a digg kind of site and many users came to my site today. The site is now offline.
This is outrageus. The site goes offline when you have most visitors, it can’t be worse than that.Forum: Fixing WordPress
In reply to: Customizing Permalink StructureFor others that have nice url and .htaccess problems: you might want to know that most Godaddy servers need half hour to detect a newly created .htaccess file. After this the changes are instant.
Forum: Plugins
In reply to: How to print the current post tags on the screenI got it to work by this:
<?php $posttags = get_the_tags($post->ID); $page_leywords = ''; if ($posttags) { foreach($posttags as $tag) { $page_keywords .= $tag->name.','; } $page_keywords = substr($page_keywords, 0, -1); } ?>
Thank you.
Forum: Themes and Templates
In reply to: How to submit my theme to www.remarpro.com ?So that is the upload place, I was not sure. I have it uploaded there already.
// Too bad they do not update it because current version they have has a small bug.Forum: Requests and Feedback
In reply to: WORDPRESS.COM allows warezHandySolo, as I said above my wordpress.com accoutn was suspended because I used google ads in the blog.
Anyway… dot COM and dot ORG wordpress sites are not related?
Thanks.
– Adrian.I just installed that script, it worked perfect and simple.
I spent more than a day trying to insert a javascript by different ways.
Thanks again.Thank you Otto, yes, that you say makes sense, blogs are usually for posting text and minimal html and what I usually use is flash, video, flv, etc, that makes things complicated so I need plugins and staff. I will look at your link now.
Thanks.– Adrian.
Forum: Fixing WordPress
In reply to: Quotes ” are converted, how to insert code?Any info abut this please?