The code tag has no wiki summary.
1
vote
2answers
37 views
Including Angle Brackets In Pre Sections
I am attempting to post some java code between pre tags but the angel brackets get removed. For example:
private HashMap<String, HashMap<String, Integer>> featureCounts;
becomes
...
0
votes
2answers
58 views
Filter and Search
I am working on my site which is a WordPress based site. It is a sweepstakes site well winprizesonline.com is the site which inspired me most. Now I want a dynamic search like that site on my site but ...
0
votes
1answer
33 views
CSS Styling for a Page/ Site made with Pagelines
I know how to change the HTML of page inside wordpress but for some reason I can't find the CSS for the page I'm looking for. I can find a huge amount of code made by Pagelines(Is it in there?). The ...
0
votes
1answer
65 views
Log in / Log Out Custom Button
On our website we have a "Join" button in the top right corner and a log in / log out link using <?php wp_loginout(); ?> . Instead of having the log in / log out link we would like to have it ...
0
votes
1answer
57 views
Anchor Text code string is automatically modified by WordPress
I have created an ad for a merchant wanting to rent ad space on my website home page. After creating the ad, (anchor text and pic/graphics with embedded hyperlink) the merchant has requested I remove ...
0
votes
1answer
110 views
Show page title just from the first child-page in template
how can I do this:
Pages:
Home
- sub-1
-- sub-sub-1
--- sub-sub-sub-1
On home-page should only show the page-title of the first child-page like:
sub-1
I found this:
<?php $child_pages = ...
0
votes
0answers
28 views
Images inserted with HTML
I coded some images each image tag with a new line, so visualy you would have a row of images. When I previewed the page instead of showing me a row of images it showed me a column of images. It seems ...
0
votes
0answers
13 views
Strange behavior when I insert XML code snippet into articles using SyntaxHighlighter Evolved Plugin
I am using WordPress for a technical developing blog.
I am using the base WordPress editor to write my articles (not using other plugin)
I am using the SyntaxHighlighter Evolved Plugin to enter code ...
0
votes
0answers
16 views
How can I have a full comments.php for an easy editing of all its aspects?
Is there a way to get the full code of the comments.php instead of the one I have with any recent theme where I just can edit few parts of it?
I know it's encoded but I wonder if there's a chance to ...
0
votes
0answers
45 views
Votes showing up on one page but not on “most voted” page
Using plugin -> "Vote It Up" wordpress.org/extend/plugins/vote-it-up
i have one page displaying all the posts with a voting option and everything works fine with with:
<?php /* Start the Loop */ ...