qetuo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PodPress stopped tracking iTunes correctly?yes they both do
Forum: Fixing WordPress
In reply to: Using PHP code in the widgetsHere is a plugin that does what you need http://wordpress.org/extend/plugins/php-code-widget/
Forum: Fixing WordPress
In reply to: Aloha, wordpress installed on godaddy now what?you should be able to upload the files using an ftp client or the control panel provided by godaddy
why not try uploading it via ftp and put the file in /wp-content/uploads
Forum: Fixing WordPress
In reply to: Aloha, wordpress installed on godaddy now what?Yes you will have to upload the unziped folder of theme you want to use to the /wp-content/themes dir
Forum: Fixing WordPress
In reply to: How to manually order categories in nav bar<?php
wp_list_categories(‘orderby=name&include=3,5,9,16’); ?>this should do the trick just replace the numbers with the one you want.
Forum: Fixing WordPress
In reply to: Comments appear on website even though it wasnt approvedUnder Settings > Discussion Settings
Check “Comment author must have a previously approved comment”
and “An administrator must always approve the comment”Forum: Fixing WordPress
In reply to: PodPress stopped tracking iTunes correctly?why not use the plugin called Powerpress and then use a free stat service like podtrack or blubrry?
Powerpress also imports podpress so there is no need for manual laborForum: Fixing WordPress
In reply to: Can’t change Password | Cannot log outTry adding a new user with admin privileges
and delete the admin account with phpMyAdminIf this doesnt work download the latest wordpress and replace all the file except wp-config.php