vogelap
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't add self-hosted blogs to Android appBe sure you SAVE your changes to your (WordPress admin panel on your site)->Users->Your Profile and checking “Enable App password”.
I just tried it and it (finally!) worked for me.
Forum: Fixing WordPress
In reply to: no pagination in adminAnswering my own question… Lester Chan has released WP-Sticky, which is based on Adhesive and works with the current WordPress.
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?Answering my own question… Lester Chan has released WP-Sticky, which is based on Adhesive and works with the current WordPress.
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?@otto42: Thanks for the replies, and for the information that silence in a thread doesn’t necessarily mean that it is being ignored. (Just for the record, if a thread WAS being ignored, how would one know?)
@ericdunlap: THANK YOU! Removing Adhesive FIXED the issue for me.
Now, one more question… Is there a version of Adhesive that doesn’t cause this problem, or can anyone recommend a replacement for Adhesive?
Forum: Fixing WordPress
In reply to: no pagination in adminDaggone it! That worked!
Now, another question… Does anyone know of a replacement for Adhesive?!
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?<sigh>
Why isn’t anyone helping me?
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?*bump*
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?Anyone? Anyone?!
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?What suggestions about where to look can the experts on this site offer? I’m happy to poke around in code and provide samples, etc. I’d really like to get this issue diagnosed and fixed!
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?Otto42:
Thank you for your reply. I appreciate it.
Line 1 of loop.php (completely bone-stock Tarski theme 2.0.5) contains:
<?php if(!is_home() && !get_tarski_option('use_pages')) { $posts = query_posts($query_string . '&nopaging=1'); } ?>
Is that part of the issue? (I am no coder, so am not sure how to proceed.)
Forum: Fixing WordPress
In reply to: Showing only a summary of blog on main pageWhoops… I must have replied in the incorrect thread, and I apologize for that. My issue (which is still unresolved) is at https://www.ads-software.com/support/topic/155152
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?Does my reply make sense? I am still stumped…
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?A perfectly reasonable question that I should have answered in my orignal post…
I do have those entries (and the whole kitchen sink) in my theme’s index.php file:
<?php include(TEMPLATEPATH.'/loop.php'); ?> <?php wp_pagebar(); ?> <?php previous_posts_link(); ?> <?php next_posts_link(); ?> <?php posts_nav_link(); ?> <?php tarski_posts_nav_link(); ?>
Forum: Fixing WordPress
In reply to: No pagination on 2.3.2?Thanks for the reply, Moshu… I don’t think I was clear enough in my original message.
If you visit https://www.drewvogel.com/page/2?s=recipe , see the “? Previous results § More results ?” at the bottom of the page.
Something similar used to appear at the bottom of the front page (and, in fact, EVERY page where appropriate) of my site — https://www.drewvogel.com . It doesn’t anymore since upgrading to 2.3.2.
Forum: Fixing WordPress
In reply to: Showing only a summary of blog on main pageThanks for your reply and the link, but I don’t believe that is the information I’m looking for.
I used to have (in pre-2.3.2 versions) page numbers at the bottom of my index pages. It is no longer there in 2.3.2 on my front page, though it appears at the bottom of search results pages (see “? Previous results § More results ?” at the bottom of https://www.drewvogel.com/page/2?s=recipe, for example).
I’d like my users to be able to visit the front page (https://www.drewvogel.com) and view previous results to page backward in time on my site…