fabian.schmid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The same theme looks quite different in two blogswell thank you, but i have over a hundred errors and quite a lot warnings as well on the blog, on which the theme runs properly. i think (most of) the errors are caused by the entries, because the blog which contains 35 posts has much more.
and also if the errors are caused by the theme – they should be on both blogs, shouldn’t they!? they use the same theme and are located on the same server…Forum: Fixing WordPress
In reply to: Lightbox doesn’t work anymoreI downloaded a new version of Lightbox 2 and it works very properly. Besides there is a little admin settings part.
Forum: Fixing WordPress
In reply to: wp_list_cats with count (optioncount) within the linkWow, I didn’t expect an answer to this thread anymore. Thank you a lot! It now works very properly for my blog as well:)
Forum: Fixing WordPress
In reply to: How to add a Rss feed to my blogYes I read it too like this, but in my blog it doesn’t work.
And I could cut them out – and my theme is “compatible” with feeds… -.-Forum: Fixing WordPress
In reply to: How to add a Rss feed to my blogIt also doesn’t work with http://example.com/feed, unfortunately…
And the icon cannot be hovered, since there is no icon in my blog – I suppose, that this won’t be displayed until I enter a functionable and correct URL in the RSS widget settings.Forum: Fixing WordPress
In reply to: How to add a Rss feed to my blogOkay thanks!! But how can I now find out a functionable rss url?
http://example.com/wp-rss2.php (replaced with my domain) doesn’t work…Forum: Plugins
In reply to: Import from BackUpWordPress Plugin’s backup filesThanks for help!
Forum: Plugins
In reply to: Import from BackUpWordPress Plugin’s backup filescss, php, and a lot of not portrayable signs
Forum: Plugins
In reply to: Import from BackUpWordPress Plugin’s backup filesBut what type of file is this backup-file? I’ve tried to put .zip or .rar endings, but the file couldn’t be opened.
Forum: Fixing WordPress
In reply to: How can I edit the search widget?No I just disabled the widget some minutes ago-.-
I already specified theselect– and theinputtags in the CSS, but it seems, the search widget is between<ul><li>and</li></ul>or similar…
Is there any class, which is used for the search?
ThanksForum: Fixing WordPress
In reply to: How can I edit the search widget?Link
ThanksForum: Themes and Templates
In reply to: Function to distinguish pages and postsOh how dumd I am! I’ve put
the_meta();in sinlge.php and page.php with the built in theme editor and in index.php.
I’m sorry for your effort…Forum: Installing WordPress
In reply to: htaccess file disappears and steals the rightshttp://www.youtut.ch/schmid/wordpress was the link, but I deleted the WordPress installation. If I upload it again, I think, it will run for some minutes or hours and break anytime…
Forum: Themes and Templates
In reply to: Function to distinguish pages and postsThe custom fields are displayed on every post and on every page too, but since they’re empty in the page-pages, there are only the bullets (because it’s structured with
ulandli…
And thanks for the hint I’m gonna test it when I’m at home…Forum: Themes and Templates
In reply to: Function to distinguish pages and postsI thougt it was this function firstly, but I tried it and it didn’t work
<?php if(!is_page()){ the_meta(); } ?>Can you help me?