janper
Forum Replies Created
-
Forum: Themes and Templates
In reply to: single.php ignored – WP calls index.php inseatcorrection – some links work, some don’t
Forum: Themes and Templates
In reply to: single.php ignored – WP calls index.php inseatno, this is just wrong! i haven’t touched the site for a couple of days and it doesn’t work again. the same problem
Forum: Themes and Templates
In reply to: single.php ignored – WP calls index.php inseatok,there was something wrong in functions.php. not sure what though, but it works now. thanks!
Forum: Themes and Templates
In reply to: single.php ignored – WP calls index.php inseati see.
this would, however mean a wholly new concept. i might go for that, because it could make some things easier, but for the moment i’d like to know what happened to my single.phpForum: Themes and Templates
In reply to: single.php not being called upon by the templatethe same problem here
Forum: Fixing WordPress
In reply to: Modifying qTranslateis it possible to set language similarly?
thanks!
eventualy i’ve solved it quite radically:
i instelled a fresh copy of wordpress connected to a fresh database and it works well now.Forum: Fixing WordPress
In reply to: Widget where the widget title calls up a page in main column?no, it only makes a link to the page using it’s title. give it a try
Forum: Fixing WordPress
In reply to: Widget where the widget title calls up a page in main column?ok, dd page widget works for me
if you are using qTranslate, replace the line 65 with this code
echo '<a href="' . get_page_link($instance['page_id']) . '">' . qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($instance["title"]) . '</a>';
good luck!
Forum: Fixing WordPress
In reply to: Widget where the widget title calls up a page in main column?i’m looking for somethng like that too. it would be great if it was a widget that works with qTranslate. this seems to be very essential, but it seems it can be only done by hardcoding the sidebar.
any help would be appreciated!i’ve turned off all other plugins and it still doesn’t work :/
it’s actually not an upload probelm. it’s a problemwith inserting the existing gallery into a blog post. i’ve tried it with another installation of wordpress on a different host and it works. couldn’t this be a conflict with the qTranstlate plugin?