wpseek
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable All WordPress Updates] Clarification on Indexing and Crawling ImpactHey @satishraj19, running the “Disable All WordPress Updates” plugin does not have any effect on the website frontend as it only blocks update checks etc in the backend.
Forum: Plugins
In reply to: [Simple Yearly Archive] Tested with WP 6.7.1Hi @ardio, done!
Forum: Reviews
In reply to: [Disable All WordPress Updates] An awesome plugin that I’ve used for years!Hi @pinkish1, thanks for your kind words!
I just pushed a new version with a few improvements.
Forum: Plugins
In reply to: [Admin Management Xtended] Security VulnerabilityHi @mikepalmer, fixed in version 2.4.7 that was just released.
Thank you!
Forum: Plugins
In reply to: [Simple Yearly Archive] abandoned?Hi, the plugin’s not abandoned. ??
I just havn’t pushed an update because it didn’t need bug fixes or new features and is still working with the most recent versions of WordPress.
I will, however, update the “Tested up to” info ASAP so it’s clear you can still use the plugin in your WordPress projects.
Getting the same error here.
Forum: Plugins
In reply to: [Simple Yearly Archive] How to get rid of the year?Hi @craftbilt, sorry for the late reply.
Try adding
<h4>
and</h4>
in the plugin setting “Before / After (Year headline)”.Forum: Plugins
In reply to: [Disable All WordPress Updates] Schedule and allow checks once a dayHey Marcus, will be looking into it!
Forum: Plugins
In reply to: [Admin Management Xtended] running 8.3, one minor deprecation errorFixed in 2.4.6 ??
Forum: Plugins
In reply to: [Admin Management Xtended] “Deprecated” alert with PHP 8.xFixed in 2.4.6 ??
Forum: Plugins
In reply to: [Simple Yearly Archive] How to get rid of the year?Hi @craftbilt,
try adding the following to your theme’s
style.css
file:.sya_container h2, .sya_container h3, .sya_container h4 {
display: none;
}
.sya_container ul {
margin-bottom: inherit;
}Forum: Plugins
In reply to: [Simple Yearly Archive] Exclude post typeForum: Plugins
In reply to: [Simple Yearly Archive] Reordering items within year listsHey, take a look over here: https://www.ads-software.com/plugins/simple-yearly-archive/#how%20can%20i%20change%20query%20parameters%3F
Forum: Plugins
In reply to: [Simple Yearly Archive] Linked years to custom post typethe linked years are generated used this WordPress function: https://developer.www.ads-software.com/reference/functions/get_year_link/
Looking at the code there seems to be a
year_link
filter you could use to alter the generated links.