artslob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ordering by Specific Category PHPworks like a charm! Thank you so much!
It should be noted that you also need a $ at the beginning for the call to function
$my_query = new WP_Query(‘posts_per_page=2&cat=8’);Forum: Plugins
In reply to: How Do I use Use $user->ID properlyhttps://bbpress.org/plugins/topic/avatar-upload/installation/
here’s the plugin im working with. sorry
Forum: Plugins
In reply to: How Do I use Use $user->ID properly<?php profile_tab_link($user->ID, ‘avatar’); ?>”><?php _e(“Upload Avatar”); ?>
There’s the Php. Sorry it linked to it in the last post. Am I supposed to change the User->ID to something else? If so, how do you name it?
Forum: Everything else WordPress
In reply to: Podcasting ProblemsI figured it out. Even though it is a strange process.
Here’s how to use wordpress to burn an rss feed so you can get your videos on itunes.
First. Download the PodPress Plugin. Install it. Configure it.
Then you’ve got to convert your video to fit apples specs for the ipod. You can download a free converter or buy one. Don’t skip this because if you’ve got the wrong video format apple will just reject your submission.
SO you’ve got your video in the format apple wants. upload it to a folder somewhere on your server.
then in your post. scroll down and you ll see a new option to podcast. put in the location of your file (note that you must configure podpress settings under the plugins menu first. most importantly you must show podpress what folder to look for your video file in). Then click update
The podpress player is a little iffy. but now you’ve got your media uploaded.
so then. make a new category called “podcast”in your post. select the post as belonging to the “podcast”category.
then go to https://yourwebsitename.com/category/podcast/feed
and you’ll see that wordpress has burned a feed just for that one category. cool.
So now. That’s the adress you are going to submit to itunes. So open up itunes, sign in, go to podcasts, click submit, and then paste in your feed address you just burned.
make sure the video files can be easily downloaded via a feed reader.
Forum: Themes and Templates
In reply to: Text Won’t Show Up Under Images with F8 Lite ThemeThanks much! Problem solved.
As a side note to others who may find this. The screen.css file is located in the css folder, so you can’t edit it via the control panel but have to do it manually with a text editor.
Forum: Themes and Templates
In reply to: Side Column Not Showing Up On Home Pageoh man. sooo close. I missed a major glitch. So now the home page shows up fine. but when I go to any links it reverts to the default template.
try going here
https://artslob.comand click on any link ( eg https://artslob.com/?p=29 )
Please any help greatly appreciated.
Forum: Themes and Templates
In reply to: Side Column Not Showing Up On Home PageThank you so much for your quick reply. So this is how I resolved the problem. First I installed the plugins which were included with the theme. Activated them. This alone didn’t get the page to work. So I then opened up tabber.php and edited it as mercime suggested. Worked like a charm. The sidebar is back where it is supposed to be.
Thanks!
Forum: Themes and Templates
In reply to: Side Column Not Showing Up On Home Pagei’m also getting this error code where the tag cloud is supposed to be…
Fatal error: Call to undefined function wp_cumulus_insert() in /usr/www/virtual/nerdarts/www.artslob.com/wp-content/themes/remedy/zinmagremedy/tabber.php on line 4
could these two be connected. if so. any ideas how to fix it?