nieuws
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 2.0 serverloadsThanks again for all replies everyone.
I asked Site5 what they thought, according to them the frontpage (WordPress) is causing the problems. The rest of the pages not so mutch. Probably cause the frontpage reads 7 short exerpts, 30 headlines, 37 comment counts and the stats. Exept for the stats all are Customizable Post Listings commands.
Forum: Fixing WordPress
In reply to: WP 2.0 serverloadsThanks David, iam going to check that.
Another question (i keep on asking ?? )
Last week all of a sudden zillions of spambots found my website. They all started to spam comments like crazy. Since the website is in dutch it was pretty easy to setup some wordfilters in the blacklist list in WP. Do you, or anyone else, perhaps know if this causes extra serverload? Perhaps because every comment needs to be scanned on all these words in the list.Forum: Fixing WordPress
In reply to: WP 2.0 serverloadsThanks!
Anyone has other solutions exept caching the page? I just want to do as much as i can.
Perhaps the plugins make any difference. I have the following plugins installed and running:
– Customizable Post Listings by Scott Reilly.
– Link Truncator by Sam Ingle.
– Custom posts per page. Based on code by rboren & brehaut.
– Quote Comment by Viper007Bond.
– User online by Gamerz.
– Force Word Wrapping by Jim Wigginton.
– WordPress Database Backup by Scott Merrill.Customizable Post Listings is the most important plugin iam using.
I also have a couple of plugins installed but not activated. Would it help if i delete them?
For more information about that https://www.coffee2code.com/wp-plugins/
To check my site see https://www.nieuwszicht.com
Forum: Fixing WordPress
In reply to: WP 2.0 serverloadsThank you for the replies. I don’t know where the serverload is comming from. I don’t have an increasement in traffic at all, didn’t install nor change anything.
However when i was reading upon wp i noticed some people saying it’s a very intensive script. Some decline that, but hell, i have to try something ??
David > Is your linked site the one on Site5? May i ask how many unique visitors it has per day? Just to compare the serverload.
Forum: Plugins
In reply to: Quiz PluginIf you can post wp-exam i might try and edit it.
Forum: Installing WordPress
In reply to: Customized pageThink i found it guys
https://codex.www.ads-software.com/Pages#Page_Templates
WordPress rocks ?? so many options.
Forum: Installing WordPress
In reply to: Customized pageBtw it is an option to install another wordpress into a different folder on the server. But that doesn’t really make sens. I would have different feeds, a lot more space another database more users to login, two adminpanels and so on..
Forum: Fixing WordPress
In reply to: Extra field in postAnyone?
Forum: Plugins
In reply to: Quiz PluginWhere did you found wp-exam? Also is somewhere a test version running of that wp-quiz thingy?
Forum: Fixing WordPress
In reply to: Extra field in postI placed this field in edit-form-advanced.php
Ofcoarse it doesn’t do anything cause the information needs to be stored. Does anyone has any idea how to store this information?
<fieldset id="bronvermelding">
<legend>Source<legend>
<div>
<input name="othersources" type="text" size="13" id="othersources" value="" />
</div>
</fieldset>Forum: Fixing WordPress
In reply to: Extra field in postMmhh now it appears in the dropdown list..
Is it also possible to have the field on top 24/7 for example next to the title field?We work with 80 posters and not everyone has access to the key feature (if iam correct). And i can’t set everyone on 9.
Forum: Fixing WordPress
In reply to: Extra field in postThank you,
But where does the field go? When i click “save” nothing happens and i can’t find anything back, not even in the dropdown list.
Forum: Fixing WordPress
In reply to: Extra field in postThank you for your help. However i read that article and it only shows how to create a customfield per post/source. On my blog about 25 articles are written per dag and i want the field in theire all the time. On every new post created. In the field i’ll publish external sources where the reader can see more information.
Forum: Fixing WordPress
In reply to: MetatagsI installed the plugin but nothing seems to happen. I read the instructions clearly but perhaps iam missing something.
This is what i have now
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<title><?php
if(is_home()) {
// bloginfo('tagline');
echo 'My own title tag';
} else {
wp_title(""); echo ' - My site name';
}
?></title>
<META NAME="description" CONTENT="my description">
<META NAME="keywords" CONTENT="my keys">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<meta http-equiv="Content-Type" content="<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php /*comments_popup_script(520, 550);*/ ?>
<?php wp_head(); ?><link href="nieuws.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript" SRC="java.js" type="text/javascript"></script>
<script language="Javascript" type="text/javascript" src="https://www.nieuwszicht.com/sudoku.js"></script>
</head>Forum: Fixing WordPress
In reply to: MetatagsThanks for the hint. But it should be possible without a plugin as well i guess. Using a plugin is not very usefull for us because we write like 25 new articles per day. With the plugins you have to write your own keys for everypage.