martinperreault
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can a post contain modified version to be published at later date?^^^bump^^
anyone knows how I could pull this off?
Forum: Fixing WordPress
In reply to: Can a post contain modified version to be published at later date?Thanks Otto!
Do yu know of a plugin that could make this work?
Forum: Fixing WordPress
In reply to: How to easilly link to your own blog poststhanks for the reply and suggestion.
I figured I could do it manually. I am using permalinks, and so far I go to the corresponding post I want to link to and I write it like
link text.But what if I was to edit the permalink at a later date, then the link would be broken. So I was wondering if there is a plugin that we would use so that you can actually link to the core of the post (number of category, number of post) and the plugin would convert said link to the correct actual permalink. I don’t know if I express myself correctly or if this makes sense.
Forum: Fixing WordPress
In reply to: How to easilly link to your own blog postsANyone?
Forum: Fixing WordPress
In reply to: How to display linkable tags in each post?Resolved.
I looked into the default template’s index.php and found this code:
<?php the_tags(‘Tags: ‘, ‘, ‘, ‘
‘); ?>Forum: Fixing WordPress
In reply to: How to display linkable tags in each post?The more I think about this, the more I wonder if this is not a function already in WordPress. Is there a code to be added in my theme index.pgp? Take this forum for instance: we see tags at the end of each post and they are clickable and we can view other posts with similar tags.
Does anyone know how to do that for my blog posts?
Forum: Plugins
In reply to: Looking to display custom text with url at end of each post (siganture like)I finally added it manually in the index.php file from my theme. I would have preferd a plugin, but couldn’t find one.
I found the fix. Feedburner offers a Troubleshooting section with tools to analyze your feed. The tool shows the lcoation of the problem in the feed. It showed me where there was an invalid character in one of my posts. I was then able to fix it.
Forum: Fixing WordPress
In reply to: How do I set automatic links for specific words?I fixed the Visual Tab problem. It was not related to the ALINKS plugin, but it was related to the EASY TAGS plugin which seems to create a conflict. De-activating that plugin solves the Visual Tab problem.
Forum: Fixing WordPress
In reply to: Post Editor : Visual tab not working anymore and…Never mind. I found another thread where someone had a similar problem and the fix was to clear the browser cache, and force a reload of the page. All is ok now.
NOTE 2: actually, the bug came back. It seems the following plugin causes problem: SIMPLE TAGS. When I activate it, the VISUAL TAB does not work anymore, and de-activating the plugin brings the feature back.
Forum: Fixing WordPress
In reply to: How do I set automatic links for specific words?An update: I tried ALINKS from https://www.headzoo.com/alinks and I encountered Memory Errors during install. I tried to add more memory to the plugin.php file by adding this code in the file wp-admin:/includes/plugin.php :
ini_set(“memory_limit”,”25M”);This has worked in the past when installing plugins that required more memory. But this time, it simply would not work and I couldn’t reload the plugins page until I would delete the ALINKS plugin folder.
Since then I am experiencing problems with the text editor : the VISUAL TAB does not work anymore when I click on it. I only see the code of texts I write…
Forum: Fixing WordPress
In reply to: How do I set automatic links for specific words?Thank you! That looks exactly like what I am looking for. I saw the few last comments mentioning some bugs. Hopefully the current downloadable version fixed them. I’ll try it and see.