Problem with hiding logic
In my site, I have a Blog page which shows all the posts categorized as Blog. I have another page which shows only the posts which are categorized as Premium. Also I can select posts having Premium category only from a side bar specific to this page. I have used Content Aware Sidebar and Posts To Pages plugin to achieve this result. The Blog page side bar has Search, Recent Post & archive option, Recent Post is showing only posts with Blog category but the rest two (Search & Archives) are showing all the above categories (Blog & Premium). I need only the posts from Blog category to be accessed through this side bar. Is it possible to do this? Can anyone guide me up how to tackle this problem? From my description, it may seem a bit complicated, but this is the only way I found working for me.
Works great!
Works great!
does not work on php 7
$cats = split(',',get_option("ace_categories_norobots")); Error thrown Call to undefined function split() split() can be replaced with explode() I see a support topic 4 month old with same issue, but unresponsive
Works great!
Works great!
Deprecated
This plugin should be updated ASAP. Basically it does the job, but unfortunately it contains deprecated php functions that do not work on php 7 and produce warnings on php 5.4 and above. The development team is unresponsive so I guess the plugin is abandoned.
does not work on php 7
$cats = split(',',get_option("ace_categories_norobots")); Error thrown Call to undefined function split() split() can be replaced with explode() I see a support topic 4 month old with same issue, but unresponsive
Works great!
Works great!
Deprecated
This plugin should be updated ASAP. Basically it does the job, but unfortunately it contains deprecated php functions that do not work on php 7 and produce warnings on php 5.4 and above. The development team is unresponsive so I guess the plugin is abandoned.
does not work on php 7
$cats = split(',',get_option("ace_categories_norobots")); Error thrown Call to undefined function split() split() can be replaced with explode() I see a support topic 4 month old with same issue, but unresponsive
Problem with hiding logic
In my site, I have a Blog page which shows all the posts categorized as Blog. I have another page which shows only the posts which are categorized as Premium. Also I can select posts having Premium category only from a side bar specific to this page. I have used Content Aware Sidebar and Posts To Pages plugin to achieve this result. The Blog page side bar has Search, Recent Post & archive option, Recent Post is showing only posts with Blog category but the rest two (Search & Archives) are showing all the above categories (Blog & Premium). I need only the posts from Blog category to be accessed through this side bar. Is it possible to do this? Can anyone guide me up how to tackle this problem? From my description, it may seem a bit complicated, but this is the only way I found working for me.
Deprecated
This plugin should be updated ASAP. Basically it does the job, but unfortunately it contains deprecated php functions that do not work on php 7 and produce warnings on php 5.4 and above. The development team is unresponsive so I guess the plugin is abandoned.
does not work on php 7
$cats = split(',',get_option("ace_categories_norobots")); Error thrown Call to undefined function split() split() can be replaced with explode() I see a support topic 4 month old with same issue, but unresponsive