purealtar
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress 2.8 RC breaks post types in More Fields pluginwhen i implement the fix from jazbek… i can no longer do a quick edit. Does anyone else experience this as a side effect? Also does 2.8.1 upgrade fix any of this or cause more grief for the more fields plugin… or any other plugin for that matter?
thanks…Forum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?I’ve installed this plugin in a fresh 2.7 installation and it works fine except when i add a classified ad. I crested a category then tried to create an ad from the front end… i could put in all the data and when i click save i get the error… no posts found. ive triple checked my .htaccess file and everything there looks ok. I am using the permalinks structure /%POSTNAME%/ and that works well with the rest of the site. my .htaccess code looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
#RewriteRule !^(classified|odlinks)/ /index.php [L]
RewriteRule ^classified/([^/\(\)]*)/? /index.php?pagename=classified [QSA,L,R,NS]
</IfModule># END WordPress
any help would be greatlt appreciated. I tries the usual .htaccess code but it does not work either.
thanks in advance.
the url is:
Forum: Plugins
In reply to: [Plugin: ODLinks Manager] Missing Files & Fatal ErrorIve installed this plugin on a new install of 2.7 and all is working except when i go to place a new ad… i input the information and when i go to submit (save) i get a page cannot be found (404). Ive checked and rechecked my .htaccess file and cannot find any errors. I am using a /%POSTNAME%/ as a custom permalinks structure. The rest of my site is fine… https://www.purealtar.com
Please help … thanks in advance.
Forum: Fixing WordPress
In reply to: Adding Comments to Pagesi ended up finding the wp-includes/comment-template.php and
duplicating the comment_template function calling it comment_template2 and pointing it to mey new comment template comment-testimonials.php and that workedForum: Fixing WordPress
In reply to: Adding Comments to Pagesi need to have different comment.php templates…
for example the comments.php says “leave a reply” or something like that…
for posts that is fine, bu i have testimonials page that needs to say…
“give your Testimonial” or something like that>..
i tried to create a second version of the comments.php, calling it comments-testimonials.php and including it in the testimonials page… but no comments show?
any ideas?
thanks