Cryo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change permalinks only for single postsThanks!! 🙂
Definitaly will try it.
Also found this:<?php global $current_user; get_currentuserinfo(); if ($current_user->user_level == 10 ) { ?> Admin Stuff (In my case I left this blank) <?php } else { ?> Stuff Seen By Visitors <?php } ?>Forum: Fixing WordPress
In reply to: Change permalinks only for single postsThat would be great.
And how do I do that in wordpress?Forum: Fixing WordPress
In reply to: Different layout depending on search results?So, I have to create two different pages depending on the search?
page 1 – mywordpress.org/?s=apples
page 2 – mywordpress.org/?s=orangesForum: Fixing WordPress
In reply to: multiple blogs sharing users, but how to share comments?Is it possible to show a different content in a post when it’s on mobile or not?
Forum: Fixing WordPress
In reply to: multiple blogs sharing users, but how to share comments?And if you’re trying to make a mobile version not using a plugin, but creating a new website?
I suppose you could check if you’re on mobile or not and change the style.css file accordingly.
But is it also possible to hide posts on the mobile version or add some posts that aren’t on the full version?
Is it also possible to change the content of a post that’s on the mobile?Forum: Fixing WordPress
In reply to: multiple blogs sharing users, but how to share comments?I also would like to know this.
Forum: Fixing WordPress
In reply to: Google 301 sitemap redirect errorHow did you do it?
Forum: Fixing WordPress
In reply to: Border dissapears if lots of commentsbump
Forum: Fixing WordPress
In reply to: Border dissapears if lots of commentsAm I the only one with this problem?
Forum: Fixing WordPress
In reply to: Custom Edit Profile PageI would like to know this too.