pledgerar
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Drafts showing up in search results– Author of the post
– All logged-in users
– Some logged-in users
– Non-usersall see the post. I ran a test with members of my community and they were all able to see it
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Drafts showing up in search resultsYes, I use paidmemberships pro @msaari
This is not resolved. Why is this marked as resolved???
Forum: Plugins
In reply to: [Post Category Image With Grid and Slider] All Category posts not showing upCorrection: It seems like 3 posts are missing beneath each category. For instance, if a category has 10 posts assigned to it, only 7 would show up on the category page.
Forum: Themes and Templates
In reply to: Logo Between Menu Items in NavNo help?
Forum: Fixing WordPress
In reply to: redirect errors!Thanks for the quick response. I used the redirect in cpanel. I set up a permanent 301 (not wildcard). Here is what is in my cPanel…
RewriteOptions inherit
# 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
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ “http\:\/\/newdomainname\.com\/” [R=301,L]