Educarvalho
Forum Replies Created
-
Forum: Hacks
In reply to: How to filter and display comments by different email or nameOk, I see what you mean bcworkz. Thank you for your suggestion.
I’ll look for something in that sense since the plugins author will not help me.Forum: Hacks
In reply to: How to filter and display comments by different email or nameI do not intend to use the plugin. What I was thinking about was to use the standard WP comments hacks etc. I’m sorry if this is not the right forum.
And yes, I’m contacting him right now.Forum: Themes and Templates
In reply to: combining wp-coda with other themesc3mdigital,
it worked very fine to me. micasuh‘s solutions seems pretty fine to, but it’s to much complicated. My opinion.
I’m using the Coda Slider effect in a smaller div as a featured post slider. When I get the entire site done, will come back to leave the link.
Forum: Fixing WordPress
In reply to: All subpages gone blankThere is any chance of this problem have something to do with the upgrade I’ve done? I can’t find any report of bug or something like that.
I`m in trouble. Since I’m using WP as a CMS for site management.
Without subpages, this almost useless.Forum: Fixing WordPress
In reply to: All subpages gone blankI’ve done it just as I said. Create a fresh new .htaccess file, and reseted the permalinks structure at the wp-admin. The system rewrite the file, and I got the same error.
It’s strange. I never saw that before.I don’t know if it helps, but that’s my .htaccess file content:
# BEGIN WordPressOptions +FollowSymLinks
RewriteEngine on
RewriteRule ^donwloads/([^/]+)$ wp-content/plugins/download-monitor/download.php?id=$1 [L]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: All subpages gone blankI’ve renamed the .htaccess file to block it. Then reseted the permalinks to default config (/?=x) and followed the link to the subpages.. The page stills blank.
How do I reset the permalins? Maybe I’m doing something wrong. :/
I’m just settind default, saving, and reverting to custom permalinks configuration (/%category%/%postname%/).
Am I doing it right?
Maybe cleaning the .htaccess file so the wp can rewrite it.
I’ll try it.Forum: Fixing WordPress
In reply to: All subpages gone blankJust for curiosity, I
ve tried to load on test page [ <a href="https://brunoalbuquerque.com/contato/testando/">https://brunoalbuquerque.com/contato/testando/</a> ] just to read the source of it and, guess what? It
s empty!
I hope that could be helpful…And I’m still trying!
Forum: Fixing WordPress
In reply to: All subpages gone blankI’ve tried it, but it doesn’t seems to make any difference, cause the permalinks works for posts. My problem is with pages.
But thank you anyway!Any other suggestion?