FF0077
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dyad] Read More button appears randomlyHey there, thanks a lot for your time.
Editing the one file I touched, may or may not be the issue.
I do not have access to the server, I would have done that if possible.
Installing a fresh copy would erase a lot of work done as well.
At this moment, for the “client” to loose information or configuration is a no no.
Did you check the page? Can you have a look at it please?
Thanks a lot.
Forum: Themes and Templates
In reply to: [Kale] Limit the amount of posts displayed on the homeThese are the solutions I needed, sometimes they’re obvious but I was so immersed in the theme that I forgot about the Settings page!!! You pulled me out of the box.
The css code worked just fine again, thanks a lot.
Once I finish this site I will probably purchase the theme, the 3 column post layout seems to be a feature there according to what I read in the forum. When I’m done tweaking, and I know this is the right choice I will most likely buy it.
Have a great day/evening. Your help is much appreciated as always.
Paulo.
- This reply was modified 7 years, 10 months ago by FF0077.
Forum: Themes and Templates
In reply to: Arthemia Category Problemsthanks, im trying to fix this with the version yu’re talking about. though i do not see this Arthemia Control Panel close to the editor
we’ll seeForum: Themes and Templates
In reply to: Arthemia Category ProblemsCoda, that’s what I use.
Forum: Themes and Templates
In reply to: Arthemia Category ProblemsArthemia Premium 1.0 by Michael Jubel Hutagalung or at least that’s what it says.
Thank you.Forum: Themes and Templates
In reply to: Arthemia Category ProblemsI have a problem with mine NOT LINKUNG to the categories themselves. I can never find this code:
<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,23,1); $i = 1;
foreach ($display_categories as $category) { ?>in my index.php file or elsewhere. the most i get is:
———————————————————–start
<div id=”container”>
<?php get_header(); ?>
<div id=”posts”>
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”date”>
<?php the_time(‘F j, Y’); ?>
<?php edit_post_link(‘Edit’, ‘ | ‘, ”); ?>
</div>
<div class=”tags”>
<?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?>
</div>
<div class=”entry”>
<?php the_content(); ?>
<div class=”commentbubble”>
<?php comments_popup_link(‘0′,’1′,’%’) ?>
</div>
<p class=”postmetadata”>
<?php _e(‘Filed under:’); ?>
<?php the_category(‘, ‘) ?> <?php _e(‘by’); ?> <?php the_author(); ?>
</p>
</div>
</div>
————————————————-end
andm I am pretty lost, I just need to change ID numbers and that’s it.