phalancs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display posts from one category on one pageDoesn’t work for me, gives me a blank page instead. Hmm.
Forum: Themes and Templates
In reply to: How to show only one categories posts on page?Having the same problem here but you won’t share your insight with us??
Hmm
Blog is this: https://www.lolr.de
Same problem here. I had to force a refresh to get those blank sites visible. I think I must switch too ?? Site is here: https://www.lolr.de
Same problem here. Was wondering all the time where my views are gone :O
Forum: Fixing WordPress
In reply to: Move all Trashed Posts to Draft Status? (MySql or sth?)Phew, we both made the same error, of cause its:
UPDATE wp_posts SET post_status = ‘draft’ WHERE post_status = ‘trash’;
Forum: Fixing WordPress
In reply to: Move all Trashed Posts to Draft Status? (MySql or sth?)Thanx both you and me ??
Forum: Fixing WordPress
In reply to: Move all Trashed Posts to Draft Status? (MySql or sth?)Easy, you can use this command. Simply add your Dateabasename.
UPDATE ‘DATABASE’.’wp_posts’ SET ‘post_status’ = ‘publish’ WHERE ‘wp_posts’.’post_status’ = ‘trash’;
Forum: Plugins
In reply to: [Broken Link Checker] [Plugin: Broken Link Checker] Youtube check linksSame Problem here.
Yaa – Metacafe does not work on ipad as well at all!
Forum: Plugins
In reply to: Cache Images plugin does not workIt works, but the function is hidden under “tools” – “remote images”, dunno why. But not finding options and settings pages is soooooo damn annoying. I wish every plugin had a “to the settings” link in the plugins listing….
This is a major (and almost the only) flaw in wordpress.
Forum: Fixing WordPress
In reply to: Show Posts only from one CategoryThis is the Blog I am talking about https://bit.ly/czDRu2
Check the “music”, “videos” or “websites” tabs tabs in the menu. If you click on them they wont turn black like “images” for instance, cause they just redirect.
Forum: Fixing WordPress
In reply to: Show Posts only from one CategoryThanx, this “kind of” works. But…
It only redirects to the certain content, but then the menuitem is not set to “active” since the page does not contain anything itself.
What i am looking for is something like a code snippet to create a loop just with the posts from a given category. I have that php execution thingy already installed.
Any other ideas? Thanx ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How do I modify “related images” size?thanx that helped!!