muggzy
Forum Replies Created
-
please check this link in firefox then internet explorer
Forum: Your WordPress
In reply to: New K2 Photoblogdid you make it yourself or is it downloaded?
honestly its better dark it works better with the photos, its probably people and there monitor contrast etc
Forum: Your WordPress
In reply to: New K2 Photoblogwhat plug in did you use to create the ajax effect?
Forum: Themes and Templates
In reply to: auto archive of posts that go over ‘show at most’?well i want them to just see the last 3 posts and thats all they will really need to see. The reason being i cant work out how to get ‘next’ to be in the format of the rest of the site if you get me. i dont know what file is linked to next so i cant customised it. If anyone knows how to get rid of ‘next’ or where it leads please help me out!
Forum: Themes and Templates
In reply to: Cant Reduce ‘Your Comment’ Text Box sizehmm i dont use templates either, i got a suspection that css is controlling it somewhere
here are the values for my page
<textarea name=”comment” id=”comment” cols=”40″ rows=”4″ tabindex=”4″></textarea>
does this look right?
Forum: Themes and Templates
In reply to: How do i control where the Comment & Archive Links go?hi i checked the links and i cant find how to make the url of the comments link and archives link and catagory link to go where i want it apart from the default. do i just change the comments template into something i want? in fact that must be it!
erm what is the comments php page called? if i add in comments_text php tags to a blank page and save over the default will it work?Forum: Themes and Templates
In reply to: Merge wordpress with my layouta lot of the tags i am adding from the template tag tutorial screen appear on my page but when i click on the them i get to a page not found, any ideas people?
Forum: Themes and Templates
In reply to: Merge wordpress with my layouta weird thing is happenin, when i make a blank php page the code works fine, but when i try to paste it into my current layout i get the error
Fatal error: Call to undefined function: rewind_posts() in /home/muggzy/public_html/test.php on line 76see it working here: https://www.mintedmango.com/e.php
if u click on the febuary 2005 link it goes to no where, i dont know why, i added the tag
<?php wp_get_archives(‘type=monthly&limit=12’); ?>from the tutorials. i also wanted to add in make a comment, view comments etc. anyknow whats goin on?
Forum: Themes and Templates
In reply to: Merge wordpress with my layouthey kris thanks for that, i will try it when i get home from work. just wondering have u got a link to ur site so i can see how it works?
and you know you said you added a bit to stop ur catagory 4 showing, did u add a ‘ ) ‘ ? if i remove this and change the 4 to a 1 for my default catagory will this work?
also, once i have my content merged in is there anyway i can merge the ‘leave a comment’ page into the rest of my site using the technique you used kris? and i guess the same goes for viewing comments also. just so all layouts look the same thru out
thanks for the help!
Forum: Themes and Templates
In reply to: Merge wordpress with my layouti just tried what u said it didnt work, thanks for replying tho
ok lets say i have my index.htm already designed https://www.mintedmango.com/index2.htm
and its in a different directory to my wordpress folder. and in the news column i want my blog to appear. the problem with the Loop codes is that they dont refer to either where my blog stored i think. i tried moving my index.htm page to the wordpress folder but i got lines of error messages. https://www.mintedmango.com/wordpress/ . isnt there like a tag that goes ?<include /wordpress/index.php/> etc etc to make the blog contents appear in my columns?i dont know if im takin the long way round to explain this. i basically need to know what folder to store my blog page, and what tags to use to get the content in there.
this didnt work:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>