silvercover on "Two Rewrite Rules"
I have one folder inside WordPress root folder named links and there is a file called index.php inside this folder. at somewhere else in my WordPress site I do generate links such as...
View Articlenoamzadok on "rss link"
thats not much of an error, I don't know wordpress that much, It just doesn't look good in the website. Does it supposed to be like that?
View ArticleUmbercode on "Custom CMS ecommerce to wordpress"
I won't say it is impossible, but it will be some work. There is a lot of content on that site which, regardless of how the data will be collated, will be tedious to work through. First of all it will...
View ArticleMCovington on "Widgets page stopped working"
Google Analyticator plugin was the problem. I deactivated it and now everything is working fine again. Thanks!
View Articlemlotorocks on "How add logo?"
With that theme there's 2 ways: 1.Upgrade to the Pro version, looks like they have an easy interface for adding your logo then. 2. Upload your logo either through the media manager or by FTP. Go into...
View Articledrashok on "admin dashboard displays like notepad- no format"
Hi, Greetings of love. When I uploaded FTP WordPress Admin and Includes folder after deleting the former I do not see usual formatted dashboard. Instead it is seen as if it is on notepad top to bottom....
View Articlemarcie1980 on "Showing Photo on Front Page of Blog Entry"
How do I show more of my post (including photo) on the front page of my blog? Right now, only the title and a few sentences of the post are showing. http://www.freshthrift.com/
View Articleghulst on "HELP: Fatal error: Call to undefined function get_option()"
I have been having trouble with my Wordpress installation as it kept on coming back with an error stating it had exceeded its quota and needed more space. There was nothing wrong with the amount of...
View ArticleJan Dembowski on "Navigation Bar"
A link to the theme often works better then code snippets. http://wordpress.org/extend/themes/nest Putting it in the menu maybe problematic as the box would look really out of place in the menu. If you...
View ArticleJan Dembowski on "rss link"
Does it supposed to be like that? I don't know really. I can't load that image URL. :) A link to the actual RSS feed would help. If you can't or don't want to share that link that's fine too.
View Articlealchymyth on "three column footer in twenty twelve"
start by creating a child theme of Twenty Twelve; http://codex.wordpress.org/Child_Themes possibly add (some of) the code to functions.php of the child theme. the article is only partly useful as...
View ArticleBleuy on "Can't insert media"
I've now resolved this! 1. Backedup relevant files from existing wordpress (themes, uploads, plugins) 2. Deleted old version of wordpress 3. Downloaded another version (same version just new files) 4....
View ArticleIanD1944 on "can't log into admin"
I installed a new plugin yesterday, and everything seemed OK, and then I updated another plugin, and then I couldn't get into the admin area of my wordpress site. I keep getting this message when I try...
View Articleernaparalla on "Stop Image Autoresize on Some Images Only"
Currently all images in my posts/pages autoresize according to browser height (its a horizontal scrolling site). It works great, except that there are some pages that I have images that I would like to...
View Articlesrspicer on "external links won't work"
Yes Rev., the link works. OK, I'll try making the albums public. I've looked for that already, I'll look again. Thanks very much! Scott
View Articledeepbevel on "Photo too big"
that's not normal. I've been using minimatica for over a year, I've never encountered that. Are you using other plugins? try disabling them and see if that does it. Also, just for the heck of it delete...
View ArticleAndrew Nevins on "Stop Image Autoresize on Some Images Only"
Create a Child Theme and override styles that are causing this, for those certain images (probably identifiable on certain pages within certain areas of the page), within your Child Theme stylesheet.
View Articlekeithkranc on "Home page top widget content needs to be side by side"
I changed out the video code in my "Home page top" widget and now the content that was to the right of the video is hidden behind the video. How do I fix this so the content is aligned to the right?...
View Articlerikardo85 on "Display featured image from a custom post type"
No worries, I found a solution: <?php $loop = new WP_Query( array( 'post_type' => array('POST-TYPE_NAME_HERE')&'post_status=publish')); if ( $loop->have_posts() ) : $loop->the_post();...
View Article