Title: elfminster's Replies | WordPress.org

---

# elfminster

  [  ](https://wordpress.org/support/users/elfminster/)

 *   [Profile](https://wordpress.org/support/users/elfminster/)
 *   [Topics Started](https://wordpress.org/support/users/elfminster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/elfminster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/elfminster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/elfminster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/elfminster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/elfminster/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] [Plugin: Yet Another Related Posts Plugin] See all x related links](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-see-all-x-related-links/)
 *  Thread Starter [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-see-all-x-related-links/#post-2458030)
 * Hi Mitcho, maybe you could add this as a feature in a future build? 🙂 I think
   it would be a wonderful addition.
 * On another topic, is it possible to have multiple related posts on the same post,
   but with different custom templates?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static Front Page – Never Same Author Twice](https://wordpress.org/support/topic/static-front-page-never-same-author-twice/)
 *  Thread Starter [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/static-front-page-never-same-author-twice/#post-2464279)
 * So what I need is a way to be able to query the database to check if the 2nd 
   article is by the same author as the 1st, and if it is to then check the next
   article and so forth until it finds an author that has not yet been displayed
   on the front page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Any way to secure wp-admin?](https://wordpress.org/support/topic/any-way-to-secure-wp-admin/)
 *  Thread Starter [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/any-way-to-secure-wp-admin/#post-390096)
 * PozHonks, thanks for more info on that. I also added the following you might 
   be interested…
 * <ifModule mod_php4.c>
    php_value zlib.output_compression 16386 </ifModule>
 * # deny all .htaccess, .DS_Store $hî†é and ._* (resource fork) files
    <Files ~“
   ^\.([Hh][Tt]|[Dd][Ss]_[Ss]|[_])”> Order allow,deny Deny from all Satisfy All 
   </Files>
 * # deny access to all .log and .comment files
    <Files ~ “^.*\.([Ll][Oo][Gg]|[cC][
   oO][mM][mM][eE][nN][tT])”> Order allow,deny Deny from all Satisfy All </Files
   >
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Any way to secure wp-admin?](https://wordpress.org/support/topic/any-way-to-secure-wp-admin/)
 *  Thread Starter [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/any-way-to-secure-wp-admin/#post-390095)
 * whooami,
 * I have cPanel so usually I protect my folders that way but the problem is when
   I do protect the wp-admin directy I get a 404 page not found whenever I go to
   it after protecting it.
 * This is what is confusing me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Function & Template](https://wordpress.org/support/topic/function-038-template/)
 *  [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/function-038-template/#post-383606)
 * Hi, you also have to add:
 * **`<?php the_syndication_permalink(); ?>`**
 * Why?
 * `<?php get_syndication_permalink(); ?>` **retrieves** the value and `<?php the_syndication_permalink();?
   >` **outputs** that value.
 * For example:
 * `<?php get_syndication_permalink(); ?>`
    `<?php get_syndication_source(); ?>``
   <?php get_syndication_source_link(); ?>`
 * `Read the <a href="<?php the_syndication_permalink(); ?>">Full Article</a> at
   <a href="<?php the_syndication_source_link(); ?>"><?php the_syndication_source();?
   ></a>`
 * That’s how I do it anyway, works like a charm!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Any way to secure wp-admin?](https://wordpress.org/support/topic/any-way-to-secure-wp-admin/)
 *  Thread Starter [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/any-way-to-secure-wp-admin/#post-389935)
 * Thanks, nice info.
 * I also add this to my .htaccess file..
 * RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    RewriteCond %{HTTP_USER_AGENT}
   ^Bot\ mailto:craftbot@yahoo.com [OR] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw[
   OR] RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] RewriteCond %{HTTP_USER_AGENT}
   ^DISCo [OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR] RewriteCond %{
   HTTP_USER_AGENT} ^eCatch [OR] RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
   RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT}
   ^EmailWolf [OR] RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR] RewriteCond%{
   HTTP_USER_AGENT} ^ExtractorPro [OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [
   OR] RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR] RewriteCond %{HTTP_USER_AGENT}
   ^GetRight [OR] RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] RewriteCond %{HTTP_USER_AGENT}
   ^Go!Zilla [OR] RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR] RewriteCond%{
   HTTP_USER_AGENT} ^GrabNet [OR] RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR] RewriteCond%{
   HTTP_USER_AGENT} ^HMView [OR] RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR] 
   RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR] RewriteCond %{HTTP_USER_AGENT}
   ^Image\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] RewriteCond%{
   HTTP_USER_AGENT} ^InterGET [OR] RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja[
   OR] RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR] RewriteCond %{HTTP_USER_AGENT}
   ^JOC\ Web\ Spider [OR] RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] RewriteCond%{
   HTTP_USER_AGENT} ^LeechFTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader[
   OR] RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR] RewriteCond %{HTTP_USER_AGENT}
   ^Mister\ PiX [OR] RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR] RewriteCond %{
   HTTP_USER_AGENT} ^NearSite [OR] RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR] 
   RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR] RewriteCond %{HTTP_USER_AGENT}
   ^Net\ Vampire [OR] RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR] RewriteCond %{
   HTTP_USER_AGENT} ^Octopus [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer[
   OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] RewriteCond %{HTTP_USER_AGENT}
   ^PageGrabber [OR] RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR] RewriteCond%{
   HTTP_USER_AGENT} ^pavuk [OR] RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR] RewriteCond%{
   HTTP_USER_AGENT} ^RealDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
   RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR] RewriteCond %{HTTP_USER_AGENT}
   ^SmartDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR] RewriteCond%{
   HTTP_USER_AGENT} ^SuperHTTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
   RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR] RewriteCond %{HTTP_USER_AGENT} ^
   Teleport\ Pro [OR] RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR] RewriteCond %{
   HTTP_USER_AGENT} ^Web\ Image\ Collector [OR] RewriteCond %{HTTP_USER_AGENT} ^
   Web\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR] RewriteCond %{HTTP_USER_AGENT}
   ^WebCopier [OR] RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR] RewriteCond %{HTTP_USER_AGENT}
   ^WebGo\ IS [OR] RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR] RewriteCond %{
   HTTP_USER_AGENT} ^WebReaper [OR] RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
   RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR] RewriteCond %{HTTP_USER_AGENT}
   ^Website\ Quester [OR] RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR] RewriteCond%{
   HTTP_USER_AGENT} ^WebWhacker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
   RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow[
   OR] RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR] RewriteCond %{HTTP_USER_AGENT}
   ^Xaldon\ WebSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus RewriteRule .* –[
   F]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [When submitting posts WordPress dies](https://wordpress.org/support/topic/when-submitting-posts-wordpress-dies/)
 *  [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/when-submitting-posts-wordpress-dies/#post-388988)
 * Aha, so your advice would be to ping manually?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [When submitting posts WordPress dies](https://wordpress.org/support/topic/when-submitting-posts-wordpress-dies/)
 *  [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/when-submitting-posts-wordpress-dies/#post-388985)
 * Oops, I just posted the exact same problem above. Sorry, I did not see your post.
   yes, I get this exact same problem…dialogue box appears asking me to “Save As…”–
   I am thinking it is a host performance issue, maybe, because I have had it happen
   on other php scripts when the server load has been > 2…but I might be wrong.
 * What is your server load?

Viewing 8 replies - 1 through 8 (of 8 total)