francefan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Traceback URI; best way to removeThank you for the excellent response.
I found a comments.php file in folder wp-content/themes/classic. Is this the only file I need to change?
Within this file I see a number of references to trackback. As I’m not a programmer, I don’t know exactly how to change this code:
<cite><?php comment_type(__(‘Comment’), __(‘Trackback’), __(‘Pingback’)); ?> <?php _e(‘by’); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ “><?php comment_time() ?></cite> <?php edit_comment_link(__(“Edit This”), ‘ |’); ?>
Forum: Fixing WordPress
In reply to: Reducing SPAM. How to prevent comments with linksOpps… that should have been
https://www.france-property-and-information.com/french-property-blog/
Forum: Fixing WordPress
In reply to: Reducing SPAM. How to prevent comments with linksPodz
My wordpress is at the following address:
https://france-property-and-information.com/french-property-blog/I’ll put that in backticks as well:
https://france-property-and-information.com/french-property-blog/
===========================================
vkarylI’ve already set it to 0. However, this means it goes into a moderation queue and I have to go in each day and clear out the spam. What I would like (if it is possible) is that comments with links are rejected automatically.
Regards,
DougForum: Fixing WordPress
In reply to: Pages: Title visible but not contentMoshu
Thanks very much. Absolutely right, I needed to do a chmod. I deleted the pages, did a chmod, and recreated them. Worked great.
Doug
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeIf I tried to do this through javascript, what would the javascript be?
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeWell, I could now post the code. However, just seen my problem (one quote too many). The earlier code suggestion works great.
Only thing, instead of opening up a window or expanding the picture, it replaces the current page by a page just showing the picture. To get back to the original thread, the user has to click back on their browser. Is there a way to resolve this?
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeGood tip. Here I try again:
<a href="'https://france-property-and-information.com/french-property-blog/wp-content/images/FrenchPropertyStables1.jpg"><img src='https://france-property-and-information.com/french-property-blog/wp-content/images/thumb-FrenchPropertyStables1.jpg' alt='Stable Floor-1' /></a>
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeWell, I can’t seem to cut and paste all the code, half of it is being deleted every time I try. I wish I could edit/delete the above posts. Really embarassing. I’ll try one more time, if that doesn’t work perhaps someone can tell me how to paste some code into this post.
“<img src=’https://france-property-and-information.com/french-property-blog/wp-content/images/thumb-FrenchPropertyStables1.jpg’ alt=’Stable Floor-1′ />”
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeNo, that didn’t work either. Try yet again
‘<img src=’https://france-property-and-information.com/french-property-blog/wp-content/images/thumb-FrenchPropertyStables1.jpg’ alt=’Stable Floor-1′ />‘
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeOps, for some reason only some of the code appeared. I’ll try posting again using backticks (please ignore the backticks)
‘<img src=’https://france-property-and-information.com/french-property-blog/wp-content/images/thumb-FrenchPropertyStables1.jpg’ alt=’Stable Floor-1′ />‘
Forum: Fixing WordPress
In reply to: Click on thumbnail to enlargeI tried this, but not sure if I got it right. The thumbnail appears, but when I click on it, I get the error message “404 The requested document was not found on this server”.
Could you look at the following and let me know if I’ve got the format right?
<img src=’https://france-property-and-information.com/french-property-blog/wp-content/images/thumb-FrenchPropertyStables1.jpg’ alt=’Stable Floor-1′ />
Forum: Fixing WordPress
In reply to: RSS configuration. WordPress ‘pages’.Forum: Installing WordPress
In reply to: permalinks and .htaccessI too am having the same problems. This seems to be a very widespread problem. Has there been any solution to date?
Forum: Fixing WordPress
In reply to: Cannot add categoriesThanks Oriecat. That was my problem. My categories are now appearing.