phaticon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: trying to edit Kubrick/Default template style.css docThat is the right css file since you’re using the default theme. What are you trying to change?
Forum: Fixing WordPress
In reply to: how to set default category?You’re welcome, glad I could help.
Forum: Fixing WordPress
In reply to: Image UploadIf you’re talking about the image thumbnail, mine looked like that as well before I changed it, but the thumbnail that gets posted into the page, and the fullsize image is fine and not pixelated. WP has the image set to a default thumb size when viewing an image under Browse. To change the image size you’ll have to open the inline-uploading.php and change the default sizes yourself, but you’re on your own for that.
Forum: Fixing WordPress
In reply to: how to set default category?Log into you WP Admin, and go to Options/Writing. The third option down is a drop down menu to set the default post category. Pick the category, and click update. You’re done now.
Forum: Plugins
In reply to: Pulling image count number up with custom fieldNevermind, I found a solution to my featured image problem. I have a custom one now, so this thread can be deleted. Thanks.
Forum: Plugins
In reply to: Customizable Post Listings Category SpecificIt is possible, but you have to specify the categories you want to show up in the plugin code itself. Find the code below in your CPL plugin. All you have to do is add the category ID # of each category for that category to show up. Use the code below as an example. I hope this has helped and is what you needed.
c2c_get_recent_posts ($num_posts = 8,
$format = "%post_URL%",
$categories = '2 3 4 5',
// space separated list of category IDs -- leave empty to get all