OffCourse2010
Forum Replies Created
-
Hey thanks, I was looking for this.
I added just those two lines to the child functions.php file and worked great.
However, I am using this code to present default images but I can’t seem to overwrite the default ones.
//Set some custom header images, add as many as you like //%s is a placeholder for your theme directory $customHeaders = array ( //Image 1 'wheel' => array ( 'url' => '/wp-content/themes/framework/assets/images/headers/carros_em_linha.jpg', 'thumbnail_url' => '/wp-content/themes/framework/assets/images/headers/carros_em_linha.jpg', // 'description' => __( 'Car Wheel', 'customisetheme' ) ), //Image 2 'road' => array ( 'url' => '/wp-content/themes/framework/assets/images/headers/estrada_em_curva.jpg', 'thumbnail_url' => '/wp-content/themes/framework/assets/images/headers/estrada_em_curva.jpg', // 'description' => __( 'Open Road', 'customisetheme' ) ), //Image 3 'keys' => array ( 'url' => '/wp-content/themes/framework/assets/images/headers/estrada.jpg', 'thumbnail_url' => '/wp-content/themes/framework/assets/images/headers/estrada.jpg', // 'description' => __( 'Your New Keys', 'customisetheme' ) ), //Image 4 'cars' => array ( 'url' => '/wp-content/themes/framework/assets/images/headers/parque_de_carros.jpg', 'thumbnail_url' => '/wp-content/themes/framework/assets/images/headers/parque_de_carros.jpg', // 'description' => __( 'All My Cars', 'customisetheme' ) ) ); //Register the images with WordPress register_default_headers($customHeaders);Any idea on how to overwrite these images in the child theme to new ones, with a different size?
Also interested in this. It can prevent hack attacks uploaded in comments.
Forum: Fixing WordPress
In reply to: Remove "insert into post" optionHi lsantana
Have the same objective. Did you find out how to do this?
Thanks
Forum: Networking WordPress
In reply to: How do you Properly Query Posts in a Multisite Network?Thanks Andrea
I imagined that there would be something like a hand selection for the posts to feature in the homepage, but what about searching. It searches across all the blogs.
Is it the same feature (duplicate posts) and the search is within the main blog only or do you think it is a search engine that goes out and actually searches all the content in the domain?
Forum: Networking WordPress
In reply to: How do you Properly Query Posts in a Multisite Network?Someone suggested preparing a batch that would copy and update all posts from the subsites to the main site overnight.
Is this similar to the SWT approach?
Forum: Networking WordPress
In reply to: How do you Properly Query Posts in a Multisite Network?I am developing a network wordpress site and I would like to have all posts shown (and searcheable) in the main page.
From what I have read in many forums, it allways comes back to SWT. However one can see that wordpress.com itself has this feature and they should be using an enhanced version of the wordpress script, I trust.
How do they do it? No site would be bigger so they must have it fully dialed. It can’t be just hardcore servers running the core functions of wordpress, can it?
Thanks
Forum: Networking WordPress
In reply to: Multisite tags – shared and based on centrally managed listThanks for this, Ipstenu. I will hire someone to code/configure all my needs. I am just still in the process of deciding if wordpress is the way to go.
It seems to me that it is and that it has a plugin for all needs. I am sure that a lot will come up afterwards, but I’d like to go as solid as possible.
I haven’t found anything better.
By the way. How does the multisite handles scalability? What kind of limits are there?
Forum: Networking WordPress
In reply to: Multisite tags – shared and based on centrally managed listI am using custom post types to properly present a used car.
Let’s say I want to present it as Make, Model, Year, Mileage, List of equipment and Featured Image.
I will put that into the theme and have them using all of these to upload their cars. However, I want them to be able to have their own “official” site as well. The problem is that I want both their own websites created easily but also to display of all cars in the homepage to make it a car listings website.
From what I know from WordPress, it feels like the best tool to go for to achieve this. Isn’t it?
Forum: Networking WordPress
In reply to: Multisite tags – shared and based on centrally managed listThank you for all your feedback.
Let me get your opinion on another approach. I can make the manufacturer and models be chosen as custom fields, which will make it easier to base it on an external list.
I can then make the custom field as not having any taxonomies and manage everything through the custom fields.
What are the downsides on this? SEO seems to be one of them. Losing the template structure based on categories also comes to mind. Are there any others?
Forum: Networking WordPress
In reply to: Multisite tags – shared and based on centrally managed listThat is one way, although I think I tested that plugin and it didn’t quite allow me to do what I wanted, but I’ll definitely investigate.
I think that http://premium.wpmudev.org/ has a plugin that disables some functions from members, therefore disabling the ability to create new tags.
Is it possible to turn the categories selections from a checkbox list to a dropdown list?
Forum: Networking WordPress
In reply to: Multisite tags – shared and based on centrally managed listI want the users to be able to create their own site with used cars and make use of the sitewide tags plugin, which displays all cars in the homepage.
In order to have a clean database, a Chevrolet must be a Chevrolet. I can’t have Chevrolet and Cehvrolet and Chevrlet or any other typo. In addition, using a centralized list of tags, will allow me to push additional info based on the selected model.
I want all identical cars to be identical, hence a pre-list.
Thanks