ryans149
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Tag cloud empty?tags will show only if there are posts associated with them. check this case.
check this tag in sidebar.php:
<?php wp_tag_cloud( $args ); ?>or something like this
Forum: Fixing WordPress
In reply to: having problems with image uploadermake sure all the files are properly uploaded..
also, it may be due to slow internet connection..Forum: Fixing WordPress
In reply to: Depth in navbarmay be it is reflecting the changes and you cant see them.. check the color background etc..
also, keep in mind that this tag is for pages, not categories..
Forum: Fixing WordPress
In reply to: Hosted WordPress – 1&1you can upgrade from your end, if you have FTP access (and I am sure they can give you that). Check this:
Forum: Fixing WordPress
In reply to: Themes manager has disappeared off the Dashboarddeactivate all the plugins one by one and see if any plugin is causing the issue
consult your host, if they have made updates on the serverForum: Fixing WordPress
In reply to: Could I pull this off in wordpress?It would be very difficult to implement these features in wordpress. There are some other plugins available, but not exactly like this. You need create your own plugin or class
Forum: Fixing WordPress
In reply to: Can’t get text below image…you can place a br tag after each image..
Forum: Fixing WordPress
In reply to: removing codeForum: Fixing WordPress
In reply to: Rescuing Old Postsyour posts were in the database.. mysql database..
Forum: Fixing WordPress
In reply to: How to add the page title to a class?title of the post ? Or your blog ?
For post:
use this tag anywhere inside the loop:
<?php the_title( ); ?>for blog title:
<?php bloginfo('name'); ?>Forum: Installing WordPress
In reply to: Mail() functionmail() function enabled by your host? And linux or windows?
Forum: Installing WordPress
In reply to: Local Install with XAMPP1) Did you install XAMPP properly? Is php there?
2) Make sure you have wp-includes/query.php fileForum: Installing WordPress
In reply to: Installation: Comments not posting correctlyThis is not an issue at backend, this is at the userend
Make sure they migrated properly. Check if all files exists.
Also, try deactivating all the pluginsForum: Installing WordPress
In reply to: Comments do not appear under that postany URL ?
Forum: Fixing WordPress
In reply to: Advice re plugins please