dva10
Forum Replies Created
-
Forum: Plugins
In reply to: Exclude categories from the Loop?https://wordpress.pastebin.ca/1451285
This is the category.php file. There is some text in my native language tho, sorry for that.
Forum: Plugins
In reply to: Exclude categories from the Loop?Thank you for your reply, stvwlf.
The thing is – I made several if(is_category) loops in my category.php file. Well, see for yourself:
<?php if ( is_category(1) ) : ?> <div id="contentLeftCategory"> <h1>Category 1</h1> <?php query_posts('cat=1'); ?> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <span class="contentLeftPostMeta"><?php the_time('j. F, Y.') ?> | <?php the_category(', ') ?> | <?php comments_popup_link('No comments', '1 comment', '% comments'); ?> </span> </div><?php endwhile; ?> <?php next_posts_link('? Older') ?> <?php previous_posts_link('Newer ?') ?> <?php else: ?> <h3>Content not available</h3> <p>The content you are looking for is currently not available</p> <?php get_search_form(); ?> <?php endif; ?> <?php endif; ?>
There are about six of these loops. And yes, my knowledge of PHP is limited. ??
I want to avoid the category-id files. So, what I need is a function that displays the default loop if I’m not on one of these categories (11, 16, 21, 12). But, if I do browse one of these categories the loop is disabled.
Forum: Fixing WordPress
In reply to: Trouble installing WordPressOk, it seems my PC was the problem. Reuploaded everything on another machine and it works. Thank you whhoami.
Forum: Fixing WordPress
In reply to: Trouble installing WordPressI am using Cute FTP and reuploaded the whole installation several times – still nothing (the error number changed, though).
Should I use FileZilla or something else?
Forum: Installing WordPress
In reply to: Error, can’t install wordpressDunno what I did but it works.
Thanks musnake.
Forum: Installing WordPress
In reply to: Error, can’t install wordpressPlease help, I am becoming desperate.
Forum: Fixing WordPress
In reply to: Text formattingIt’s Opera.
Here’s the explanation:
https://www.ads-software.com/support/topic/153658?replies=8Opera is removing br tags if I switch between code and visual (in this case, English, German or any other language).
Forum: Fixing WordPress
In reply to: Text formattingI’d like to know if there’s a good alternative to qTranslate.
Forum: Fixing WordPress
In reply to: Text formattingI’ve sent an email to Qian Qin but no reply yet.
Forum: Fixing WordPress
In reply to: Text formattingMy apologies. Here’s the link to the page that has been formatted wrong:
https://www.degra.hr/degra-graditeljstvo/kontakt-gdje-smo/The bottom line is what it should look like.
Forum: Fixing WordPress
In reply to: Text formattingPlease, It’s really important to me. I need to solve this.
Forum: Fixing WordPress
In reply to: Text formattingqTranslate seems to be the problem. His WYSIWYG editor enhancement adds extra <p> tags and line breaks. Any solution to that? Or an alternative multilanguage platform that’s easy to use?