martensen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: display sub-page, even if on a sub-sub-pageWell, the closest i found was the breadcrumb plugin.
Forum: Plugins
In reply to: ALL Blank! Everything gone!If not, then i quote myself since you couldn’t find the plugin related bit in your db:
Another way to deactivate the plugin without the need to find that key in your database: Upload the plugin you used before, and point your browser to this adress to deactivate it:
https://denkfabriq.de/wp-admin/plugins.php?action=deactivate&plugin=yigg.php
I am just guessing here though ??
Forum: Plugins
In reply to: ALL Blank! Everything gone!Looks like your back, or?
Forum: Plugins
In reply to: ALL Blank! Everything gone!Hope the “post-mortem” plugin deactivation fixes something in the db. Worth a try if you have a backup.
Forum: Plugins
In reply to: ALL Blank! Everything gone!What i was trying to say: If the correct plugin deactivation is critical, then by just deleting it might have left something somewhere.
Another way to deactivate the plugin without the need to find that key in your database: Upload the plugin you used before, and point your browser to this adress to deactivate it:
https://denkfabriq.de/wp-admin/plugins.php?action=deactivate&plugin=yigg.php
I am just guessing here though ??
Forum: Plugins
In reply to: ALL Blank! Everything gone!Another idea:
Get the latest version of the yigg plugin that should work with your WP version, upload it and check in your db if you can activate it there. If you did that, then deactive it again. Maybe the deactivation is mandatory to remove some hooks it adds when you activate it.
And for more researching, which version did you use anyways? Yigg 1.0 or YIGGer 1.0.1?
Forum: Plugins
In reply to: ALL Blank! Everything gone!Question:
You say that /blog is a different installation. OK. But is /blog hosted somewhere else or do you just tell me that it has nothing to do with your mainpage?
If your only argument is that it has just nothing to do with your mainpage, then we know that your php in general is operating fine.
Forum: Plugins
In reply to: ALL Blank! Everything gone!Did you try phpinfo yet?
Make a new file, call it phpinfo.php and put in of the dirs that are still http accessible, like /blog and put the following in
<?php phpinfo (); ?>
and then point your browser to that file.
Forum: Plugins
In reply to: ALL Blank! Everything gone!Dunno, bet it depends on your host. Have you called them yet and asked them to have a look at it?
Forum: Plugins
In reply to: ALL Blank! Everything gone!Kannst auch noch einloggen unter https://www.denkfabriq.de/blog/wp-login.php
Da ist nur irgend ein Setting zerschossen ??
Forum: Plugins
In reply to: ALL Blank! Everything gone!I still can see your content at https://www.denkfabriq.de/blog/
Hope that helps ??
Forum: Fixing WordPress
In reply to: uploaded images associated to post id: template tag to include it?moshu, it looks like, at the same time i am posting this, that you posted your answer 4 minutes ago. and about 4 minutes ago i found the exact same plugin myself — weird ??
thanks ??
Forum: Fixing WordPress
In reply to: uploaded images associated to post id: template tag to include it?i could, certainly, but the client is probably too stupid or too lazy.
there must be a way to add the image or thumbnail (floating inside of an excerpt) with a template tag. there must be.
Forum: Themes and Templates
In reply to: Get title for Page parentfu**ing great moderation ??
how about fixing it instead of deleting it?
that would certainly help a lil bit more,
or is this just about showing muscles?Forum: Themes and Templates
In reply to: display sub-page, even if on a sub-sub-pageI had another idea.
Instead of using the fixed
title_li=<h2>Fixed title</h2>
i use as headline for the subpage list, i could use something
dynamic that displays the parents title.I mean like this:
wp_list_pages("title_li=__TITLE_OF_PARENT_PAGE__&child_of=".$post->post_parent."&echo=0")
Is that possible somehow?