101 reputation
7
bio website
location
age
visits member for 3 months
seen May 16 at 16:32
stats profile views 3

Apr
25
comment Why is ajax working on one server and not the next?
Check server permissions.
Apr
25
comment how to code if the page doesn't exist execute and display this content?
There are many different ways to approach this. Here is an article than may help you: codex.wordpress.org/Creating_an_Error_404_Page
Apr
25
comment How use Videos from another directory?
You should use probably use a service like YouTube or Vimeo for this. If you must use your server to host your videos, a mass upload via the latest media uploaded is even safer than regular FTP, and should work at the similar speeds.
Apr
25
awarded  Citizen Patrol
Apr
25
comment How use Videos from another directory?
This answer does not make sense.
Apr
25
awarded  Commentator
Apr
25
comment Menu support for touch devices
First, one needs to know the theme you are using. Second, most current theme menu dropdowns will open on the hover event on a "tap".
Apr
25
comment How do I use inline SVG in WordPress
Appearantly not. The content area of posts and pages gets thoroughly filtered. Depending on the context however, it would be simple to create custom post meta that renders whatever you like.
Apr
18
answered Custom wp_list_pages() function
Apr
18
comment Is it a good practice to change media settings on theme activation?
Well, your Theme could define the default sizes, but what if the user decides to change them to something different after activation? You then have a confused user I think. Locking a user out of this default is bad practice. I would not use a theme that removes core functionality. Also, the 3 sizes created by WP are called Thumbnail, Medium, and Large respectively. Your sizes could have context for your Theme eg. (Full Page Width, Home Page Slide, Author Image etc.). The user has the option to use, but not to change these without hacking the theme itself.
Apr
16
answered Is it a good practice to change media settings on theme activation?
Apr
15
answered Hacked, what's the best approach?
Apr
1
awarded  Supporter
Mar
29
comment replace html entities in posts between pre tags
The plugin will allow you to do a regular expression. I am not savy on that, but here is a good reference regular-expressions.info/reference.html
Mar
29
comment Show last 5 posts from specific category
Looking back at it. I have edited the code to posts_per_page rather than showposts as it was deprecated. Try changing that, could be the bug...
Mar
29
revised Show last 5 posts from specific category
showposts is depricated
Mar
29
comment Show last 5 posts from specific category
There are several reasons this could be happening. Depending on the Theme or plugins you are using, something could be hooking the_excerpt();. Other than that I don't know what else to say. Is it ony 1 instance of "Leave A Reply"? If you can send a link I can take a quick look.
Mar
29
comment Show last 5 posts from specific category
This code does not have anything to do with the post comment settings. If it is working for you could you please accept the answer so others will know. Thanks.
Mar
29
comment replace html entities in posts between pre tags
It will find/replace ANY string essentially. Type the string you are looking for eg:& and click FIND. It will show you every occurrence in the database. You can at that point choose to replace with the & symbol.
Mar
29
awarded  Analytical