| bio | website | forevanyeung.com |
|---|---|---|
| location | New Jersey | |
| age | ||
| visits | member for | 2 years, 5 months |
| seen | 21 mins ago | |
| stats | profile views | 88 |
|
Feb 13 |
comment |
Remove slug in taxonomy url Can I see the full code, just to make sure it is implemented correctly. As far as I know, if the function fails it should not throw a 500 error. |
|
Feb 13 |
answered | Remove slug in taxonomy url |
|
Feb 12 |
comment |
Exclude custom taxonomy tag from loop Also, start_wp() has been deprecated for some time now. It has been effectively replaced by the_post. |
|
Feb 12 |
comment |
Exclude custom taxonomy tag from loop I added the usage in my post. |
|
Feb 12 |
revised |
Exclude custom taxonomy tag from loop added 221 characters in body |
|
Feb 12 |
comment |
How to sort by most watched in X days/months Try wordpress.org/extend/plugins/recent-post-views. You will have to look into the source for the query, though. |
|
Feb 12 |
answered | How to sort by most watched in X days/months |
|
Feb 12 |
answered | Exclude custom taxonomy tag from loop |
|
Feb 7 |
comment |
Unique widget id in sidebar I don't think the id is passed to the after_title. You may be able to plug into it to change that, but have you tried calling the .widgetdiv through its parent? $(.widget#id .widgetdiv) I used jQuery as an example, you can easily adapt it to your script. |
|
Feb 3 |
answered | How to enable customer login to customer specific admin page |
|
Jan 28 |
revised |
Using True Type Fonts (ttf) added 1 characters in body; deleted 1 characters in body |
|
Jan 28 |
answered | Using True Type Fonts (ttf) |
|
Jan 22 |
comment |
Filter custom comment type from Manage Comments & Dash Widgets How is your plugin making these 'custom comment type'. I do not know of any native WordPress way for custom comments. |
|
Jan 17 |
answered | What plugin should I use for a basic user signup/login system |
|
Jan 17 |
answered | Set template for custom post type? |
|
Jan 17 |
comment |
Setting a post's category Your syntax looks correct. Echo $id just to make sure it is set properly. |
|
Jan 17 |
answered | Display posts of custom type in hierarchical order |
|
Jan 13 |
comment |
Can this site be built using wordpress? I cannot speak for Drupal development. I have only tried it once and the theming was too obscure for me to follow. Saying this I say go for Wordpress, but that is a bias opinion. But I am sure both platforms are more than capable of running your website. It depends on which you feel more comfortable coding for and how it handles the administration section. Personally, I prefer Wordpress. |
|
Jan 12 |
comment |
jQuery tree menus won't expand! Click on the red x. This is what most likely is breaking your script. Where does it bring you to in the code? It looks as if there is an extra '<' somewhere. |
|
Jan 12 |
revised |
How to get comments by post ID? Added example code |