cjmling
Forum Replies Created
-
Its Thai language
It seems like because of \b in maskPattern https://stackoverflow.com/a/14719999/507203
- This reply was modified 3 years, 8 months ago by cjmling.
Hey thanks for the quick response. I used code snippet plugin and added these code instead.
function add_related_posts_after_content( $content ) { if( is_single()) { return $content . do_shortcode( '[custom-related-posts]' ); } return $content; } add_filter('the_content', 'add_related_posts_after_content');
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Fatal error class-lp-user-factory.phpI am having same issue.
not yet solved ??
[ https://codex.www.ads-software.com/Forum_Welcome#No_Bumping ]
Forum: Fixing WordPress
In reply to: Template homepage problemyou copied this out from “view source” right?
it doesn’t work like that..u need to get into file in ur host to edit that.
Forum: Fixing WordPress
In reply to: Template homepage problemIf it’s longer than 10 lines, not here please. It will only get removed. Use a pastebin instead.
hehe .. yeah i was thinking to mention that “if the code is not too long”
??Forum: Fixing WordPress
In reply to: youtube video size – how to hard codingthat sounds ok…but not sure how much will it work… taking it as a backup solution.
but if someone can point out that piece of code then that will be way much easier.
*I prefer my own coding than using plugin ??
:/
Forum: Fixing WordPress
In reply to: Template homepage problemyou can simply copy/paste the whole page code in a text file for backup and do try/catch in editing.
It won’t be too hard.. or u may try posting the code here
Forum: Fixing WordPress
In reply to: Template homepage problemFor hard coding:
you might want to edit header.php file located in your themes foldercheck this out for more info.
https://codex.www.ads-software.com/Designing_Headers