Stephanie
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Moving Blog from main site to subsiteI’m done moving! The easiest way to do this is to just use Extended RSS. The only thing that it doesn’t automatically move are theme/plugin/site settings and links. (It gets media automatically, and that’s what I actually was looking for.)
Forum: Themes and Templates
In reply to: [Pinboard] How do I disable Pinboard Gallery/AttachmentAre you inserting pictures into posts as galleries (all at once), or are you inserting them individually? If you’re inserting them individually, you should make sure to not link to the attachment page. (And if you want the Pinboard lightbox, then you should uncomment that line I mentioned in a previous post.)
If I’m right, the gallery functions don’t work when you insert the pictures into posts one by one. See this tutorial. http://www.slideshare.net/EastBayWPMeetup/wordpress-gallery-tutorial
Forum: Fixing WordPress
In reply to: Facebook TrafficWhat do you mean by “traffic”?
Forum: Themes and Templates
In reply to: [Pinboard] How do I disable Pinboard Gallery/AttachmentWhy don’t you try disabling one of your gallery plugins? You probably do not need both Jetpack and NextGen Gallery running. I wouldn’t be surprised if one of the plugins were conflicting with the other. Disable one and see if it works.
Forum: Themes and Templates
In reply to: [Pinboard] Missing Next & Previous Links in PostsGo to the theme options page. Under the “General” tab, go look for the option that says “posts navigation labels” and select “Static Links”.
Forum: Themes and Templates
In reply to: [Pinboard] My sidebar and bottom bar dosnt show up all the timeIt looks fine to me right now. It might have been a temporary memory problem with your webhost that caused some stuff to not show up.
Forum: Themes and Templates
In reply to: [Pinboard] How do you retain hyperlinks in Blog excerpts?That is a WordPress thing, not a Pinboard theme thing. Use the Advanced Excerpt plugin. It works on my blog, if you’re wondering.
Forum: Themes and Templates
In reply to: [Pinboard] How do I disable Pinboard Gallery/AttachmentI think that if you go to the
functions.phpfile and comment out the line that says:add_filter( 'post_gallery', 'pinboard_gallery_shortcode', 10, 2 );that you’ll be able to use the Jetpack gallery plugin instead.
Forum: Themes and Templates
In reply to: [Pinboard] Pinboard layoutYou shouldn’t need a child theme. The big wide photo at the top comes from a sticky post. The three smaller photos come from posts with featured photos.
Forum: Themes and Templates
In reply to: Cannot upload themeHave you tried creating a folder in the wp-content/themes/ directory and then uploading the contents of the zip file (not the zip file itself) into the newly created folder with FTP?
Forum: Hacks
In reply to: wordpress.org not reachable within china????Um… you’re posting right now to a WordPress.org server. You wouldn’t be able to do that if the server weren’t reachable.
Could you please clarify your question? What are you seeing?
Forum: Themes and Templates
In reply to: Something funny with the avatarsI think just clearing your browser’s cache and waiting a bit should do a trick. It may take some time for the server to catch on.
Forum: Hacks
In reply to: RSS Widget – Making feed links unclickableThe correct way to do this is to write/use a plugin that creates a customizable RSS widget. However, at the moment, there aren’t any good ones that work with the latest version of WordPress.
If you’re “lazy” like me, you can edit the file “wp-includes/default-widgets.php”. However, I don’t recommend editing core WordPress files at all.
Forum: Themes and Templates
In reply to: Homepage Customization PreferenceI’d prefer to have the former, but I can imagine that there are also quite a few people who’d prefer the latter.
Would it be possible to implement both? I don’t know how to set up a page of theme options (like in the Twentyten theme), but if you suppose that one of the options is a boolean (True/False) called $bool, then you can write, in the homepage code:
if ($bool) {
[code that echos the latest works]
}
elseif (!$bool) {
[code that echos specific works]
}Forum: Fixing WordPress
In reply to: Can someone please help me restore my feedburner URL?It seems to work now. Could just be a time delay.