Dezio
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Convert TAG to plain textFound solution:
$metadata .= '<span class="meta-tags">' . wp_strip_all_tags($tags) . '</span><span class="fusion-inline-sep">|</span>';
Forum: Plugins
In reply to: Facebook button (new version)No answer?
Which is better?
<?php the_permalink() ?>
or<?php echo urlencode(get_permalink($post->ID)); ?>
Forum: Fixing WordPress
In reply to: WordPress .htaccess problems with foldersOk I found the solution.
This is the solution for vbulletin 4.2.1Go to
do_not_upload/rewrite/apache2/forum/
upload the .htaccess inside your “forum” or main folder
If you have a subfolder like “/forum/” like me, uncomment this parte of the .htaccess
# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory. RewriteBase /forum/
and add a /forum/ folder
That’s all
Forum: Fixing WordPress
In reply to: WordPress .htaccess problems with foldersNothing to do.. I hate this!
I would try to transfer the vbulletin forum fromdomain.com/forum
to
forum.domain.com
maybe it work..
Forum: Fixing WordPress
In reply to: WordPress .htaccess problems with foldersNot work :/
I try to add:
RewriteCond %{REQUEST_URI} !^/(forum|forum/.*)$ (not work)
and
RewriteCond %{REQUEST_URI} !^/forum (not work)
and
RewriteRule ^/(forum)/(.*) /forum/$2 [R] (not work)
and
ErrorDocument 401 default (not work)
any help? :/
Forum: Fixing WordPress
In reply to: Page navigation problems on author pageI found a solution.
Just set the same post per page under settings/reading and “framework” of the theme ??thank you
Forum: Fixing WordPress
In reply to: Page navigation problems on author pageForum: Fixing WordPress
In reply to: 3.5.1 admin area don't workThank you
Forum: Fixing WordPress
In reply to: 3.5.1 admin area don't workOn /public_html/wp-content there si a file called “default.php” with this code..
[Hacked code deleted – we don’t want that here]That’s normal?
Forum: Hacks
In reply to: Inline print of wp_head();Too complicated ??
Thank youForum: Hacks
In reply to: Inline print of wp_head();All working well, it’s just a point of view. I do all my header inline, and I would know if is possibile to do that with wp, just that ??
Forum: Hacks
In reply to: Inline print of wp_head();Cause I use this way on all website that I dev. Looks a better coding and code pov ??
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Customizing arrayIs there an array to ad a “tag filter”?
I create a page “I love house” and I add a “house” tag.
I create another page “House of rabbits” where I want display related post with a “house” tag. Did you understand?Regards
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Parameters questionThank you ??
Forum: Themes and Templates
In reply to: Removing css file "comments header"They say that I can’t.. But I’ve purchase it and maybe I can do what I want :/