Title: rollingWolf's Replies | WordPress.org

---

# rollingWolf

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 73 total)

1 [2](https://wordpress.org/support/users/rollingwolf/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rollingwolf/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rollingwolf/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/rollingwolf/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/rollingwolf/replies/page/2/?output_format=md)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Order by title all post in category](https://wordpress.org/support/topic/order-by-title-all-post-in-category/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/order-by-title-all-post-in-category/#post-6184198)
 * You just copied my example and nothing else. It wasnt meant as a complete piece
   of code. For example if (have_posts()) need to be if ($query->have_posts()).
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Order by title all post in category](https://wordpress.org/support/topic/order-by-title-all-post-in-category/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/order-by-title-all-post-in-category/#post-6184183)
 * [https://codex.wordpress.org/Class_Reference/WP_Query](https://codex.wordpress.org/Class_Reference/WP_Query)
   should get you started.
 *     ```
       $args = array('orderby' => 'title', 'cat' => <category id>);
       $query = new WP_Query($args);
       ```
   
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [multilingual support](https://wordpress.org/support/topic/multilingual-support-14/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/multilingual-support-14/#post-6183649)
 * There is a multilingual plugin called WPML available at [https://wpml.org/](https://wpml.org/)
   costs 30usd or so though.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Photoshop to WordPress](https://wordpress.org/support/topic/photoshop-to-wordpress-2/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/photoshop-to-wordpress-2/#post-6171862)
 * Afaik you can open PSD files in Dreamweaver and get “the CSS of the items/layers/
   andwhatnot” in the PSD and put into the page instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FD Feedburner Plugin] Notice: Undefined index: cat […] line 197](https://wordpress.org/support/topic/notice-undefined-index-cat-line-197/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/notice-undefined-index-cat-line-197/#post-6011933)
 * This is an notice not an error. Quicker solution is disabling notices. If it 
   doesnt cause errors that is.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS import – wordpress.com to wordpress standalone](https://wordpress.org/support/topic/rss-import-wordpresscom-to-wordpress-standalone/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/rss-import-wordpresscom-to-wordpress-standalone/#post-6175809)
 * I didnt say it isnt possible it just sounded like you were trying to use it for
   other purposes.
 * Have you tried [https://wordpress.org/plugins/feedwordpress/](https://wordpress.org/plugins/feedwordpress/)?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post format setting](https://wordpress.org/support/topic/post-format-setting/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/post-format-setting/#post-6175738)
 * 1. It is the theme the decides what different types of posttypes there is. I 
   have no idea why it doesnt update for yuo though.
 * 2. Yes
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error message and unable to log into admin of website???](https://wordpress.org/support/topic/error-message-and-unable-to-log-into-admin-of-website/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/error-message-and-unable-to-log-into-admin-of-website/#post-6175734)
 * Are you the one hosting the sites? In that case you need to locate php.ini called
   by the php thats used by the webserver and make sure extension=mysql.dll (or .
   so) and/or extension=pdo_mysql.dll/so are present and doesnt have a ; in front
   of it. Seems someone has updated php and forgotten to enable mysql again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [URL rewrite with special characters](https://wordpress.org/support/topic/url-rewrite-with-special-characters/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/url-rewrite-with-special-characters/#post-6170207)
 * I dont know what I was thinking when I posted that yesterday. Since its in a 
   GET call you need to urlencode them.
 *     ```
       add_rewrite_rule('category1', 'shop?filters='.urlencode('marken[20]'), 'top');
       ```
   
 * Or hardcode it to:
    %5B20%5D
 * [ = %5B
    ] = %5D
 * You can use the following site [http://www.url-encode-decode.com/](http://www.url-encode-decode.com/)
 * Edit:
    You do this in an init action right? And have you saved the permalinksettings
   again?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.php of wordpress installation getting deleted automatically](https://wordpress.org/support/topic/indexphp-of-wordpress-installation-getting-deleted-automatically/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/indexphp-of-wordpress-installation-getting-deleted-automatically/#post-6175732)
 * With whatever file tool (ftp/sftp or hostgator filemanager) order files by date/
   time modification. Look for any files or folders that stands out from the rest(
   eg all files (not counting in the uploads folder) should have relatively the 
   same datetime) and see if someone has inserted malicious code.
 * Things to look for: calls to the assert(), eval() or str_rot13() functions or
   the word “riny” (rot13 for eval).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Buttons not working](https://wordpress.org/support/topic/buttons-not-working-10/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/buttons-not-working-10/#post-6175290)
 * Enable the developer console in your browser and refresh the page, look in the“
   network” tab and see if there are any js files thats missing (should be marked
   red or atleast giving the code 404) becasue it sounds like you may be missing
   one or a couple of those for whatever reason.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS import – wordpress.com to wordpress standalone](https://wordpress.org/support/topic/rss-import-wordpresscom-to-wordpress-standalone/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/rss-import-wordpresscom-to-wordpress-standalone/#post-6175728)
 * To be honest it sounds like youre trying to do something underhanded. For what
   purpose are you trying to scrape wordpress.com blogs?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-pass & wp-register – safe to delete?](https://wordpress.org/support/topic/wp-pass-wp-register-safe-to-delete-1/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/wp-pass-wp-register-safe-to-delete-1/#post-6175259)
 * If the site is running 4.2.2 they “should” be safe to remove but for safetys 
   sake keep an backupf of them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't install, update or delete plugins in back-end](https://wordpress.org/support/topic/cant-install-update-or-delete-plugins-in-back-end/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/cant-install-update-or-delete-plugins-in-back-end/#post-6175256)
 * The plugins folder (wp-content/plugins) needs writepermission. Subfolder and 
   files too if you want to be able to update.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog posts are not visible](https://wordpress.org/support/topic/blog-posts-are-not-visible-1/)
 *  [rollingWolf](https://wordpress.org/support/users/rollingwolf/)
 * (@rollingwolf)
 * [11 years ago](https://wordpress.org/support/topic/blog-posts-are-not-visible-1/#post-6175255)
 * Seems you have set a startpage that is a post and no page thats the “blogpart”.
   Go to “settings -> Reading” and change front page displays accordingly.

Viewing 15 replies - 1 through 15 (of 73 total)

1 [2](https://wordpress.org/support/users/rollingwolf/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rollingwolf/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rollingwolf/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/rollingwolf/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/rollingwolf/replies/page/2/?output_format=md)