107 reputation
3
bio website colorwp.com
location Bulgaria
age
visits member for 3 months
seen Jun 11 at 21:23
stats profile views 3

ColorWP.com provides solutions for WordPress-based websites. We provide plugin development and customization, theme design, testing, PSD2WordPress "slicing" and consulting.


May
23
comment Pagination won't go to page 2
Your first code quote is a bit messed up or you simply haven't posted the whole of it. You should look into The Loop examples in the WordPress Codex.
Mar
13
comment Display Something in the Header After All Styles are Loaded
This is exactly what I was looking for. Wasn't aware that the priority parameters exists for actions too.
Mar
10
comment Display Something in the Header After All Styles are Loaded
Linking to styles directly in the header is not recommended by the WordPress Codex and is a common reason for rejecting a theme from approval in the Theme Repository.
Mar
10
accepted Display Something in the Header After All Styles are Loaded
Mar
10
answered Display Something in the Header After All Styles are Loaded
Mar
10
asked Display Something in the Header After All Styles are Loaded
Feb
27
accepted Allow Content Author to Publish, But Not Edit or Delete
Feb
26
comment How to remove the parentheses from the category widget
Good stuff. A bit of indentation inside the function would help.
Feb
26
comment How to remove the parentheses from the category widget
Personally, I would create a custom Widget that loads the categories from the database and echoing them in whatever fashion you like with custom styling and tags. For this you will need get_categories() that returns the categories in an associative array and a slightly altered version of this function to get the post count in each category. This might be an overkill for such a small change though.
Feb
26
awarded  Editor
Feb
26
revised Allow Content Author to Publish, But Not Edit or Delete
edited title
Feb
26
asked Allow Content Author to Publish, But Not Edit or Delete
Feb
25
awarded  Scholar
Feb
25
accepted Can Not Redirect from Plugin-Registered Admin Page
Feb
25
revised Can Not Redirect from Plugin-Registered Admin Page
edited tags
Feb
25
comment Get Core Functionality from Within a (Secondary) Plugin File
@MarkKaplun This is exactly what I was trying to achive. Thanks for the tip.
Feb
25
revised Can Not Redirect from Plugin-Registered Admin Page
edited tags
Feb
25
comment Get Core Functionality from Within a (Secondary) Plugin File
I decided to go down another path: Registering a custom admin page in myplugin.php and including the code that was inside authentication.php in the callback function (the one that displays the custom page). However, I've stumbled upon something.
Feb
25
awarded  Supporter
Feb
25
asked Can Not Redirect from Plugin-Registered Admin Page