Jay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Query questionThank you for your response, but I understand that part.
I need to get one
<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>of a specific category if there is a post in that category. If not, I get nothing.Forum: Fixing WordPress
In reply to: updated to 3.4.2, css broken on backend pagesCan you share what plugin it was, so others will know. π
Forum: Fixing WordPress
In reply to: Creating subdirectories without an actual pageWhy not just use a category then?
Forum: Fixing WordPress
In reply to: Categories mess up all editingThat is pretty strange. I would contact CyberChimps.
Forum: Fixing WordPress
In reply to: updated WP on site. Site still there but can't edit itCan you access the login page?
Forum: Fixing WordPress
In reply to: Creating subdirectories without an actual pageIs this for navigation purposes I am assuming?
Forum: Fixing WordPress
In reply to: Categories mess up all editingOne problem is that the font family you are calling from googles api is no longer available.
Does it look the same in the editor or is all the html code striped as well?
Forum: Fixing WordPress
In reply to: 3.4.2 Update Breaks Add Custom FieldsAnyone know if they are going to release a new update with a fix for this or do I have to create a function/patch for every site that has custom fields?
Forum: Fixing WordPress
In reply to: Comma in tagThanks for the update.
Cheers!Forum: Fixing WordPress
In reply to: Comma in tagExcellent. Great work, thanks
hohoha,
Thanks for the tips. How are you uploading the csv file and where?
Forum: Fixing WordPress
In reply to: Header padding issuead a padding-bottom to the .widget-title
Forum: Fixing WordPress
In reply to: Header padding issueremove what I previously had. This will be easier for you I think
Find this
#content .entry-title { color: #000000; font-size: 21px; font-weight: bold; line-height: 1.3em; margin-bottom: 20px;and ths
.widget-title { color: #222222; font-weight: bold;and add this to the bottom of each
padding-top:20px;Forum: Fixing WordPress
In reply to: Header padding issueThis will ad a padding to all of your titles just fyi.
add it to your css file..entry-title .widget-title { padding-top: 10px; }Forum: Fixing WordPress
In reply to: Header padding issueDo you have any css knowledge?