fukr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! Help! ThanksThis is the author archive page and you can discourage search engine to index it by “noindex” robots. You can use wordpress SEO plugin to configure this settings.
Forum: Fixing WordPress
In reply to: What theme is compatible with Visual Composer?All the elements generated by Visual Composer will appear as the “content” of a post/page. So the search bar, sidebar ,etc is nothing to do with VC but the layout of your post/page.
If you want a full-width layout, you’ll want to choose a theme with a full-width page template and many themes are packed with this feature like 2013,2014, etc
Forum: Fixing WordPress
In reply to: Primary Sidebar showing at bottom of siteThe locations of all sidebars are defined by your own theme.
Try to contact your theme author for supportForum: Fixing WordPress
In reply to: Fatal ErrorThis means function “show_ad_camp_3” was not defined in your theme
Forum: Plugins
In reply to: [Redux Framework] Fatal error: Class 'W3_ObjectCache' not foundwhen will next release come out? Anybody know?
Forum: Fixing WordPress
In reply to: Do_Shortcode not working for EmbedThanks for your reply.
I am sure I am getting the right data.And I’ve tried both the hardcoding video link and link from post meta.
But failed..Forum: Fixing WordPress
In reply to: Do_Shortcode not working for EmbedDoes it work for you? It returns nothing on my side.
Forum: Fixing WordPress
In reply to: help me add log out buttonThen this plugin may help you: http://ww.wp.xz.cn/plugins/widget-logic/
Forum: Fixing WordPress
In reply to: Categories showing but tags are notIf there is no tag assigned to the post, nothing will appear.
Check the post first if any tag assigned to it.
Forum: Fixing WordPress
In reply to: help me add log out buttonJust some explanation on @rolzan’s answer.
You can add the snippet somewhere in header.php.
But do it carefully, if you are not familiar with it, add a “Meta” widget instead.Forum: Fixing WordPress
In reply to: Home page link is disabled inactive“communities” is the menu item so you can change it from Appearance->Menu.
But “featured homes” seems to be an item in content area so you have to edit the content
Forum: Themes and Templates
In reply to: Looking for a 9GAG wannabe themeOP if you have not found a theme you are satisfied of yet, here is another 9GAG clone theme I came across recently. It has the new 9gag look~
http://wpforests.com/product/9gag/Forum: Themes and Templates
In reply to: Looking for a 9GAG wannabe themeDid you try the ultrahumor theme? It comes with a 9gag mode that looks pretty much like 9gag. Here is the link http://ultrahumour.com/
Forum: Fixing WordPress
In reply to: Custom Taxonomy Template/ArchiveDid you find the answer yet??
I also created a custom post type an associated custom taxonomy.
The post type archive page just uses archives.php but I don’t know how to show the custom taxonomy archives page?Forum: Plugins
In reply to: get_posts attachments exclude images under specific widthDid you get the answer?
I am also facing this problem..