martino180
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 5.9.1 Admin Inaccessible?So I did end up fixing this. All I did was re-upload the updated Zugan template manually via FTP and it fixed the issue.
Forum: Fixing WordPress
In reply to: HTTP Error – This is getting ridiculousThank you both for the replys.
I just took a look at the file and it’s set at
64M
. I’ve also created that phpinfo file and theupload_max_filesize
said20M
So I’m still not sure what my issue here is.
Do picuture dimensions have anything to do with the HTTP Error as well? The photo I’m trying to upload is 1.8MB @ 3065?×?2163. It’s a full resolution photo. Now obviously I can go and edit it to be smaller however I have editors who are not so capable which in term I’d prefer it to be “uploadable” thus making it easy for my editors to play around with it in the post.
Forum: Themes and Templates
In reply to: Show multiple post on front page – not workingWow, I just totally figured it out by accident.
I added
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('showposts=3&paged='.$paged); ?>
just before
<?php while (have_posts()) : the_post(); ?>
In the index.php
Forum: Themes and Templates
In reply to: Show multiple post on front page – not workingI’ve tried but haven’t gotten a response from them.
I have the WordPress Reading setting set to 5 for max posts but it just stops at 1…the most recent post.
Forum: Themes and Templates
In reply to: Multiple Posts Per pageWhere did you add that code???
I’m having the exact same issue with my theme.
Forum: Themes and Templates
In reply to: Show multiple post on front page – not workingAnyone??
Forum: Themes and Templates
In reply to: Remove sidebar DIFFERENT issueI’m going to download Coda right now. I don’t mind using DW but I love just a simple RAW editing program like Notepad for windows.
Forum: Themes and Templates
In reply to: Remove sidebar DIFFERENT issueWOW! Great observation pboosten. That was EXACTLY it!
Thanks a bunch! Definatly was starting to get annoyed with the issue haha!
Forum: Themes and Templates
In reply to: Remove sidebar DIFFERENT issueActually that might make sense. I was using Text Edit on my mac when I uploaded the file and just changed the extension to .php after I had saved it.
I will try throwing it in dreamweaver and SAVING it as a .php instead.