aficionado
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Permalinks and search enginesBeautiful, i guess the short answer is that permalinks are pretty important..
Thanks for your help ??
Forum: Fixing WordPress
In reply to: How to make this HTML code disappear ?Noone ? ??
Forum: Fixing WordPress
In reply to: How to make this HTML code disappear ?No suggestions on this one ?
Forum: Fixing WordPress
In reply to: How to make this HTML code disappear ?OK i might have figured something out here…
It seems that the ‘on-mouse-over’ is only displaying info the wrong way, when my plug-in ‘WP Category Posts’ is displaying the page. (it is displaying the content of the selected category)
E.g. when pressing the link ‘Emner’-‘Nyheder’ the following code is generating the list of the content in the ‘nyheder’ category:
https://pastebin.com/432171I have used the same basic code on all the ‘Categories’ – so maybe the error lies here ?
Please help me… ??
Forum: Fixing WordPress
In reply to: How to make this HTML code disappear ?I have changed the names ‘categories’ to ‘Emner’ + ‘Archives’ to ‘Arkiv’ – etc. in the sidebar.php.
My sidebar.php looks like this:
https://pastebin.com/432149Unfortunately i am not a wizzard in php, nor HTML, and i cannot figure out what is wrong. It seems strange that the front page is fine, but the other pages are not ? (AND that the problem only occurs on the ‘categories/Emner’ pages ?
I have tried creating a ‘test’ categori, but it is also displayed incorrectly as the other categories are.
The categories are created in the admin pages – Under ‘Manage’ – ‘categories’ – ‘add new’ – so it should be created correctly – it is just not displayed correctly.Hope you guys can help me out here, because this is way over my head ??
Forum: Fixing WordPress
In reply to: How to make this HTML code disappear ?I’m sorry, but i’m completely newbie on this.. so i have no idea as to how this error has occured.
Can i post the code from a file, so that you might better be able to help me ? – and if so, what files do you need to see ?Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarpretty please ? :-))
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarpleeeeeze ??
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarCan anyone lead me any further ?
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarMy sidebar.php looks like this:
https://pastebin.com/405274There doesn’t seem to be any lines looking like:
—
<?php add_filter(‘category_description’, ‘wpautop’); ?>
<?php add_filter(‘category_description’, ‘wptexturize’); ?>
—
in there… ??
I don’t even know that wpautop and wptexturize is… so i’m afraid i am completely at your mercy in solving this…Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarNoone ? ??
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarCan anyone point me to the right direction ?
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarEvita indicated that the problem could lie in my category template, and when editing my site through WordPress, i have a page called ‘Category Template’ – and this is the file i posted here, hoping it would make it easier to help me out. It might be the wrong file i’ve pasted, if it is, i’m sorry, but then i’m not sure what my category template file is ?
Ps. sorry for posting code incorrectly, i’ll try to be more correct next time.
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarI’m sorry, but i’m completely lost on this one… My category template looks like this:
—
<?phpinclude_once(‘gravatar.php’);
get_header();
?><?php if ( is_category() ) : ?>
<h3 id=”category-name-header”>
<?php echo $cache_categories[$cat]->cat_name ?></h3>
<?php add_filter(‘category_description’, ‘wpautop’); ?>
<?php add_filter(‘category_description’, ‘wptexturize’); ?>
<div id=”category-description”>
<?php echo category_description(); ?>
</div>
<?php endif; ?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post”>
<h5 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark”><?php the_title(); ?></h5><div class=”storycontent”>
</div><!–
<?php trackback_rdf(); ?>
–></div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?><?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
<?php get_footer(); ?>
—
Where should i make a change, and what should i change it to ?Thanks for trying to help me out, i really appreciate it.
Forum: Fixing WordPress
In reply to: Strange behavior on categoris.php sidebarNo ideas ? ??