softsoft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add ads in all pages except homepageI want to add the code in footer.
Forum: Fixing WordPress
In reply to: Scheduled posts how to make it publishedany help please???
Forum: Fixing WordPress
In reply to: Scheduled posts how to make it publishedI have over than 400 Scheduled posts ,I can’t modified every post date.
I need to do it using code or database query.Forum: Plugins
In reply to: auto tag plugin neededcan someone help please.
Forum: Plugins
In reply to: how to display all tags in one page???thanks Dgold,
it is working fine.Forum: Plugins
In reply to: how to display all tags in one page???can someone help please?
Forum: Plugins
In reply to: how to display all tags in one page???<?php wp_tag_cloud(”); ?>
this code is displaying a few tags “45 of 1570” can i get the code that display all tags.
Forum: Fixing WordPress
In reply to: how to display urls???Thanks taffeljohan,
it is working fine.Forum: Fixing WordPress
In reply to: how to display urls???<?php echo $_SERVER[“REQUEST_URI”] ?>
this code should display posts ,categories and tags links without http://www.mysite.com to be like:
/my-post.html
/category
/tagbut it is not working.
Forum: Fixing WordPress
In reply to: how to display urls???Any Help Please???
Forum: Fixing WordPress
In reply to: post tags not working in wordpress 2.5has anyone get any solutions for this problem???
Forum: Fixing WordPress
In reply to: post tags not working in wordpress 2.5Can you post your URL?
im using it in localhost,and im using this theme
http://www.briangardner.com/themes/silhouette-wordpress-theme.htm
Silhouette 2-Column Version.what theme you are using in your site,can i get download link please.
Forum: Fixing WordPress
In reply to: post tags not working in wordpress 2.5i tried many themes but it is not working too.
Forum: Fixing WordPress
In reply to: post tags not working in wordpress 2.5were they displaying in your theme before 2.5?
yes, it was working fine in wordpress 2.3.3
your theme has to have
<?php the_tags(); ?> someplace, or they wont show.where to add it?
i tried adding it in single.php before comments but it is not working and showing me an error.Forum: Fixing WordPress
In reply to: post tags not working in wordpress 2.5any help????