FunnyBiscuit
Forum Replies Created
-
Thx all of you. Easy Code Placement is fancy, besides that I have found another similar plugin which does the same thing: PHP Code For Posts
Forum: Fixing WordPress
In reply to: Favicon is not appearing on home pageHi, Michael, thanks for reply.
That’s right. I checked the code and there is no such thing there. I’m using WP Version 4.4.1 built-in icon feature (Appearance -> Customize), so that means this entire function is not working on my site. Do you know why? …Sorry attached wrong URL for website, it is: Website
Forum: Themes and Templates
In reply to: Changing menu highlight colorHey, @crouchingbruin I didn’t observe that error before, thanks a lot for your advice. 🙂
Solved it. The malware code injected into my server side, not from my website at all! That’s why they could insert and remove the code so easy!!
Forum: Fixing WordPress
In reply to: How to change the order of components around content?Ok, I made it. There is one parameter within add_filter() called “priority”
Forum: Fixing WordPress
In reply to: How to specify a category to display blogs in a special view?@cubecolour
Yeah.. You’re right, thanks anywayForum: Fixing WordPress
In reply to: How to specify a category to display blogs in a special view?@cubecolour Thanks a lot! But I’m using Mantra theme and I already have a new category template for a specified category, but I still get stuck on grid formatting…
The content below is part of the coding where I get stuck with… Seems they put it into another file, so I don’t know how to do the next..
[ Moderator note: please wrap code in backticks or use the code button. ]
<?php /* Include the Post-Format-specific template for the content. * If you want to overload this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?>Forum: Everything else WordPress
In reply to: Google search engine doesn't work, appear blank pageThanks for correction of my link….
Forum: Fixing WordPress
In reply to: Why all rating plugins cannot be used to my website?@wpyogi Hey, thanks your advice. It because some plugin and I’m testing on it, HOHO~ Thank you!!
Forum: Fixing WordPress
In reply to: Upgrade to 3.5.2 post problem (no title) cannnot operateWPyogi, I tried what you said, it doesn’t work for my condition, I’m trying to upgrade again manually, hope it work
Forum: Fixing WordPress
In reply to: [NSFW] How to display a page in the list of most viewed articlesI’m using this plugin: [AJAX Hits Counter + Popular Posts Widget]
Forum: Fixing WordPress
In reply to: Copying Shortcodes and Loss of "Class" AttributeI met up with this sort of problem before.. I’m using [CKEditor for WordPress] plugin now, maybe you can try this?
[sig moderated as per the Forum Rules]Forum: Fixing WordPress
In reply to: damaged nav bar, helpI saw your website and the nav bar is working well… Using IE10. – [signature moderated]
Forum: Fixing WordPress
In reply to: loginCannot login even your password is correct? I suggest you to check config.php file first. Or you can download a new config.php file and upload it to cover the problem one.