sunbrite_0728
Forum Replies Created
-
Here is a link to a previously posted and resolved question regarding filtering the WordPress search on the backend for a particular category. This should get you started in the general direction.
https://ww.wp.xz.cn/support/topic/search-results-to-show-single-category-only?replies=6
Forum: Fixing WordPress
In reply to: Help in code at siteI don’t think I understand your question correctly. The CMS appears to be Joomla and not WordPress.
Forum: Themes and Templates
In reply to: [Cannyon] Remove post info showing on main pageCan you please add a link?
Forum: Themes and Templates
In reply to: [Sketch] Sketch theme : comments on a portfolio page ?Hi, the portfolio-page.php file does not include the statement for displaying comments. If you would like to add it, copy the following code into the area of the file where you would like to display comments:
<?php if ( comments_open() || '0' != get_comments_number() ) : comments_template(); endif; ?>Forum: Plugins
In reply to: [RSS Feed Retriever] getimagesize error on all images!I’m certainly not an expert, but perhaps you could edit your php.ini file and set allow_url_fopen to on, if it is set to off. This assumes you have access in the server to your php configuration file. The other thing you could do is go into the php for the plugin called wp-rss-retriever and check line 155, maybe you can omit all the calls to the function getimagesize().
Thank you very much, works like a charm!