ian-ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I show the latest 5 posts in my Slideshow?Sorry to bump but I need some help
Please help
Forum: Fixing WordPress
In reply to: Split page in 2My site is https://www.crystalgamer.com
I didn’t mean the sidebar, I already have one. What I meant was how the home page of https://www.paragamer.com is split into 2 columns: Reviews and Previews.
How am I able to do this?
Forum: Fixing WordPress
In reply to: Post IntroductionWhat should I do?
Forum: Fixing WordPress
In reply to: Post IntroductionSorry to bump but I really need help.
Please help
Many thanksForum: Fixing WordPress
In reply to: Post IntroductionCan anyone help please?
Forum: Fixing WordPress
In reply to: Post IntroductionI don’t seem to have a <?php the_content in my index.php file.
What else should I try?
Forum: Fixing WordPress
In reply to: Post IntroductionI put the <!–more–> code in the text but it hasn’t done anything when I look at it on my homepage.
Do you know what’s wrong?
Forum: Fixing WordPress
In reply to: URGENT HEADING PROBLEM – PLEASE HELPIn that case I will use header.php and footer.php.
My site is using the same theme as https://www.paragamer and I have looked at the page source but it is hard to tell what code I need and exactly where to put it. I am worried to change anything in case I make a mistake.
Secondly, the post above mentions that I have some errors. I have know idea what they are so perhaps someone could tell me what is wrong.
Also I do not know what the loop is or what it does. I am also not sure exactly where to put it in. I have read about it on the wordpress codex but I am still not entirely sure about it.
Finally, I may consider having some paid assisstance. If anyone is interested please email me at [email protected] and I will possibly make a decision then.
Please help
Many thanksForum: Fixing WordPress
In reply to: Secret CategoriesHow can I use this code to move headings anywhere on the page?
Forum: Fixing WordPress
In reply to: Secret CategoriesI had a look but I am still not sure exactly what codes I need to put where.
I know next to nothing about html and I was wondering if anyone can tell me the exact code I need to put the headings (editorials, reviews etc) spread around the home page like it is done on https://www.paragamer.com
Below is a copy of my index.php file. Perhaps you can show me using this what to do?
I very greatly appreciate any help.
Greatest thanks.[moderated code at https://wordpress.pastebin.ca/1363725 ]
Forum: Fixing WordPress
In reply to: URGENT HEADING PROBLEM – PLEASE HELPI will have a try to delete them.
However, does anyone know how to move headings around the page like on https://www.paragamer.com
If so, please can you give me the exact coding I need to create the headings and move them around and tell me which php files to edit. I know nothing about html so maybe you could tell me where to put the coding in.
Below is my index.php file. I would greatly appreciate it if someone could tell me what code I need to add the headings.
I would like it to look like https://www.paragamer.com with the similar headings (e.g editorials,reviews) in the same places.Please help
Greatest thanksHere is my index.php file:
<?php get_header(); ?>
<?php if(!is_paged()) { ?>
<div id=”top” class=”clearfloat”>
<div id=”headline”>
<img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/headline.png” width=”75px” height=”21px” alt=”” />
<?php query_posts(“showposts=1&category_name=Headline”); ?>
<?php while (have_posts()) : the_post(); ?><div class=”title”>” rel=”bookmark”><?php the_title(); ?></div>
<div class=”meta”>[<?php the_time(‘j M Y’) ?> | <?php comments_popup_link(‘No Comment’, ‘One Comment’, ‘% Comments’);?> | <?php if(function_exists(‘the_views’)) { the_views(); } ?>]</div>
<?php $values = get_post_custom_values(“Headline”);?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
<img src=”<?php echo bloginfo(‘template_url’); ?>/scripts/timthumb.php?src=/<?php
$values = get_post_custom_values(“Image”); echo $values[0]; ?>&w=300&h=275&zc=1&q=100″
alt=”<?php the_title(); ?>” class=”left” width=”300px” height=”275px” />
<?php the_excerpt(); ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>Read the full story »
<?php endwhile; ?>
</div><div id=”featured”>
<img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/featured.png” width=”72px” height=”17px” alt=”” />
<?php query_posts(“showposts=4&category_name=Featured”); $i = 1; ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”clearfloat”>
<?php $values = get_post_custom_values(“Image”);
if (isset($values[0])) { ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
<img src=”<?php echo bloginfo(‘template_url’); ?>/scripts/timthumb.php?src=/<?php
$values = get_post_custom_values(“Image”); echo $values[0]; ?>&w=100&h=65&zc=1&q=100″
alt=”<?php the_title(); ?>” class=”left” width=”100px” height=”65px” />
<?php } ?>
<div class=”info”>” rel=”bookmark” class=”title”><?php the_title(); ?>
<div class=”meta”>[<?php the_time(‘j M Y’) ?> | <?php comments_popup_link(‘No Comment’, ‘One Comment’, ‘% Comments’);?> | <?php if(function_exists(‘the_views’)) { the_views(); } ?>]</div></div>
</div><?php endwhile; ?>
</div>
</div>
<div id=”middle” class=”clearfloat”>
<img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/category.png” class=”clearfloat” alt=”” />
<?php $display_categories = array(5,6,7,8,11); $i = 1;
foreach ($display_categories as $category) { ?><div id=”cat-<?php echo $i; ?>” class=”category”>
<?php query_posts(“showposts=1&cat=$category”)?>
<span class=”cat_title”>“><?php single_cat_title(); ?></span>
“><?php echo category_description($category); ?>
</div><?php $i++; ?>
<?php } ?></div>
<?php } ?>
<div id=”bottom” class=”clearfloat”>
<div id=”front-list”>
<?php
$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=-27,-28&paged=$page&posts_per_page=5”); ?><?php while (have_posts()) : the_post(); ?>
<div class=”clearfloat”>
<h3 class=cat_title><?php the_category(‘, ‘); ?> »</h3>
<div class=”title”>” rel=”bookmark”><?php the_title(); ?></div>
<div class=”meta”>[<?php the_time(‘j M Y’) ?> | <?php comments_popup_link(‘No Comment’, ‘One Comment’, ‘% Comments’);?> | <?php if(function_exists(‘the_views’)) { the_views(); } ?>]</div><div class=”spoiler”>
<?php $values = get_post_custom_values(“Image”);
if (isset($values[0])) { ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
<img src=”<?php echo bloginfo(‘template_url’); ?>/scripts/timthumb.php?src=/<?php
$values = get_post_custom_values(“Image”); echo $values[0]; ?>&w=150&h=150&zc=1&q=100″
alt=”<?php the_title(); ?>” class=”left” width=”150px” height=”150px” />
<?php } ?><?php the_excerpt(); ?>
</div></div>
<?php endwhile; ?>
<div class=”navigation”>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
else { ?><div class=”right”><?php next_posts_link(‘Next Page »’) ?></div>
<div class=”left”><?php previous_posts_link(‘« Previous Page’) ?></div>
<?php } ?></div>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: URGENT HEADING PROBLEM – PLEASE HELPSorry to bump but this is really important to me.
Please HelpForum: Fixing WordPress
In reply to: Secret CategoriesThere is 1 more thing which I need urgent help with.
On my site https://www.crystalgamer.com, I would like to make some headings that are spread all around the home page. I am trying to achieve something similar to that on https://www.paragamer.com.
If you look on https://www.paragamer.com, you will see that there are are lots of headings like:
“Editor’s Picks”
“Reviews”
“Previews”
“Interviews”
“Editorials”There is also a “latest news” heading on the sidebar.
I would like to achieve something like this on my site and get rid of the “Headline” and “Browse Categories” headings.
I know very little about coding and I would greatly appreciate it if someone could tell me exactly what code to put in and edit and in which php file.
Please Help
Greatest thanks
Forum: Fixing WordPress
In reply to: Secret CategoriesThank you very much. You wouldn’t believe how much that has helped me.
I have 1 other question.
How can I rearrange the categories into any order I want rather than them being alphabetical?
Once again,
Many thanksForum: Fixing WordPress
In reply to: Secret CategoriesWill this enable me to keep the 5 categories I have on my nav bar there but keep the other category somewhere else?
Go on my site, https://www.crystalgamer.com. You will see 5 categories in the nav bar and I want to create another category called “Previews” but not have it on the nav bar.
Should I follow the instructions in the previous post or is there something else I need to do?