fortarrigo
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Link Directory] CSS issueHi.
It was a shortcode related issue.I deleted all parameters of shortcode, saved the page and then added all the parameters again.
I don’t understant what was happened, but now works properly.
Have a nice afternoon.
Forum: Plugins
In reply to: [Nooz] Adding categories to Nooz postHi.
I need to add categories and tag support to nooz coverage post type too.I tried to add support to cateories in custom post types
'taxonomies=> array(‘category’,’post_tag’)`and then I add to
functions.phpadd_action('init', 'add_category_tags_to_cpt'); function add_category_tags_to_cpt() { register_taxonomy_for_object_type('category', 'nooz_coverage'); register_taxonomy_for_object_type('post_tag', 'nooz_coverage'); }Now there are the Categories and Tags meta boxes but if I go to mydomain.ext/categories/coverage-category-name no post is displayed
What’s wrong? What can I do?
Thanks in advance
- This reply was modified 8 years, 4 months ago by fortarrigo.
UPDATE: the problem was only for a missing = after value… Now it’s all right! Sorry.
I have the same issue.
My robots.txt allows the crawling of the whole site for every user agent.
But in Search console all xml sitemaps created by yoast have URLs which are blocked by robots.txt
I really don’t understand… Is it a Yoast or Google issue?
Anyone can help me?
Thanks in advance