adz1809
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving WP site from IIS to Linuxcheers fro the link.
I’ll check it out
Thanks
Forum: Fixing WordPress
In reply to: query_postsNo worries everyone I’ve sorted it by adding the following to me query:
&posts_per_page=-1
Cheers anyway
Forum: Your WordPress
In reply to: My First WordPress SiteJust to let you people that have been following the development of the site, new performance issues have been resolves with flickering hovers sorted and the addition of RSS link and reviews page links.
Just blog roll to add now.
Forum: Your WordPress
In reply to: My First WordPress Site@xlindsaywx link will be added shortly along with other performance improvements and blog-roll
Forum: Your WordPress
In reply to: My First WordPress Site@moddtaco – cheers for the comments
Forum: Your WordPress
In reply to: My First WordPress Site@savvinovan having issues with that at the moment, can’t get it to work, need to do something the the .htaccess file, but not sure what, any ideas people?
Forum: Your WordPress
In reply to: My First WordPress SiteCheers, for the comments.
What I’ve done is have themed twitter account and get chatting, plus if you’ve created your own theme, try and get posted on some design galleries by submitting your site, also get Feed Burner to register your feeds.
Those of you who have notice positioning problems at the base of the page, please could you let me know if it still happening.
Cheers.
Forum: Your WordPress
In reply to: My First WordPress SiteThe blinky rollovers are in the process of being fixed. Moving to single images with positioning change on the hover, rather than separate images for each.
Should be done be the end of the week, when I have ftp access.
Forum: Fixing WordPress
In reply to: Post category loopThank you all so much for your help everyone. It’s working like a dream.
Cheers again.
Forum: Fixing WordPress
In reply to: Post category loopis it something like this I should be creating:
<?php $cats = wp_get_post_categories($post->ID); foreach($cats as $cat) { ?> <em class="cat-tab <?php echo get_cat_name( $cat ). ?>-tab" title="<?php echo get_cat_name( $cat ). ?>"><span><?php echo get_cat_name( $cat ). ?></span></em> <?php } ?>Forum: Fixing WordPress
In reply to: Post category loopThe css part is sorted. It’s just writing out the loop that’s the issue
Cheers for the help
Forum: Fixing WordPress
In reply to: Post category loophere is the part of the index.php that display the category at the moment:
<em class="cat-tab <?php the_category_unlinked(''); ?>-tab" title=" <?php the_category_unlinked(''); ?>"><span><?php the_category_unlinked(''); ?></span></em>Forum: Fixing WordPress
In reply to: Post category loopAny help?
Forum: Fixing WordPress
In reply to: Post category loopto continue…
this the html that I want to turn into a loop:
<div class="post-cat-tabs"> <em class="cat-tab horror-tab" title="Horror"><span>Horror</span></em> <em class="cat-tab scifi-tab" title="scifi"><span>scifi</span></em> </div>so for each cat-tab class there is a loop
Cheers again
Forum: Your WordPress
In reply to: My First WordPress SiteCheers for the heads up ourlifeintext though what I’m looking at in IE7 and Firefox it’s fine, do you know what win 7 is doing to the css?