tekehe
Forum Replies Created
-
Forum: Localhost Installs
In reply to: PHP-FastCGI and MySQL Nginx Debian 6 Install phpmyadminok!
Forum: Themes and Templates
In reply to: Related Posts,CSShttps://validator.w3.org/check:
Line 1, Column 1: character “.” not allowed in prolog
.related-box {Line 16, Column 1: character “}” not allowed in prolog
}Line 20, Column 3: end of document in prolog
Forum: Themes and Templates
In reply to: Related Posts,CSSCode:https://pastebin.com/3ZX7DDtT
CSS:https://pastebin.com/ywmUC5mPForum: Themes and Templates
In reply to: Related Posts,CSSSorry, I set up a development environment on the local computer.
Forum: Fixing WordPress
In reply to: Unable to modify the WordPress PermalinkMod_rewrite and AllowOverride All is turned on. Please give me solution.Thank you!
Forum: Fixing WordPress
In reply to: Unable to modify the WordPress Permalinkok,
RedirectMatch 301 ^ / (\ d +) $ / (*) The code for errors?
Or need to this form of ?
# Remove year and month the info from permalinks for the blog in the root directory
RewriteRule ^ ([0-9] {4}) / ([0-9] {1,2}) / ([^ /] +) /? $ https://domain.tld/ $ 3 / [R = 301 , L]”.Forum: Fixing WordPress
In reply to: Unable to modify the WordPress PermalinkHow to detect mod_rewrite is working?
Forum: Fixing WordPress
In reply to: Unable to modify the WordPress PermalinkI used the latest wordpress version, I have tried to add in the htaccess file RedirectMatch 301 ^ / (\ d +) $ / (*) Rules.
And I have also the Custom Structure here to add /% postname%.
Forum: Fixing WordPress
In reply to: Unable to modify the WordPress PermalinkWhere there is no solution.
Forum: Themes and Templates
In reply to: I need help: CSS problems – not compatible with IE8 / 9Thank alchymyth!, The reason is the lack of </ a> caused by. Problem has been solved!
Forum: Themes and Templates
In reply to: I need help: CSS problems – not compatible with IE8 / 9code pastebin.com:
https://pastebin.com/n6Hma070Forum: Themes and Templates
In reply to: I need help: CSS problems – not compatible with IE8 / 9[mod: please mark any direct posted code using backticks or the code button – for any code over the forum limit of 10 lines, please use the pastebin]
The main issue is in here: “
<a href =" <? The php the_permalink ()?> "> <Img src =" <? Php the echo catch_that_image ()?> "Width =" 100 "height =" 100 "alt= "" />
If I Delete the
<a href = "<? The php the_permalink ()?>">
,the side part is not compatible with IE8 / 9 above, occurs not display correctly.But obviously I can not put this code removed.The strange thing is, even if I do not do any deletion, the part in Chrome, Firefox, Safari, Opera, the above does not appear similar to IE8 / 9 error.
Forum: Themes and Templates
In reply to: I need help: CSS problems – not compatible with IE8 / 9I have yet to create a site, I set up a local development environment.
I am now making theme.Forum: Fixing WordPress
In reply to: The section how to automatically extract thumbnail??The following piece of code how to modify in order to automatically extract thumbnail?
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?> <img rel="nofollow" src="https://www.website.com/img/files/<? echo strtolower($homethumb); ?>.jpg" width="" height="" alt="" /> <center><b><a>" title="<?php the_title(); ?>"><?php the_title(); ?></a></b></center> <center><?php the_excerpt(); ?></center>