cottonmoon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page movingSo if the about.php was the same in length as the index.php page it wouldn’t move around? Because that’s a bit sucky =S I think it’d annoy me too much to have the pages jumping to the right!
Edit; it’s ok I’ve found out how to fix it ??
Forum: Fixing WordPress
In reply to: Index.php page gone?[code moderated - read the previous post]
That's the index page that's in the template folder, as you can see the divider /is/ there but it's just not showing up, and the code is right for it because it was working before
Forum: Fixing WordPress
In reply to: Index.php page gone?anyone help? I don’t know what to do or where to look
also when you go from index.php to about.php the layout shifts around and doesn’t stay in the centre, how would I fix this? This is how wordpress seemed to have gone wrong, me trying to make my layout stop jumping =/
Forum: Fixing WordPress
In reply to: Index.php page gone?It’s working now, but the index.php isn’t showing how it’s meant to, it’s meant to have a divider inbetween the post’s like on the about page, but it’s written on https://elmiee.tingilye.net/wp-content/themes/Elmiee%20Blog/index.php
but that’s coming up with a error and I don’t know how ti fix it?Forum: Themes and Templates
In reply to: Editing archives pageMmm, is there no way to have different settings for the index.php and the archives page? Or even if there was a way to have a image divider between post’s only on the archives pages, just to make it clearer between each post?
Forum: Themes and Templates
In reply to: Editing archives pageBump? <3
Forum: Fixing WordPress
In reply to: More Posts on Archivesah, that ones just worked ?? thanks!
Forum: Fixing WordPress
In reply to: More Posts on ArchivesThen what, it’s here;
https://www.irismemoirs.org/wp-content/plugins/perpages.php
but says there’s a error but I can’t see one or figure it out X__x;;Forum: Fixing WordPress
In reply to: More Posts on ArchivesWhere would I paste that for it to work? I couldn’t seem to find anything that said
Forum: Themes and Templates
In reply to: 1 Comment | Add Comment (?)Oh, when I post comments it still says 0 comment when there’s actually 2? =S
https://elmiee.be/Bloggie/Forum: Themes and Templates
In reply to: Text PositioningSorry to bump this up, only I gave myself a Goal to have finished the first index.php page by tonight which only gives me 1 hour 50 minutes and I’m so almost there it’d be a shame not to do it!
Forum: Themes and Templates
In reply to: 1 Comment | Add Comment (?)Thanks very much Truth, it worked lovely ??
Forum: Themes and Templates
In reply to: Images not showing upOh, I thought they were meant to go here-
https://elmiee.be/Bloggie/wp-content/themes/photography/images/oops =S I’ll change it now!
Forum: Fixing WordPress
In reply to: Fatal error in getting ArchivesAh! Thankyou so much Kafkaesqui, it worked ??
*feels silly* XDForum: Fixing WordPress
In reply to: Fatal error in getting ArchivesThis is the whole sidebar part ~
<div style=”position:absolute; left:535; top:600; width:170″>
<center>
<b>Main</b><br>
<A href=”https://emma.lovelygrace.net/index.php”>Blog<br>
<A href=”https://emma.lovelygrace.net/girl.php”>The Girl<br>
<A href=”https://emma.lovelygrace.net/visitor.php”>Visitor<br>
<A href=”https://emma.lovelygrace.net/contact.php”>Contact<br>
<A href=”https://emma.lovelygrace.net/links.php”>Links<br>
<br><br><b>Joined</b><br>
stuff here<br><br>
<b>Archives</b><br>
<?php wp_get_archives(‘type=monthly&limit=4’); ?>
<br>
<br>
<br><b>Categories</b>
<?php list_cats(FALSE, ‘ ‘, ‘name’); ?>
<br><br><br></center>
</div>