Jesper
Forum Replies Created
-
On 102 I only have name, email and mobile no, in order not to bother people at this stage.
On 104 I have these + 7 other fields, but I wonder if it is copying the fields above to the same fields in 104?For some reason the option profile picture and background pic is added for everyone, but is not set in 102 and 104… Strange, but this is working fine.
Is this a conflict with the WP built in options?
Thanks for helping
JesperForum: Fixing WordPress
In reply to: Displaying many different RSS feeds on a separate page.I wonder why nobody posts here? Just to let you know, that I am trying to do the same thing! Eg. in tables?
JesperForum: Themes and Templates
In reply to: changing header text to a logoHi!
I am familiar with HTML, but not much more 🙂What is the code for the default theme? (I want my logo and some words)
Is it as simple as:
<body>
<div id=”rap”> (what is rap?)
<div id=”header”><img src=”images/header.jpg” width=”enter number of pixels” height=”enter number of pixels” border=”0″ alt=”name of your website”></div>
</div>Where do I add the text?
And do I use normal HTML when formatting my text? Also, concerning where I want the text/logo, is that align=xxx ?Thanx
JesperForum: Plugins
In reply to: static front page with RSS feedsHi Tired
Did it work? I would like to see your site, cause I want to do something similar, displaying several feeds in one page, side by side, so to speak.
Jesper
Forum: Installing WordPress
In reply to: Error at wp-admin/install.phpI did start over again, deleting, uploading the whole thing…
Now it seems that it refuses to create the database. I triple-checked my username, password and wp-config.php, but I get this:[Access denied for user ‘cc2007_jesper’@’%’ to database ‘cc2007_cc1’]
CREATE TABLE wp_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename varchar(200) NOT NULL default ”, category_description longtext NOT NULL, category_parent bigint(20) NOT NULL default ‘0’, category_count bigint(20) NOT NULL default ‘0’, link_count bigint(20) NOT NULL default ‘0’, posts_private tinyint(1) NOT NULL default ‘0’, links_private tinyint(1) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename) )and on and on and on…
Forum: Fixing WordPress
In reply to: Sidebar, WP standard: List only one categoryKafkaesqui, you made my day!
How simple – I was getting lost in php code…
Now it is working, and I even added a line with the feed:
http://www.galilei.dkThanx – and a Merry Christmas to you and everyone.
Jesper
Forum: Fixing WordPress
In reply to: Sidebar, WP standard: List only one categoryThank you, but I do not find it, I am not a developer, just a blog-owner.
Can anyone give me the code – please!Jesper
Forum: Fixing WordPress
In reply to: Different rss feeds on different pagesYes, please – this is NOT resolved. Lets have the bottom line!!!
Forum: Fixing WordPress
In reply to: Seperate RSS feeds for Different CategoriesCypher says: This feature is already built into WP. Go into index.php and find the call to wp_list_cats.
But mine is this: <?php /* Short and sweet */define ‘WP_USE_THEMES’, true); require(‘./wp-blog-header.php’);?>
so it dont make sense to me.
Please “enlighten” me.