Angelo
Forum Replies Created
-
Forum: Reviews
In reply to: [Hide Singular Title] goodWhich other plugin were you required to use to make it work?
Thanks for the response. Well, at the time of thinking, that was the one small advantage I had considered. I suppose you’re right that it could be overlooked…and perhaps, Settings > Media is no more appropriate than Settings > Writing. Hmm…so, you’re free to discard this suggestion if you want. ??
Forum: Themes and Templates
In reply to: Child Theme – Template OverridesMy client has a child theme built off of “Roots”, I’ve gone through the entire Codex but can’t seem to locate what I’m looking for.
I was actually able to resolve it on my own. The overall theme is formatted with the BASE.PHP file…
Thanks for asking your question, and even more for providing us with a possible solution. Following this discussion has lead me to do some research of my own and I discovered Shoestrap. It’s a fork of the Roots theme with a bunch of improvements. One nice thing about it is the extensible support through hooks.
As written in the README on GitHub, one can easily override the template for single posts by using the following code:
function my_custom_single_content() { // CONTENT HERE } add_action( 'shoestrap_content_single_override', 'my_custom_single_content' );
More information can be found at shoestrap.org. I hope I have helped someone.
Forum: Plugins
In reply to: [Restrict Usernames] No support for this plugin. Not working right.Please +1 reply to this post or contact me directly to vote for this and I will pursue it.
@andy you have my vote. I would like to see this functionality made into a plugin.
Forum: Plugins
In reply to: [Widget Logic by Path] Tarket by a portion of the url?I agree. Basic regexp support beyond the scope of the ‘*’ wildcard would be nice.
Forum: Reviews
In reply to: [Multisite Admin Bar Switcher] It's the little things that count!I find the metaphor you used to be accurate and justifiable — I do agree that the WordPress Admin Bar could use a bit more love in the form of complementary plugins such as this.
Hi Pippin,
Regarding the CSS class name functionality, I was just curious to know if it works similar to how the plugin bbPress Pencil Unread does it?
Forum: Plugins
In reply to: [Rich Text Tags] Shortcodes in category descriptionAccording to the changelog, this feature is implemented in the code:
1.5.1
Fixed: restored do_shortcode filter on term descriptions@UppSite Great news! I look forward to that update.
Forum: Plugins
In reply to: [Attachment Taxonomy Support] Filter media by category / tagThese additions, if added, would be great!
Forum: Plugins
In reply to: [UI Labs] Cannot Disable the plugin UI LabsThis issue very much sounds like one having to do with W3 Total Cache. Cache related issues generally show signs of blank pages or outdated content displayed. For most users, simply clearing both the plugin’s cache and browser cache should do the trick. Of course, deactivating W3 Total Cache may seem like the likely option, though its not always necessary.
If the OP has found has since found a solution, it would help to mark this topic as resolved. Please feel free to share about your outcome as well.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Redirects from non-WP siteI’m not the plugin developer but maybe I can offer some insight. With a past project the website was converted from static HTML to WordPress CMS.
Redirection supports three basic modules (WordPress, Apache, and 404 Errors). You may want to visit the homepage to learn more about them: https://urbangiraffe.com/plugins/redirection/.
For the most part, this plugin can make manually handling Apache htaccess unnecessary—but—if you already have been doing it that way, the plugin can perform an import of the redirection rules. Then further customization can be done afterward.
If you already know what urls require redirecting your option may be to setup a manual rule with the Apache module that uses a regular expression to match a pattern of your old ASP page urls.
Forum: Networking WordPress
In reply to: Network dashboard functions.php errorDoes anyone have a solution for this? I’ve re-installed WordPress several times with multisite enabled, due to assuming that there was an error caused by procedure or the plugins I used.
Thanks Joe, for implementing our ideas in your latest version!
Just thought I would share that there is an improved version of this that already includes the above suggestion. It also supports embedding Github files.