knottulf
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Search in multisiteThanks!
I don’t really like to install deprecated plugins on sites I install for my customers. This one is only compatible up to 3.3.2.Apart from that, is the approach used by this plugin really smart and effective?
Forum: Networking WordPress
In reply to: rerouting subdomains without cpanelThx
Ok, I’ll try that.Seems like the solution with several installs in directories works. Only have to add
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
into .htaccess of each of the “folder instalations”.
AND of course check that there is no existing /folder/ permalink in the root installation.Forum: Localhost Installs
In reply to: localhost/folder/localhost/folder/ redirect issueSorry, I should have known you also need the “https://” part of the url, even on localhost.
Never mind.ok. Shame on me.
Thought I checked that wp_footer(); was in the footer, which it turned out I had not checked.
With it, no problem.Forum: Plugins
In reply to: [WP Photo Album Plus] Displaying [WPAA Photo display]the wp_head(); -line did the trick for me!
Thank you opajaap!Forum: Fixing WordPress
In reply to: Trouble with next_posts_link() on page of postsHEY, thats it!!
The whole problem was only the extra quote signs in the $query_string assigment ??So easy, yet so difficult. Thanx very much to all of you for helping me out on this!
Forum: Fixing WordPress
In reply to: Trouble with next_posts_link() on page of postsIt is not my regular posts listing, but rather a page set up specifically for listing most of the posts from several categories in various ways, with a separate template. These posts are also shown using the ordinary posts templates.
I could easily believe that I approach this task from a difficult angle, and that I’m building code that maybe wasn’t meant for this use. But I would also very much like to be able to set up templates for queries and listings for various uses.Forum: Fixing WordPress
In reply to: Trouble with next_posts_link() on page of postsThank you Mark
So now I understand, and learnt some php at the same time!
I checked your last addition, and the value paged is received correctly, and so is the assignment of the variable. So the counting of the logical total number of pages is also correct. However, still this still does not affect which posts are shown, which are the posts belonging to the first page–on all the pages.Sorry I don’t get this right, seems kind of silly ??
Forum: Fixing WordPress
In reply to: Trouble with next_posts_link() on page of postsThank you! But this doesn’t seem to make any difference.
Could you please explain the expression?