SCO7TY
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: recent posts in static home pageI can provide my blog template php
Can you help from here? I still cant get them to show
Forum: Fixing WordPress
In reply to: recent posts in static home pageThanks again for your help. I’ve already posted in the elegant themes forum and had no response, i generally get better help from here.
is this what the markup and template tags look like?
<div class="postcontent"> <?php $width = (int) get_option('polished_thumbnail_width_pages'); $height = (int) get_option('polished_thumbnail_height_pages'); $classtext = 'post_img'; $titletext = get_the_title(); $thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext); $thumb = $thumbnail["thumb"]; ?> <?php if($thumb <> '' && get_option('polished_page_thumbnails') == 'on') { ?> <?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext , $width, $height, $classtext); ?> <?php }; ?> <?php the_content(); ?> <?php wp_link_pages(array('before' => '<p><strong>'.esc_html__('Pages','Polished').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
Forum: Fixing WordPress
In reply to: recent posts in static home pageI’m using elegant themes Polished.
I’m sorry but i’m not sure what you mean by what markup my themes uses? Still learning a lot.
I’m sure i could find out though if you can tell me how?
Thanks for your help..
Forum: Fixing WordPress
In reply to: recent posts in static home pageJust 5
Forum: Fixing WordPress
In reply to: recent posts in static home pageYes, read through a couple of times but i cant get my head around it.
I found the following in a post from someone trying to achieve something similar to me –
<?php $my_query = "showposts=3"; $my_query = new WP_Query($my_query); ?> <?php if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post(); ?> <!-- standard tags to display blog post information like the_title() here --> <?php endwhile; // end of one post ?> <?php endif; //end of loop ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <!-- standard tags to display the static page information like the_title() here --> <?php endwhile; endif; ?>
I’m not sure where this needs to be placed in my template though, and if anything needs changing?
Forum: Fixing WordPress
In reply to: Template settingsI’ve contact them a few times, going back even months with no helpful info.
And couldnt get much help on their forums either. I was hoping to get some help here.
Forum: Fixing WordPress
In reply to: Can't view my website 404 errori have done, he’s not sure why this is happening, nothing has changed.
Forum: Fixing WordPress
In reply to: Can't view my website 404 errorThanks for testing but i know that it loads.
The problem i’m having is that i cant access the site in work, I just get a 404 error. I access it quite often in work, so i could really do with sorting this problem out.
Forum: Fixing WordPress
In reply to: Can't view my website 404 errorThanks for your reply.
Nope, i get the same error message when trying to access the dashboard.
I’m sorry but what do you mean by accessing through a proxy which is not refreshed or rebuilt?
I have cleared my browser cache and cookies with no success…
Forum: Fixing WordPress
In reply to: Can't view my website 404 errorSorry, cant believe i wrote all that and forgot to provide the URL!
Forum: Fixing WordPress
In reply to: HTTP Error 500.0 – Internal Server ErrorI’m going to change host anyway, i was just thinking of CDN also to speed the loading up a bit
Forum: Fixing WordPress
In reply to: HTTP Error 500.0 – Internal Server ErrorYe ive noticed maxcdn is popular, but i dont really want to pay for a year in case it doesn’t work out for me, probably go with Rackspace
Forum: Fixing WordPress
In reply to: HTTP Error 500.0 – Internal Server ErrorI get a bit of inorganic traffic via social media but i dont use PPC or anything.
I’ve had a look at Cloudflare, which is an option.
Have you heard much about Rackspace? It’s only 7p/GB and seem to be quite a bit company
Forum: Fixing WordPress
In reply to: HTTP Error 500.0 – Internal Server ErrorHow beneficial would a CDN be for my website? I dont have loads of content media wise, but would storing my theme files etc make a great difference to loading speed?
Forum: Fixing WordPress
In reply to: HTTP Error 500.0 – Internal Server Errorthanks for your reply, i thought that might be the case.
I’m going to look in to transferring it this week.