koeln
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different header each visitJust the header (top-image)?
And you want a rotating header on each page?
1) So that one user if he visits page 1 gets header x, on second page he gets header z, on thir y…
2) Or that one user always gets the same header?1: Just edit theme and add the different background-images in the css by random. Depends on the theme you are using.
2: difficult, you have to use cookiesForum: Fixing WordPress
In reply to: avoid title edit in published postOups,
replied in wrong topic.
The esiast way is to disable the database-update.
I don’t know the fragment you are using. But there is an error:
<?php if ($_GET[‘action’]==’edit’) ?>
Forum: Installing WordPress
In reply to: Another image aligning problemNooo, the margin is done automatically by the browser (auto)
Forum: Themes and Templates
In reply to: Flickr.com layout without flickrI think it is a copyright issue. I do not think that flickr allows something like that.
Forum: Fixing WordPress
In reply to: Title ErrorsYou do not need the {} if there is just one line of code:
<?php if (is_home()) bloginfo(‘name’); else wp_title(‘ ‘); ?>
Forum: Fixing WordPress
In reply to: Add small gif to sidebarForum: Fixing WordPress
In reply to: Add small gif to sidebarBut you saw a small square?
Forum: Fixing WordPress
In reply to: Add small gif to sidebarForum: Fixing WordPress
In reply to: Add small gif to sidebartry to put it here:
<div id=”right”>
<div class=”subcontainer”>-
<img src=…
Forum: Fixing WordPress
In reply to: Add small gif to sidebaruse src instead of scr
<img alt=”peace” src=”http://ww…
Forum: Fixing WordPress
In reply to: Search not working? For ikea I got
Search results
Your search for “ikea” returned the following matches:
Target and Ikea Black Friday ad scans posted!
12 November, 2006 (10:14) | UpdatesForum: Themes and Templates
In reply to: Google wont analyse my themeGoogle Analytics is called via Javascrpt, which is not implemented on your site.
Perhaps you should insert the GA-Code manually in your theme?Forum: Fixing WordPress
In reply to: 404 Error ProblemI’ll get an 404error on every link of your page?
Forum: Fixing WordPress
In reply to: Displaying subset of wordpress articles on second websiteIf you strictly divide the posts… between these sites, why do not use two installations?
Forum: Themes and Templates
In reply to: Div overflow not working ?You put the content-div into the post-div and you many floatings, do you really need that?